public inbox for linux-remoteproc@vger.kernel.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; 7+ 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] 7+ messages in thread
* [PATCH 0/2] hwspinlock: remove platform_data from subsystem
@ 2026-04-01  7:11 Wolfram Sang
  2026-04-06 15:10 ` Bjorn Andersson
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfram Sang @ 2026-04-01  7:11 UTC (permalink / raw)
  To: linux-renesas-soc, Bjorn Andersson
  Cc: linux-arm-kernel, Wolfram Sang, Baolin Wang, linux-remoteproc,
	Russell King

This series removes the use of platform_data from the hwspinlock
subsystem. First, the last user is removed because it turned out to be
obsolete. Then, platform_data support is removed from the header.

This has been in a larger refactoring series before. But this
refactoring turns out to be a rabbit hole where more and more fixes are
needed before I can do the actual refactoring.

These two patches are quite independent from all of the other needed
changes, yet the platform_data removal simplifies further actions.

So, I hope we can still have this in 7.1, so I can base further work on
it. The ack from LinusW as the driver maintainer is already there.

The only change since the last version in the refactoring series is that
I also removed the Kconfig symbol in u8500_defconfig.

Please apply.


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

 MAINTAINERS                      |   1 -
 arch/arm/configs/u8500_defconfig |   1 -
 drivers/hwspinlock/Kconfig       |  10 --
 drivers/hwspinlock/Makefile      |   1 -
 drivers/hwspinlock/u8500_hsem.c  | 155 -------------------------------
 include/linux/hwspinlock.h       |  28 ------
 6 files changed, 196 deletions(-)
 delete mode 100644 drivers/hwspinlock/u8500_hsem.c

-- 
2.51.0


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

end of thread, other threads:[~2026-04-06 15:10 UTC | newest]

Thread overview: 7+ 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
  -- strict thread matches above, loose matches on Subject: below --
2026-04-01  7:11 Wolfram Sang
2026-04-06 15:10 ` Bjorn Andersson

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