summaryrefslogtreecommitdiff
path: root/drivers/dpll/zl3073x/core.c
AgeCommit message (Expand)Author
2026-05-28dpll: zl3073x: make frequency monitor a per-device attributeIvan Vecera
2026-04-12dpll: zl3073x: use FIELD_MODIFY() for clear-and-set patternsIvan Vecera
2026-04-03dpll: zl3073x: implement frequency monitoringIvan 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-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-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-01-29dpll: expose fractional frequency offset in pptIvan 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-10-13dpll: zl3073x: Handle missing or corrupted flash configurationIvan Vecera
2025-09-29dpll: zl3073x: Allow to configure phase offset averaging factorIvan Vecera
2025-09-15dpll: zl3073x: Refactor DPLL initializationIvan Vecera
2025-09-15dpll: zl3073x: Add functions to access hardware registersIvan Vecera
2025-07-17dpll: zl3073x: Add support to get fractional frequency offsetIvan 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-09dpll: zl3073x: Register DPLL devices and pinsIvan Vecera
2025-07-09dpll: zl3073x: Read DPLL types and pin properties from system firmwareIvan Vecera
2025-07-09dpll: zl3073x: Fetch invariants during probeIvan Vecera
2025-07-09dpll: Add basic Microchip ZL3073x supportIvan Vecera