summaryrefslogtreecommitdiff
path: root/drivers/dpll
AgeCommit message (Expand)AuthorFilesLines
38 hoursdpll: balance create/delete notifications in __dpll_pin_(un)registerGrzegorz Nitka1-1/+1
38 hoursdpll: guard sync-pair removal on full pin unregisterGrzegorz Nitka1-2/+3
38 hoursdpll: emit per-dpll delete notifications in dpll_pin_on_pin_unregister()Grzegorz Nitka1-2/+2
38 hoursdpll: send delete notification before unregister in on-pin rollbackGrzegorz Nitka1-1/+1
38 hoursdpll: fix stale iteration in dpll_pin_on_pin_unregister()Grzegorz Nitka1-1/+6
38 hoursdpll: Enhance and consolidate reference counting logicIvan Vecera1-24/+50
38 hoursdpll: Support dynamic pin index allocationIvan Vecera1-2/+46
2026-05-23dpll: export __dpll_pin_change_ntf() for use under dpll_lockIvan Vecera2-2/+10
2026-05-23dpll: Add notifier chain for dpll eventsPetr Oros3-0/+67
2026-05-23dpll: Allow associating dpll pin with a firmware nodeIvan Vecera2-0/+51
2026-03-04dpll: zl3073x: Remove redundant cleanup in devm_dpll_init()Felix Gu1-5/+1
2026-03-04dpll: zl3073x: fix REF_PHASE_OFFSET_COMP register width for some chip IDsIvan Vecera5-7/+55
2026-03-04dpll: zl3073x: Cache all reference properties in zl3073x_refIvan Vecera4-232/+239
2026-03-04dpll: zl3073x: Cache reference monitor statusIvan Vecera4-75/+68
2026-02-27dpll: zl3073x: Fix output pin phase adjustment signIvan Vecera1-8/+4
2026-02-27dpll: zl3073x: Cache all output properties in zl3073x_outIvan Vecera3-290/+193
2026-02-27dpll: zl3073x: Split ref, out, and synth logic from coreIvan Vecera11-315/+584
2026-02-27dpll: zl3073x: Store raw register values instead of parsed stateIvan Vecera2-82/+60
2026-02-27dpll: zl3073x: Specify phase adjustment granularity for pinsIvan Vecera2-44/+25
2026-02-27dpll: add phase-adjust-gran pin attributeIvan Vecera1-1/+11
2026-01-30dpll: Prevent duplicate registrationsIvan Vecera1-8/+4
2025-10-29dpll: zl3073x: Fix output pin registrationIvan Vecera1-1/+1
2025-10-29dpll: fix device-id-get and pin-id-get to return errors properlyPetr Oros1-16/+20
2025-10-14dpll: zl3073x: Handle missing or corrupted flash configurationIvan Vecera2-0/+24
2025-10-10dpll: zl3073x: Increase maximum size of flash utilityIvan Vecera1-1/+1
2025-09-30dpll: zl3073x: Allow to configure phase offset averaging factorIvan Vecera4-6/+107
2025-09-30dpll: add phase_offset_avg_factor_get/set callback opsIvan Vecera1-7/+59
2025-09-30dpll: add phase-offset-avg-factor device attribute to netlink specIvan Vecera1-2/+3
2025-09-27dpll: zl3073x: Fix double free in zl3073x_devlink_flash_update()Dan Carpenter1-1/+0
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-09-15dpll: zl3073x: Implement devlink flash callbackIvan Vecera1-0/+129
2025-09-15dpll: zl3073x: Refactor DPLL initializationIvan Vecera3-86/+142
2025-09-15dpll: zl3073x: Add firmware loading functionalityIvan Vecera3-1/+472
2025-09-15dpll: zl3073x: Add low-level flash functionsIvan Vecera6-1/+747
2025-09-15dpll: zl3073x: Add functions to access hardware registersIvan Vecera3-4/+193
2025-09-14dpll: fix clock quality level reportingIvan Vecera1-2/+2
2025-08-05dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NETGeert Uytterhoeven1-2/+2
2025-08-02dpll: Make ZL3073X invisibleGeert Uytterhoeven1-5/+5
2025-07-26dpll: zl3073x: Fix build failureIvan Vecera1-0/+1
2025-07-17dpll: zl3073x: Add support to get fractional frequency offsetIvan Vecera4-2/+168
2025-07-17dpll: zl3073x: Add support to adjust phaseIvan Vecera2-0/+194
2025-07-17dpll: zl3073x: Implement phase offset monitor featureIvan Vecera5-14/+148
2025-07-17dpll: zl3073x: Add support to get phase offset on connected input pinIvan Vecera4-1/+208
2025-07-17dpll: zl3073x: Add support to get/set esync on pinsIvan Vecera2-1/+360
2025-07-10dpll: zl3073x: Add support to get/set frequency on pinsIvan Vecera2-0/+359
2025-07-10dpll: zl3073x: Implement input pin state setting in automatic modeIvan Vecera1-0/+32
2025-07-10dpll: zl3073x: Add support to get/set priority on input pinsIvan Vecera2-0/+89
2025-07-10dpll: zl3073x: Implement input pin selection in manual modeIvan Vecera2-3/+124
2025-07-10dpll: zl3073x: Register DPLL devices and pinsIvan Vecera7-1/+1156
2025-07-10dpll: zl3073x: Read DPLL types and pin properties from system firmwareIvan Vecera5-1/+437