summaryrefslogtreecommitdiff
path: root/drivers/dpll
AgeCommit message (Expand)Author
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
2024-08-26dpll: add Embedded SYNC feature for a pinArkadiusz Kubalewski
2024-05-13dpll: fix return value check for kmemdupChen Ni
2024-04-25dpll: fix dpll_pin_on_pin_register() for multiple parent pinsArkadiusz Kubalewski
2024-03-25dpll: indent DPLL option type by a tabPrasad Pandit
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-08dpll: fix dpll_xa_ref_*_del() for multiple registrationsJiri Pirko
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-29dpll: fix build failure due to rcu_dereference_check() on unknown typeEric Dumazet
2024-02-26dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-08dpll: fix possible deadlock during netlink dump operationJiri Pirko
2024-02-07dpll: check that pin is registered in __dpll_pin_unregister()Jiri Pirko
2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko
2024-01-31dpll: move xa_erase() call in to match dpll_pin_alloc() error path orderJiri Pirko
2024-01-22dpll: fix register pin with unregistered parent pinArkadiusz Kubalewski
2024-01-22dpll: fix userspace availability of pinsArkadiusz Kubalewski
2024-01-22dpll: fix pin dump crash for rebound moduleArkadiusz Kubalewski
2024-01-22dpll: fix broken error path in dpll_pin_alloc(..)Arkadiusz Kubalewski
2024-01-05dpll: expose fractional frequency offset value to userJiri Pirko
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-13dpll: allocate pin ids in cycleJiri Pirko
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko
2023-12-12dpll: sanitize possible null pointer dereference in dpll_pin_parent_pin_set()Jiri Pirko