[PATCH 0/2] ARM: struct bus_type cleanup

Ricardo B. Marliere posted 2 patches 1 year, 12 months ago
arch/arm/common/sa1111.c               | 2 +-
arch/arm/include/asm/ecard.h           | 2 +-
arch/arm/include/asm/hardware/sa1111.h | 2 +-
arch/arm/mach-rpc/ecard.c              | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
[PATCH 0/2] ARM: struct bus_type cleanup
Posted by Ricardo B. Marliere 1 year, 12 months 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]).

---
[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 (2):
      ARM: sa1111: make sa1111_bus_type const
      ARM: ecard: make ecard_bus_type const

 arch/arm/common/sa1111.c               | 2 +-
 arch/arm/include/asm/ecard.h           | 2 +-
 arch/arm/include/asm/hardware/sa1111.h | 2 +-
 arch/arm/mach-rpc/ecard.c              | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
base-commit: 8790fade1a19caf714ba1d91ce1fdceb9f2067f2
change-id: 20240211-bus_cleanup-rmk-7fcb4be84c26

Best regards,
-- 
Ricardo B. Marliere <ricardo@marliere.net>
Re: [PATCH 0/2] ARM: struct bus_type cleanup
Posted by Greg Kroah-Hartman 1 year, 12 months ago
On Sun, Feb 11, 2024 at 12:45:06PM -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]).
> 
> ---
> [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>
> 

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