summaryrefslogtreecommitdiffstats
path: root/drivers/dpll
AgeCommit message (Expand)AuthorLines
2025-08-01dpll: Make ZL3073X invisibleGeert Uytterhoeven-5/+5
2025-07-26dpll: zl3073x: Fix build failureIvan Vecera-0/+1
2025-07-17dpll: zl3073x: Add support to get fractional frequency offsetIvan Vecera-2/+168
2025-07-17dpll: zl3073x: Add support to adjust phaseIvan Vecera-0/+194
2025-07-17dpll: zl3073x: Implement phase offset monitor featureIvan Vecera-14/+148
2025-07-17dpll: zl3073x: Add support to get phase offset on connected input pinIvan Vecera-1/+208
2025-07-17dpll: zl3073x: Add support to get/set esync on pinsIvan Vecera-1/+360
2025-07-09dpll: zl3073x: Add support to get/set frequency on pinsIvan Vecera-0/+359
2025-07-09dpll: zl3073x: Implement input pin state setting in automatic modeIvan Vecera-0/+32
2025-07-09dpll: zl3073x: Add support to get/set priority on input pinsIvan Vecera-0/+89
2025-07-09dpll: zl3073x: Implement input pin selection in manual modeIvan Vecera-3/+124
2025-07-09dpll: zl3073x: Register DPLL devices and pinsIvan Vecera-1/+1156
2025-07-09dpll: zl3073x: Read DPLL types and pin properties from system firmwareIvan Vecera-1/+437
2025-07-09dpll: zl3073x: Fetch invariants during probeIvan Vecera-0/+600
2025-07-09dpll: Add basic Microchip ZL3073x supportIvan Vecera-0/+1059
2025-06-27dpll: add reference sync get/setArkadiusz Kubalewski-19/+220
2025-06-27dpll: add reference-sync netlink attributeArkadiusz Kubalewski-2/+9
2025-06-17dpll: remove documentation of rclk_dev_nameSimon Horman-1/+0
2025-06-13dpll: add phase_offset_monitor_get/set callback opsArkadiusz Kubalewski-2/+67
2025-06-13dpll: add phase-offset-monitor feature to netlink specArkadiusz Kubalewski-2/+3
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+1
2025-03-19dpll: fix xa_alloc_cyclic() error handlingMichal Swiatkowski-1/+1
2025-03-04dpll: Add an assertion to check freq_supported_numJiasheng Jiang-1/+4
2024-11-03dpll: add clock quality level attribute and opJiri Pirko-0/+24
2024-08-26dpll: add Embedded SYNC feature for a pinArkadiusz Kubalewski-2/+133
2024-05-13dpll: fix return value check for kmemdupChen Ni-1/+1
2024-04-25dpll: fix dpll_pin_on_pin_register() for multiple parent pinsArkadiusz Kubalewski-25/+33
2024-03-25dpll: indent DPLL option type by a tabPrasad Pandit-1/+1
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2024-03-08dpll: fix dpll_xa_ref_*_del() for multiple registrationsJiri Pirko-4/+4
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+44
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski-19/+44
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+8
2024-02-29dpll: fix build failure due to rcu_dereference_check() on unknown typeEric Dumazet-0/+5
2024-02-26dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet-1/+3
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+6
2024-02-08dpll: fix possible deadlock during netlink dump operationJiri Pirko-20/+6
2024-02-07dpll: check that pin is registered in __dpll_pin_unregister()Jiri Pirko-0/+3
2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko-1/+8
2024-01-31dpll: move xa_erase() call in to match dpll_pin_alloc() error path orderJiri Pirko-1/+1
2024-01-22dpll: fix register pin with unregistered parent pinArkadiusz Kubalewski-6/+0
2024-01-22dpll: fix userspace availability of pinsArkadiusz Kubalewski-2/+27
2024-01-22dpll: fix pin dump crash for rebound moduleArkadiusz Kubalewski-18/+69
2024-01-22dpll: fix broken error path in dpll_pin_alloc(..)Arkadiusz Kubalewski-3/+4
2024-01-05dpll: expose fractional frequency offset value to userJiri Pirko-0/+24
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+8
2023-12-13dpll: allocate pin ids in cycleJiri Pirko-3/+5
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko-6/+10
2023-12-12dpll: sanitize possible null pointer dereference in dpll_pin_parent_pin_set()Jiri Pirko-5/+8
2023-11-21dpll: Fix potential msg memleak when genlmsg_put_reply failedHao Ge-5/+12