aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dpll/zl3073x/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-25dpll: zl3073x: Remove redundant cleanup in devm_dpll_init()Felix Gu1-5/+1
2026-02-23dpll: zl3073x: fix REF_PHASE_OFFSET_COMP register width for some chip IDsIvan Vecera1-0/+1
2026-01-29dpll: expose fractional frequency offset in pptIvan Vecera1-2/+5
2025-11-17dpll: zl3073x: Cache reference monitor statusIvan Vecera1-0/+18
2025-11-17dpll: zl3073x: Split ref, out, and synth logic from coreIvan Vecera1-194/+0
2025-11-17dpll: zl3073x: Store raw register values instead of parsed stateIvan Vecera1-56/+25
2025-10-13dpll: zl3073x: Handle missing or corrupted flash configurationIvan Vecera1-0/+21
2025-09-29dpll: zl3073x: Allow to configure phase offset averaging factorIvan Vecera1-4/+34
2025-09-15dpll: zl3073x: Refactor DPLL initializationIvan Vecera1-74/+133
2025-09-15dpll: zl3073x: Add functions to access hardware registersIvan Vecera1-4/+151
2025-07-17dpll: zl3073x: Add support to get fractional frequency offsetIvan Vecera1-0/+67
2025-07-17dpll: zl3073x: Implement phase offset monitor featureIvan Vecera1-5/+23
2025-07-17dpll: zl3073x: Add support to get phase offset on connected input pinIvan Vecera1-0/+86
2025-07-09dpll: zl3073x: Register DPLL devices and pinsIvan Vecera1-0/+104
2025-07-09dpll: zl3073x: Read DPLL types and pin properties from system firmwareIvan Vecera1-0/+41
2025-07-09dpll: zl3073x: Fetch invariants during probeIvan Vecera1-0/+249
2025-07-09dpll: Add basic Microchip ZL3073x supportIvan Vecera1-0/+465