linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] powerpc: struct bus_type cleanup
@ 2024-02-04 14:21 Ricardo B. Marliere
  2024-02-04 14:21 ` [PATCH 1/4] powerpc: cell: make spu_subsys const Ricardo B. Marliere
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Ricardo B. Marliere @ 2024-02-04 14:21 UTC (permalink / raw)
  To: Arnd Bergmann, Michael Ellerman, Nicholas Piggin,
	Christophe Leroy, Geoff Levand
  Cc: Greg Kroah-Hartman, Ricardo B. Marliere, linuxppc-dev,
	linux-kernel

This series is part of an effort to cleanup the users of the driver
core, as can be seen in many recent patches authored by Greg across the
tree (e.g. [1]). Specifically, this series is part of the task of
splitting one of his TODOs [2].

---
[1]: https://lore.kernel.org/lkml/?q=f%3Agregkh%40linuxfoundation.org+s%3A%22make%22+and+s%3A%22const%22
[2]: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?h=bus_cleanup&id=26105f537f0c60eacfeb430abd2e05d7ddcdd8aa

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>

---
Ricardo B. Marliere (4):
      powerpc: cell: make spu_subsys const
      powerpc: ps3: make ps3_system_bus_type const
      powerpc: pseries: make cmm_subsys const
      powerpc: pseries: make suspend_subsys const

 arch/powerpc/platforms/cell/spu_base.c   | 2 +-
 arch/powerpc/platforms/ps3/system-bus.c  | 2 +-
 arch/powerpc/platforms/pseries/cmm.c     | 2 +-
 arch/powerpc/platforms/pseries/suspend.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
base-commit: 44a1aad2fe6c10bfe0589d8047057b10a4c18a19
change-id: 20240204-bus_cleanup-powerpc-720c27d8f15c

Best regards,
-- 
Ricardo B. Marliere <ricardo@marliere.net>


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

end of thread, other threads:[~2024-02-05  4:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-04 14:21 [PATCH 0/4] powerpc: struct bus_type cleanup Ricardo B. Marliere
2024-02-04 14:21 ` [PATCH 1/4] powerpc: cell: make spu_subsys const Ricardo B. Marliere
2024-02-04 14:21 ` [PATCH 2/4] powerpc: ps3: make ps3_system_bus_type const Ricardo B. Marliere
2024-02-04 20:47   ` Geert Uytterhoeven
2024-02-05  0:04   ` Geoff Levand
2024-02-04 14:21 ` [PATCH 3/4] powerpc: pseries: make cmm_subsys const Ricardo B. Marliere
2024-02-04 14:21 ` [PATCH 4/4] powerpc: pseries: make suspend_subsys const Ricardo B. Marliere
2024-02-04 14:38 ` [PATCH 0/4] powerpc: struct bus_type cleanup Greg Kroah-Hartman

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).