public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] powerpc: struct bus_type cleanup
@ 2024-02-10  0:07 Ricardo B. Marliere
  2024-02-10  0:07 ` [PATCH 1/4] powerpc: vio: move device attributes into a new ifdef Ricardo B. Marliere
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Ricardo B. Marliere @ 2024-02-10  0:07 UTC (permalink / raw)
  To: Michael Ellerman, Nicholas Piggin, Christophe Leroy,
	Aneesh Kumar K.V, Naveen N. Rao
  Cc: linuxppc-dev, linux-kernel, Greg Kroah-Hartman,
	Ricardo B. Marliere

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]). Patch 1/4 is a prerequisite to 2/4, but the others have
no dependency. They were built using bootlin's without warnings using
powerpc64le-power8--glibc--stable-2023.11-1 toolchain.

---
[1]: https://lore.kernel.org/lkml/?q=f%3Agregkh%40linuxfoundation.org+s%3A%22make%22+and+s%3A%22const%22

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

---
Ricardo B. Marliere (4):
      powerpc: vio: move device attributes into a new ifdef
      powerpc: vio: make vio_bus_type const
      powerpc: mpic: make mpic_subsys const
      powerpc: ibmebus: make ibmebus_bus_type const

 arch/powerpc/include/asm/ibmebus.h       |  2 +-
 arch/powerpc/include/asm/mpic.h          |  2 +-
 arch/powerpc/include/asm/vio.h           |  2 +-
 arch/powerpc/platforms/pseries/ibmebus.c |  2 +-
 arch/powerpc/platforms/pseries/vio.c     | 61 ++++++++++++++++++--------------
 arch/powerpc/sysdev/mpic.c               |  2 +-
 6 files changed, 40 insertions(+), 31 deletions(-)
---
base-commit: 41bccc98fb7931d63d03f326a746ac4d429c1dd3
change-id: 20240209-bus_cleanup-powerpc2-498426fccb98

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


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

end of thread, other threads:[~2024-02-12 19:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-10  0:07 [PATCH 0/4] powerpc: struct bus_type cleanup Ricardo B. Marliere
2024-02-10  0:07 ` [PATCH 1/4] powerpc: vio: move device attributes into a new ifdef Ricardo B. Marliere
2024-02-10  0:07 ` [PATCH 2/4] powerpc: vio: make vio_bus_type const Ricardo B. Marliere
2024-02-10  0:07 ` [PATCH 3/4] powerpc: mpic: make mpic_subsys const Ricardo B. Marliere
2024-02-10  0:07 ` [PATCH 4/4] powerpc: ibmebus: make ibmebus_bus_type const Ricardo B. Marliere
2024-02-10 14:16   ` kernel test robot
2024-02-10 22:56   ` kernel test robot
2024-02-12 19:45 ` [PATCH 0/4] powerpc: struct bus_type cleanup Ricardo B. Marliere

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