summaryrefslogtreecommitdiff
path: root/drivers/dpll
AgeCommit message (Expand)AuthorFilesLines
11 daysdpll: zl3073x: add ref-sync pair supportIvan Vecera1-1/+206
11 daysdpll: zl3073x: add ref sync and output clock type helpersIvan Vecera4-14/+80
11 daysdpll: zl3073x: use FIELD_MODIFY() for clear-and-set patternsIvan Vecera3-15/+8
11 daysdpll: zl3073x: clean up esync get/set and use zl3073x_out_is_ndiv()Ivan Vecera1-44/+20
2026-04-04dpll: zl3073x: implement frequency monitoringIvan Vecera4-17/+187
2026-04-04dpll: add frequency monitoring callback opsIvan Vecera2-1/+94
2026-04-04dpll: add frequency monitoring to netlink specIvan Vecera1-2/+3
2026-03-18dpll: zl3073x: drop selected and simplify connected ref getterIvan Vecera1-76/+18
2026-03-18dpll: zl3073x: add reference priority to zl3073x_chanIvan Vecera5-241/+202
2026-03-18dpll: zl3073x: add DPLL channel status fields to zl3073x_chanIvan Vecera4-31/+111
2026-03-18dpll: zl3073x: introduce zl3073x_chan for DPLL channel stateIvan Vecera7-61/+217
2026-03-18dpll: zl3073x: add zl3073x_ref_state_update helperIvan Vecera3-5/+26
2026-03-18dpll: zl3073x: use struct_group to partition statesIvan Vecera5-49/+84
2026-03-03dpll: zl3073x: add die temperature reporting for supported chipsIvan Vecera5-14/+42
2026-03-03dpll: zl3073x: detect DPLL channel count from chip ID at runtimeIvan Vecera4-167/+82
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-12/+56
2026-02-26dpll: zl3073x: Remove redundant cleanup in devm_dpll_init()Felix Gu1-5/+1
2026-02-24dpll: zl3073x: fix REF_PHASE_OFFSET_COMP register width for some chip IDsIvan Vecera5-7/+55
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-13/+13
2026-02-18dpll: zl3073x: Fix ref frequency settingIvan Vecera1-0/+2
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-8/+4
2026-02-07dpll: zl3073x: Include current frequency in supported frequencies listIvan Vecera1-11/+21
2026-02-07dpll: zl3073x: Add output pin frequency helperIvan Vecera3-38/+48
2026-02-07dpll: zl3073x: Fix output pin phase adjustment signIvan Vecera1-8/+4
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera2-6/+10
2026-02-05dpll: Add reference count tracking supportIvan Vecera4-28/+102
2026-02-05dpll: Enhance and consolidate reference counting logicIvan Vecera1-24/+50
2026-02-05dpll: zl3073x: Add support for mux pin typeIvan Vecera1-0/+2
2026-02-05dpll: Support dynamic pin index allocationIvan Vecera1-2/+46
2026-02-05dpll: Add notifier chain for dpll eventsPetr Oros3-0/+67
2026-02-05dpll: zl3073x: Associate pin with fwnode handleIvan Vecera1-0/+1
2026-02-05dpll: Allow associating dpll pin with a firmware nodeIvan Vecera2-0/+51
2026-01-30dpll: expose fractional frequency offset in pptIvan Vecera2-3/+14
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+4
2026-01-22dpll: Prevent duplicate registrationsIvan Vecera1-8/+4
2026-01-19dpll: zl3073x: Implement device mode setting supportIvan Vecera1-0/+112
2026-01-19dpll: add dpll_device op to set working modeIvan Vecera2-0/+45
2026-01-19dpll: add dpll_device op to get supported modesIvan Vecera1-8/+19
2025-11-26tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen2-0/+2
2025-11-18dpll: zl3073x: Remove unused dev wrappersIvan Vecera1-77/+0
2025-11-18dpll: zl3073x: Cache all output properties in zl3073x_outIvan Vecera3-290/+193
2025-11-18dpll: zl3073x: Cache all reference properties in zl3073x_refIvan Vecera4-232/+239
2025-11-18dpll: zl3073x: Cache reference monitor statusIvan Vecera4-75/+68
2025-11-18dpll: zl3073x: Split ref, out, and synth logic from coreIvan Vecera11-315/+584
2025-11-18dpll: zl3073x: Store raw register values instead of parsed stateIvan Vecera2-82/+60
2025-11-14dpll: zl3073x: fix kernel-doc name and missing parameter in fw.cKriish Sharma1-3/+3
2025-11-01dpll: zl3073x: Specify phase adjustment granularity for pinsIvan Vecera2-44/+25
2025-11-01dpll: add phase-adjust-gran pin attributeIvan Vecera1-1/+11
2025-10-29dpll: zl3073x: Fix output pin registrationIvan Vecera1-1/+1