public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hwspinlock: remove platform_data from subsystem
@ 2026-02-10 11:00 Wolfram Sang
  2026-02-10 11:00 ` [PATCH 1/2] hwspinlock: u8500: delete driver Wolfram Sang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wolfram Sang @ 2026-02-10 11:00 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Linus Walleij, Andy Shevchenko, linux-arm-kernel, Wolfram Sang,
	Baolin Wang, Bjorn Andersson, linux-remoteproc

As stated in patch 1, the U8500 driver is clearly unused for more than a
decade. Removing it allows us to remove generic platform_data support.
Both removals make the upcoming refactoring (headers and lock
allocation) in the hwspinlock subsystem easier.

Wolfram Sang (2):
  hwspinlock: u8500: delete driver
  hwspinlock: remove now unused pdata from header file

 MAINTAINERS                     |   1 -
 drivers/hwspinlock/Kconfig      |  10 ---
 drivers/hwspinlock/Makefile     |   1 -
 drivers/hwspinlock/u8500_hsem.c | 155 --------------------------------
 include/linux/hwspinlock.h      |  28 ------
 5 files changed, 195 deletions(-)
 delete mode 100644 drivers/hwspinlock/u8500_hsem.c

-- 
2.51.0



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

end of thread, other threads:[~2026-02-10 14:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-10 11:00 [PATCH 0/2] hwspinlock: remove platform_data from subsystem Wolfram Sang
2026-02-10 11:00 ` [PATCH 1/2] hwspinlock: u8500: delete driver Wolfram Sang
2026-02-10 11:00 ` [PATCH 2/2] hwspinlock: remove now unused pdata from header file Wolfram Sang
2026-02-10 14:19 ` [PATCH 0/2] hwspinlock: remove platform_data from subsystem Linus Walleij
2026-02-10 14:56 ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox