index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dpll
Age
Commit message (
Expand
)
Author
2025-08-04
dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NET
Geert Uytterhoeven
2025-08-01
dpll: Make ZL3073X invisible
Geert Uytterhoeven
2025-07-26
dpll: zl3073x: Fix build failure
Ivan Vecera
2025-07-17
dpll: zl3073x: Add support to get fractional frequency offset
Ivan Vecera
2025-07-17
dpll: zl3073x: Add support to adjust phase
Ivan Vecera
2025-07-17
dpll: zl3073x: Implement phase offset monitor feature
Ivan Vecera
2025-07-17
dpll: zl3073x: Add support to get phase offset on connected input pin
Ivan Vecera
2025-07-17
dpll: zl3073x: Add support to get/set esync on pins
Ivan Vecera
2025-07-09
dpll: zl3073x: Add support to get/set frequency on pins
Ivan Vecera
2025-07-09
dpll: zl3073x: Implement input pin state setting in automatic mode
Ivan Vecera
2025-07-09
dpll: zl3073x: Add support to get/set priority on input pins
Ivan Vecera
2025-07-09
dpll: zl3073x: Implement input pin selection in manual mode
Ivan Vecera
2025-07-09
dpll: zl3073x: Register DPLL devices and pins
Ivan Vecera
2025-07-09
dpll: zl3073x: Read DPLL types and pin properties from system firmware
Ivan Vecera
2025-07-09
dpll: zl3073x: Fetch invariants during probe
Ivan Vecera
2025-07-09
dpll: Add basic Microchip ZL3073x support
Ivan Vecera
2025-06-27
dpll: add reference sync get/set
Arkadiusz Kubalewski
2025-06-27
dpll: add reference-sync netlink attribute
Arkadiusz Kubalewski
2025-06-17
dpll: remove documentation of rclk_dev_name
Simon Horman
2025-06-13
dpll: add phase_offset_monitor_get/set callback ops
Arkadiusz Kubalewski
2025-06-13
dpll: add phase-offset-monitor feature to netlink spec
Arkadiusz Kubalewski
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2025-03-19
dpll: fix xa_alloc_cyclic() error handling
Michal Swiatkowski
2025-03-04
dpll: Add an assertion to check freq_supported_num
Jiasheng Jiang
2024-11-03
dpll: add clock quality level attribute and op
Jiri Pirko
2024-08-26
dpll: add Embedded SYNC feature for a pin
Arkadiusz Kubalewski
2024-05-13
dpll: fix return value check for kmemdup
Chen Ni
2024-04-25
dpll: fix dpll_pin_on_pin_register() for multiple parent pins
Arkadiusz Kubalewski
2024-03-25
dpll: indent DPLL option type by a tab
Prasad Pandit
2024-03-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-08
dpll: fix dpll_xa_ref_*_del() for multiple registrations
Jiri Pirko
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-05
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-29
dpll: fix build failure due to rcu_dereference_check() on unknown type
Eric Dumazet
2024-02-26
dpll: rely on rcu for netdev_dpll_pin()
Eric Dumazet
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-08
dpll: fix possible deadlock during netlink dump operation
Jiri Pirko
2024-02-07
dpll: check that pin is registered in __dpll_pin_unregister()
Jiri Pirko
2024-02-01
dpll: extend lock_status_get() op by status error and expose to user
Jiri Pirko
2024-01-31
dpll: move xa_erase() call in to match dpll_pin_alloc() error path order
Jiri Pirko
2024-01-22
dpll: fix register pin with unregistered parent pin
Arkadiusz Kubalewski
2024-01-22
dpll: fix userspace availability of pins
Arkadiusz Kubalewski
2024-01-22
dpll: fix pin dump crash for rebound module
Arkadiusz Kubalewski
2024-01-22
dpll: fix broken error path in dpll_pin_alloc(..)
Arkadiusz Kubalewski
2024-01-05
dpll: expose fractional frequency offset value to user
Jiri Pirko
2023-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-13
dpll: allocate pin ids in cycle
Jiri Pirko
2023-12-13
dpll: remove leftover mode_supported() op and use mode_get() instead
Jiri Pirko
2023-12-12
dpll: sanitize possible null pointer dereference in dpll_pin_parent_pin_set()
Jiri Pirko
[next]