summaryrefslogtreecommitdiffstats
path: root/drivers/dpll
Commit message (Expand)AuthorAgeFilesLines
* dpll: fix dpll_pin_on_pin_register() for multiple parent pinsArkadiusz Kubalewski12 days1-25/+33
* dpll: indent DPLL option type by a tabPrasad Pandit2024-03-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-111-4/+4
|\
| * dpll: fix dpll_xa_ref_*_del() for multiple registrationsJiri Pirko2024-03-081-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-072-19/+44
|\|
| * dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-052-19/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-292-1/+8
|\|
| * dpll: fix build failure due to rcu_dereference_check() on unknown typeEric Dumazet2024-02-291-0/+5
| * dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet2024-02-262-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-153-20/+6
|\|
| * dpll: fix possible deadlock during netlink dump operationJiri Pirko2024-02-083-20/+6
* | dpll: check that pin is registered in __dpll_pin_unregister()Jiri Pirko2024-02-071-0/+3
* | dpll: extend lock_status_get() op by status error and expose to userJiri Pirko2024-02-011-1/+8
* | dpll: move xa_erase() call in to match dpll_pin_alloc() error path orderJiri Pirko2024-01-311-1/+1
|/
* dpll: fix register pin with unregistered parent pinArkadiusz Kubalewski2024-01-221-6/+0
* dpll: fix userspace availability of pinsArkadiusz Kubalewski2024-01-221-2/+27
* dpll: fix pin dump crash for rebound moduleArkadiusz Kubalewski2024-01-223-18/+69
* dpll: fix broken error path in dpll_pin_alloc(..)Arkadiusz Kubalewski2024-01-221-3/+4
* dpll: expose fractional frequency offset value to userJiri Pirko2024-01-051-0/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-141-5/+8
|\
| * dpll: sanitize possible null pointer dereference in dpll_pin_parent_pin_set()Jiri Pirko2023-12-121-5/+8
* | dpll: allocate pin ids in cycleJiri Pirko2023-12-131-3/+5
* | dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko2023-12-131-6/+10
|/
* dpll: Fix potential msg memleak when genlmsg_put_reply failedHao Ge2023-11-211-5/+12
* dpll: netlink/core: change pin frequency set behaviorArkadiusz Kubalewski2023-10-151-8/+42
* dpll: netlink/core: add support for pin-dpll signal phase offset/adjustArkadiusz Kubalewski2023-10-151-1/+137
* dpll: spec: add support for pin-dpll signal phase offset/adjustArkadiusz Kubalewski2023-10-152-4/+6
* netdev: Remove unneeded semicolonYang Li2023-09-211-1/+1
* netdev: expose DPLL pin handle for netdeviceJiri Pirko2023-09-171-2/+14
* dpll: netlink: Add DPLL framework base functionsVadim Fedorenko2023-09-173-1/+1264
* dpll: core: Add DPLL framework base functionsVadim Fedorenko2023-09-174-0/+894
* dpll: spec: Add Netlink spec in YAMLVadim Fedorenko2023-09-172-0/+213