Hello Dave, Jakub, Paolo. A little late, but hopefully still in time. An update from ieee802154 for your *net-next* tree: Various cross tree patches for ieee802154v drivers and a resource leak fix for ieee802154 llsec. Andy Shevchenko changed GPIO header usage for at86rf230 and mcr20a to only include needed headers. Bo Liu converted the at86rf230, mcr20a and mrf24j40 driver regmap support to use the maple tree register cache. Fedor Pchelkin fixed a resource leak in the llsec key deletion path. Ricardo B. Marliere made wpan_phy_class const. Tejun Heo removed WQ_UNBOUND from a workqueue call in ca8210. regards Stefan Schmidt The following changes since commit 2373699560a754079579b7722b50d1d38de1960e: mac802154: Avoid new associations while disassociating (2023-12-15 11:14:57 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-next.git tags/ieee802154-for-net-next-2024-03-07 for you to fetch changes up to b2d23256615c8f8b3215f0155b0234f0e310dfde: ieee802154: cfg802154: make wpan_phy_class constant (2024-03-06 21:23:10 +0100) ---------------------------------------------------------------- Andy Shevchenko (2): ieee802154: at86rf230: Replace of_gpio.h by proper one ieee802154: mcr20a: Remove unused of_gpio.h Bo Liu (3): net: ieee802154: at86rf230: convert to use maple tree register cache net: ieee802154: mcr20a: convert to use maple tree register cache net: ieee802154: mrf24j40: convert to use maple tree register cache Fedor Pchelkin (1): mac802154: fix llsec key resources release in mac802154_llsec_key_del Ricardo B. Marliere (1): ieee802154: cfg802154: make wpan_phy_class constant Tejun Heo (1): ieee802154: ca8210: Drop spurious WQ_UNBOUND from alloc_ordered_workqueue() call drivers/net/ieee802154/at86rf230.c | 5 ++--- drivers/net/ieee802154/ca8210.c | 10 ++-------- drivers/net/ieee802154/mcr20a.c | 5 ++--- drivers/net/ieee802154/mrf24j40.c | 4 ++-- include/net/cfg802154.h | 1 + net/ieee802154/sysfs.c | 2 +- net/ieee802154/sysfs.h | 2 +- net/mac802154/llsec.c | 18 +++++++++++++----- 8 files changed, 24 insertions(+), 23 deletions(-)