The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] time: struct bus_type cleanup
@ 2024-02-04 13:40 Ricardo B. Marliere
  2024-02-04 13:40 ` [PATCH 1/2] clocksource: make clocksource_subsys const Ricardo B. Marliere
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ricardo B. Marliere @ 2024-02-04 13:40 UTC (permalink / raw)
  To: John Stultz, Thomas Gleixner, Stephen Boyd
  Cc: 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]). 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 (2):
      clocksource: make clocksource_subsys const
      clockevents: make clockevents_subsys const

 kernel/time/clockevents.c | 2 +-
 kernel/time/clocksource.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 71fee48fb772ac4f6cfa63dbebc5629de8b4cc09
change-id: 20240204-bus_cleanup-time-9586b102d5e4

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


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

end of thread, other threads:[~2024-02-07 14:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-04 13:40 [PATCH 0/2] time: struct bus_type cleanup Ricardo B. Marliere
2024-02-04 13:40 ` [PATCH 1/2] clocksource: make clocksource_subsys const Ricardo B. Marliere
2024-02-05 17:59   ` John Stultz
2024-02-07 14:20   ` [tip: timers/core] clocksource: Make " tip-bot2 for Ricardo B. Marliere
2024-02-04 13:40 ` [PATCH 2/2] clockevents: make clockevents_subsys const Ricardo B. Marliere
2024-02-07 14:20   ` [tip: timers/core] clockevents: Make " tip-bot2 for Ricardo B. Marliere
2024-02-04 14:25 ` [PATCH 0/2] time: 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