summaryrefslogtreecommitdiff
path: root/drivers/dpll
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-10dpll: zl3073x: Fetch invariants during probeIvan Vecera3-0/+600
2025-07-10dpll: Add basic Microchip ZL3073x supportIvan Vecera11-0/+1059
2025-06-28dpll: add reference sync get/setArkadiusz Kubalewski4-19/+220
2025-06-28dpll: add reference-sync netlink attributeArkadiusz Kubalewski2-2/+9
2025-06-18dpll: remove documentation of rclk_dev_nameSimon Horman1-1/+0
2025-06-14dpll: add phase_offset_monitor_get/set callback opsArkadiusz Kubalewski1-2/+67
2025-06-14dpll: add phase-offset-monitor feature to netlink specArkadiusz Kubalewski1-2/+3
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2025-03-19dpll: fix xa_alloc_cyclic() error handlingMichal Swiatkowski1-1/+1
2025-03-05dpll: Add an assertion to check freq_supported_numJiasheng Jiang1-1/+4
2024-11-03dpll: add clock quality level attribute and opJiri Pirko1-0/+24
2024-08-27dpll: add Embedded SYNC feature for a pinArkadiusz Kubalewski2-2/+133
2024-05-14dpll: fix return value check for kmemdupChen Ni1-1/+1
2024-04-25dpll: fix dpll_pin_on_pin_register() for multiple parent pinsArkadiusz Kubalewski1-25/+33
2024-03-26dpll: indent DPLL option type by a tabPrasad Pandit1-1/+1
2024-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2024-03-08dpll: fix dpll_xa_ref_*_del() for multiple registrationsJiri Pirko1-4/+4
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-19/+44
2024-03-06dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2-19/+44
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+8
2024-02-29dpll: fix build failure due to rcu_dereference_check() on unknown typeEric Dumazet1-0/+5