summaryrefslogtreecommitdiff
path: root/drivers/dpll
AgeCommit message (Expand)Author
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen
2025-11-17dpll: zl3073x: Remove unused dev wrappersIvan 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-11-17dpll: zl3073x: Store raw register values instead of parsed stateIvan Vecera
2025-11-13dpll: zl3073x: fix kernel-doc name and missing parameter in fw.cKriish Sharma
2025-10-31dpll: zl3073x: Specify phase adjustment granularity for pinsIvan Vecera
2025-10-31dpll: add phase-adjust-gran pin attributeIvan Vecera
2025-10-28dpll: zl3073x: Fix output pin registrationIvan Vecera
2025-10-28dpll: fix device-id-get and pin-id-get to return errors properlyPetr Oros
2025-10-13dpll: zl3073x: Handle missing or corrupted flash configurationIvan Vecera
2025-10-10dpll: zl3073x: Increase maximum size of flash utilityIvan Vecera
2025-09-29dpll: zl3073x: Allow to configure phase offset averaging factorIvan Vecera
2025-09-29dpll: add phase_offset_avg_factor_get/set callback opsIvan Vecera
2025-09-29dpll: add phase-offset-avg-factor device attribute to netlink specIvan Vecera
2025-09-26dpll: zl3073x: Fix double free in zl3073x_devlink_flash_update()Dan Carpenter
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-15dpll: zl3073x: Implement devlink flash callbackIvan Vecera
2025-09-15dpll: zl3073x: Refactor DPLL initializationIvan Vecera
2025-09-15dpll: zl3073x: Add firmware loading functionalityIvan Vecera
2025-09-15dpll: zl3073x: Add low-level flash functionsIvan Vecera
2025-09-15dpll: zl3073x: Add functions to access hardware registersIvan Vecera
2025-09-14dpll: fix clock quality level reportingIvan Vecera
2025-08-04dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NETGeert Uytterhoeven
2025-08-01dpll: Make ZL3073X invisibleGeert Uytterhoeven
2025-07-26dpll: zl3073x: Fix build failureIvan 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
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
2025-06-27dpll: add reference sync get/setArkadiusz Kubalewski
2025-06-27dpll: add reference-sync netlink attributeArkadiusz Kubalewski
2025-06-17dpll: remove documentation of rclk_dev_nameSimon Horman
2025-06-13dpll: add phase_offset_monitor_get/set callback opsArkadiusz Kubalewski
2025-06-13dpll: add phase-offset-monitor feature to netlink specArkadiusz Kubalewski
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-19dpll: fix xa_alloc_cyclic() error handlingMichal Swiatkowski
2025-03-04dpll: Add an assertion to check freq_supported_numJiasheng Jiang
2024-11-03dpll: add clock quality level attribute and opJiri Pirko