linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] devres: clean up and move percpu allocator
@ 2025-11-11 14:39 Andy Shevchenko
  2025-11-11 14:39 ` [PATCH v1 1/2] devres: Remove unused devm_free_percpu() Andy Shevchenko
  2025-11-11 14:39 ` [PATCH v1 2/2] devres: Move devm_alloc_percpu() and related to devres.h Andy Shevchenko
  0 siblings, 2 replies; 6+ messages in thread
From: Andy Shevchenko @ 2025-11-11 14:39 UTC (permalink / raw)
  To: Andy Shevchenko, Philipp Stanner, Greg Kroah-Hartman, linux-doc,
	linux-kernel
  Cc: Jonathan Corbet, Rafael J. Wysocki, Danilo Krummrich

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-11-13  4:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-11 14:39 [PATCH v1 0/2] devres: clean up and move percpu allocator Andy Shevchenko
2025-11-11 14:39 ` [PATCH v1 1/2] devres: Remove unused devm_free_percpu() Andy Shevchenko
2025-11-11 14:58   ` Philipp Stanner
2025-11-11 14:39 ` [PATCH v1 2/2] devres: Move devm_alloc_percpu() and related to devres.h Andy Shevchenko
2025-11-11 16:33   ` kernel test robot
2025-11-13  4:49   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).