summaryrefslogtreecommitdiff
path: root/drivers/dpll/zl3073x/dpll.c
AgeCommit message (Expand)Author
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-28dpll: zl3073x: make frequency monitor a per-device attributeIvan Vecera
2026-05-28dpll: zl3073x: use __dpll_device_change_ntf() and remove change_workIvan Vecera
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-20dpll: zl3073x: fix memory leak on pin registration failureIvan Vecera
2026-05-12dpll: zl3073x: report FFO as DPLL vs input reference offsetIvan Vecera
2026-05-12dpll: add fractional frequency offset to pin-parent-deviceIvan Vecera
2026-04-30dpll: zl3073x: implement pin operational state reportingIvan Vecera
2026-04-12dpll: zl3073x: add ref-sync pair supportIvan Vecera
2026-04-12dpll: zl3073x: add ref sync and output clock type helpersIvan Vecera
2026-04-12dpll: zl3073x: clean up esync get/set and use zl3073x_out_is_ndiv()Ivan Vecera
2026-04-03dpll: zl3073x: implement frequency monitoringIvan Vecera
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-03dpll: zl3073x: add die temperature reporting for supported chipsIvan Vecera
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
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: zl3073x: Associate pin with fwnode handleIvan Vecera
2026-01-19dpll: zl3073x: Implement device mode setting supportIvan 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-10-31dpll: zl3073x: Specify phase adjustment granularity for pinsIvan Vecera
2025-10-28dpll: zl3073x: Fix output pin registrationIvan Vecera
2025-09-29dpll: zl3073x: Allow to configure phase offset averaging factorIvan Vecera
2025-07-17dpll: zl3073x: Add support to get fractional frequency offsetIvan Vecera
2025-07-17dpll: zl3073x: Add support to adjust phaseIvan Vecera
2025-07-17dpll: zl3073x: Implement phase offset monitor featureIvan Vecera
2025-07-17dpll: zl3073x: Add support to get phase offset on connected input pinIvan Vecera
2025-07-17dpll: zl3073x: Add support to get/set esync on pinsIvan Vecera
2025-07-09dpll: zl3073x: Add support to get/set frequency on pinsIvan Vecera
2025-07-09dpll: zl3073x: Implement input pin state setting in automatic modeIvan Vecera
2025-07-09dpll: zl3073x: Add support to get/set priority on input pinsIvan Vecera
2025-07-09dpll: zl3073x: Implement input pin selection in manual modeIvan Vecera
2025-07-09dpll: zl3073x: Register DPLL devices and pinsIvan Vecera