[PATCH v1 0/2] devres: clean up and move percpu allocator

From: Andy Shevchenko

Date: Tue Nov 11 2025 - 09:41:13 EST


Clean up and move managed percpu allocator to devres.h.

Andy Shevchenko (2):
devres: Remove unused devm_free_percpu()
devres: Move devm_alloc_percpu() and related to devres.h

.../driver-api/driver-model/devres.rst | 1 -
drivers/base/devres.c | 25 -------------------
include/linux/device.h | 19 --------------
include/linux/device/devres.h | 16 ++++++++++++
4 files changed, 16 insertions(+), 45 deletions(-)

--
2.50.1