summaryrefslogtreecommitdiff
path: root/drivers/dpll/dpll_core.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+7
2026-02-05dpll: Add reference count tracking supportIvan Vecera1-22/+76
2026-02-05dpll: Enhance and consolidate reference counting logicIvan Vecera1-24/+50
2026-02-05dpll: Support dynamic pin index allocationIvan Vecera1-2/+46
2026-02-05dpll: Add notifier chain for dpll eventsPetr Oros1-0/+57
2026-02-05dpll: Allow associating dpll pin with a firmware nodeIvan Vecera1-0/+49
2026-01-22dpll: Prevent duplicate registrationsIvan Vecera1-8/+4
2025-06-28dpll: add reference sync get/setArkadiusz Kubalewski1-0/+45
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-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-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 Kicinski1-5/+20
2024-03-06dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski1-5/+20
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
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 Dumazet1-1/+1
2024-02-07dpll: check that pin is registered in __dpll_pin_unregister()Jiri Pirko1-0/+3
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 pin dump crash for rebound moduleArkadiusz Kubalewski1-2/+53
2024-01-22dpll: fix broken error path in dpll_pin_alloc(..)Arkadiusz Kubalewski1-3/+4
2023-12-14dpll: allocate pin ids in cycleJiri Pirko1-3/+5
2023-09-17dpll: netlink: Add DPLL framework base functionsVadim Fedorenko1-1/+10
2023-09-17dpll: core: Add DPLL framework base functionsVadim Fedorenko1-0/+789