[PATCH 0/2] platform: x86: struct bus_type cleanup

Ricardo B. Marliere posted 2 patches 2 years ago
drivers/platform/x86/ibm_rtl.c | 2 +-
drivers/platform/x86/wmi.c     | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
[PATCH 0/2] platform: x86: struct bus_type cleanup
Posted by Ricardo B. Marliere 2 years ago
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):
      platform: x86: wmi: make wmi_bus_type const
      platform: x86: ibm_rtl: make rtl_subsys const

 drivers/platform/x86/ibm_rtl.c | 2 +-
 drivers/platform/x86/wmi.c     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
base-commit: 682c259a849610c7864cc75d52415c782c78653a
change-id: 20240204-bus_cleanup-platform-drivers-x86-40e6e6b4773a

Best regards,
-- 
Ricardo B. Marliere <ricardo@marliere.net>
Re: [PATCH 0/2] platform: x86: struct bus_type cleanup
Posted by Ilpo Järvinen 2 years ago
On Sun, 04 Feb 2024 11:40:15 -0300, Ricardo B. Marliere wrote:

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


Thank you for your contribution, it has been applied to my local
review-ilpo branch. Note it will show up in the public
platform-drivers-x86/review-ilpo branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/2] platform: x86: wmi: make wmi_bus_type const
      commit: 10fdfd13a35994ac1dcc3003d4046cb1955e66a8
[2/2] platform: x86: ibm_rtl: make rtl_subsys const
      commit: 41b43c75121208a9e4e84fd148f918bddb3f5d1f

--
 i.
Re: [PATCH 0/2] platform: x86: struct bus_type cleanup
Posted by Greg Kroah-Hartman 2 years ago
On Sun, Feb 04, 2024 at 11:40:15AM -0300, Ricardo B. Marliere wrote:
> 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>
> 

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>