mbox series

[0/3] drivers: mmc: struct bus_type cleanup

Message ID 20240203-bus_cleanup-mmc-v1-0-ad054dce8dc3@marliere.net
Headers show
Series drivers: mmc: struct bus_type cleanup | expand

Message

Ricardo B. Marliere Feb. 3, 2024, 7:01 p.m. UTC
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 (3):
      mmc: core: make mmc_rpmb_bus_type const
      mmc: core: make mmc_bus_type const
      mmc: core: make sdio_bus_type const

 drivers/mmc/core/block.c    | 2 +-
 drivers/mmc/core/bus.c      | 2 +-
 drivers/mmc/core/sdio_bus.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
base-commit: 4e99ffb173faaf38f010acb369bff57a20e9e531
change-id: 20240203-bus_cleanup-mmc-008abb80c43d

Best regards,

Comments

Greg Kroah-Hartman Feb. 3, 2024, 9:23 p.m. UTC | #1
On Sat, Feb 03, 2024 at 04:01:59PM -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>
Ulf Hansson Feb. 5, 2024, 5:28 p.m. UTC | #2
On Sat, 3 Feb 2024 at 20:01, Ricardo B. Marliere <ricardo@marliere.net> 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>
>
> ---
> Ricardo B. Marliere (3):
>       mmc: core: make mmc_rpmb_bus_type const
>       mmc: core: make mmc_bus_type const
>       mmc: core: make sdio_bus_type const
>
>  drivers/mmc/core/block.c    | 2 +-
>  drivers/mmc/core/bus.c      | 2 +-
>  drivers/mmc/core/sdio_bus.c | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> ---
> base-commit: 4e99ffb173faaf38f010acb369bff57a20e9e531
> change-id: 20240203-bus_cleanup-mmc-008abb80c43d
>
> Best regards,
> --
> Ricardo B. Marliere <ricardo@marliere.net>

Applied for next, thanks!

Kind regards
Uffe