summaryrefslogtreecommitdiff
path: root/drivers/dpll
AgeCommit message (Expand)Author
2026-03-17dpll: zl3073x: drop selected and simplify connected ref getterIvan Vecera
2026-03-17dpll: zl3073x: add reference priority to zl3073x_chanIvan Vecera
2026-03-17dpll: zl3073x: add DPLL channel status fields to zl3073x_chanIvan Vecera
2026-03-17dpll: zl3073x: introduce zl3073x_chan for DPLL channel stateIvan Vecera
2026-03-17dpll: zl3073x: add zl3073x_ref_state_update helperIvan Vecera
2026-03-17dpll: zl3073x: use struct_group to partition statesIvan Vecera
2026-03-03dpll: zl3073x: add die temperature reporting for supported chipsIvan Vecera
2026-03-03dpll: zl3073x: detect DPLL channel count from chip ID at runtimeIvan Vecera
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-25dpll: zl3073x: Remove redundant cleanup in devm_dpll_init()Felix Gu
2026-02-23dpll: zl3073x: fix REF_PHASE_OFFSET_COMP register width for some chip IDsIvan Vecera
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17dpll: zl3073x: Fix ref frequency settingIvan Vecera
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-02-06dpll: zl3073x: Include current frequency in supported frequencies listIvan Vecera
2026-02-06dpll: zl3073x: Add output pin frequency helperIvan Vecera
2026-02-06dpll: zl3073x: Fix output pin phase adjustment signIvan Vecera
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera
2026-02-05dpll: Add reference count tracking supportIvan Vecera
2026-02-05dpll: Enhance and consolidate reference counting logicIvan Vecera
2026-02-05dpll: zl3073x: Add support for mux pin typeIvan Vecera
2026-02-05dpll: Support dynamic pin index allocationIvan Vecera
2026-02-05dpll: Add notifier chain for dpll eventsPetr Oros
2026-02-05dpll: zl3073x: Associate pin with fwnode handleIvan Vecera
2026-02-05dpll: Allow associating dpll pin with a firmware nodeIvan Vecera
2026-01-29dpll: expose fractional frequency offset in pptIvan Vecera
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-22dpll: Prevent duplicate registrationsIvan Vecera
2026-01-19dpll: zl3073x: Implement device mode setting supportIvan Vecera
2026-01-19dpll: add dpll_device op to set working modeIvan Vecera
2026-01-19dpll: add dpll_device op to get supported modesIvan Vecera
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen
2025-11-17dpll: zl3073x: Remove unused dev wrappersIvan Vecera
2025-11-17dpll: zl3073x: Cache all output properties in zl3073x_outIvan Vecera
2025-11-17dpll: zl3073x: Cache all reference properties in zl3073x_refIvan Vecera
2025-11-17dpll: zl3073x: Cache reference monitor statusIvan Vecera
2025-11-17dpll: zl3073x: Split ref, out, and synth logic from coreIvan Vecera
2025-11-17dpll: zl3073x: Store raw register values instead of parsed stateIvan Vecera
2025-11-13dpll: zl3073x: fix kernel-doc name and missing parameter in fw.cKriish Sharma
2025-10-31dpll: zl3073x: Specify phase adjustment granularity for pinsIvan Vecera
2025-10-31dpll: add phase-adjust-gran pin attributeIvan Vecera
2025-10-28dpll: zl3073x: Fix output pin registrationIvan Vecera
2025-10-28dpll: fix device-id-get and pin-id-get to return errors properlyPetr Oros
2025-10-13dpll: zl3073x: Handle missing or corrupted flash configurationIvan Vecera
2025-10-10dpll: zl3073x: Increase maximum size of flash utilityIvan Vecera
2025-09-29dpll: zl3073x: Allow to configure phase offset averaging factorIvan Vecera
2025-09-29dpll: add phase_offset_avg_factor_get/set callback opsIvan Vecera
2025-09-29dpll: add phase-offset-avg-factor device attribute to netlink specIvan Vecera
2025-09-26dpll: zl3073x: Fix double free in zl3073x_devlink_flash_update()Dan Carpenter