public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] s390: struct bus_type cleanup
@ 2024-02-03 14:57 Ricardo B. Marliere
  2024-02-03 14:57 ` [PATCH 1/6] s390: ccwgroup: make ccwgroup_bus_type const Ricardo B. Marliere
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Ricardo B. Marliere @ 2024-02-03 14:57 UTC (permalink / raw)
  To: Vineeth Vijayan, Peter Oberparleiter, Heiko Carstens,
	Vasily Gorbik, Alexander Gordeev, Christian Borntraeger,
	Sven Schnelle, Harald Freudenberger, Tony Krowiak, Halil Pasic,
	Jason Herne
  Cc: Greg Kroah-Hartman, linux-s390, linux-kernel, 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]). 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

Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>

---
Ricardo B. Marliere (6):
      s390: ccwgroup: make ccwgroup_bus_type const
      s390: cio: make css_bus_type const
      s390: cio: make ccw_bus_type const
      s390: cio: make scm_bus_type const
      s390: AP: make ap_bus_type const
      s390: vfio-ap: make matrix_bus const

 drivers/s390/cio/ccwgroup.c       | 4 ++--
 drivers/s390/cio/css.c            | 4 ++--
 drivers/s390/cio/device.c         | 4 ++--
 drivers/s390/cio/scm.c            | 2 +-
 drivers/s390/crypto/ap_bus.c      | 4 ++--
 drivers/s390/crypto/vfio_ap_drv.c | 2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)
---
base-commit: 8eb3db95a8c8ecd6f8bb082a99ded3bbc79b023f
change-id: 20240203-bus_cleanup-s390-82062bb32b2f

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


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

end of thread, other threads:[~2024-02-06  8:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-03 14:57 [PATCH 0/6] s390: struct bus_type cleanup Ricardo B. Marliere
2024-02-03 14:57 ` [PATCH 1/6] s390: ccwgroup: make ccwgroup_bus_type const Ricardo B. Marliere
2024-02-03 14:57 ` [PATCH 2/6] s390: cio: make css_bus_type const Ricardo B. Marliere
2024-02-03 14:58 ` [PATCH 3/6] s390: cio: make ccw_bus_type const Ricardo B. Marliere
2024-02-03 14:58 ` [PATCH 4/6] s390: cio: make scm_bus_type const Ricardo B. Marliere
2024-02-03 14:58 ` [PATCH 5/6] s390: AP: make ap_bus_type const Ricardo B. Marliere
2024-02-05 10:36   ` Harald Freudenberger
2024-02-03 14:58 ` [PATCH 6/6] s390: vfio-ap: make matrix_bus const Ricardo B. Marliere
2024-02-05 14:00   ` Jason J. Herne
2024-02-05 15:23   ` Anthony Krowiak
2024-02-05 16:02   ` Halil Pasic
2024-02-03 15:20 ` [PATCH 0/6] s390: struct bus_type cleanup Greg Kroah-Hartman
2024-02-06  8:31 ` Heiko Carstens

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