summaryrefslogtreecommitdiff
path: root/drivers/dpll
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-27dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet2-1/+3
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-20/+6
2024-02-09dpll: fix possible deadlock during netlink dump operationJiri Pirko3-20/+6
2024-02-07dpll: check that pin is registered in __dpll_pin_unregister()Jiri Pirko1-0/+3
2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko1-1/+8
2024-02-01dpll: move xa_erase() call in to match dpll_pin_alloc() error path orderJiri Pirko1-1/+1
2024-01-22dpll: fix register pin with unregistered parent pinArkadiusz Kubalewski1-6/+0
2024-01-22dpll: fix userspace availability of pinsArkadiusz Kubalewski1-2/+27
2024-01-22dpll: fix pin dump crash for rebound moduleArkadiusz Kubalewski3-18/+69
2024-01-22dpll: fix broken error path in dpll_pin_alloc(..)Arkadiusz Kubalewski1-3/+4
2024-01-05dpll: expose fractional frequency offset value to userJiri Pirko1-0/+24
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+8
2023-12-14dpll: allocate pin ids in cycleJiri Pirko1-3/+5
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko1-6/+10
2023-12-13dpll: sanitize possible null pointer dereference in dpll_pin_parent_pin_set()Jiri Pirko1-5/+8