[PATCH 0/2] firmware: struct bus_type cleanup

Ricardo B. Marliere posted 2 patches 1 year, 12 months ago
drivers/firmware/arm_ffa/bus.c     | 2 +-
drivers/firmware/arm_scmi/bus.c    | 2 +-
drivers/firmware/arm_scmi/common.h | 2 +-
include/linux/arm_ffa.h            | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
[PATCH 0/2] firmware: 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):
      firmware: arm_ffa: Make ffa_bus_type const
      firmware: arm_scmi: make scmi_bus_type const

 drivers/firmware/arm_ffa/bus.c     | 2 +-
 drivers/firmware/arm_scmi/bus.c    | 2 +-
 drivers/firmware/arm_scmi/common.h | 2 +-
 include/linux/arm_ffa.h            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
base-commit: 047371968ffc470769f541d6933e262dc7085456
change-id: 20240211-bus_cleanup-firmware2-f5a633107921

Best regards,
-- 
Ricardo B. Marliere <ricardo@marliere.net>
Re: [PATCH 0/2] firmware: struct bus_type cleanup
Posted by Sudeep Holla 1 year, 11 months ago
On Sun, 11 Feb 2024 12:51:28 -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]).
> 

Applied to sudeep.holla/linux (for-next/scmi/updates), thanks!

[2/2] firmware: arm_scmi: make scmi_bus_type const
      https://git.kernel.org/sudeep.holla/c/961745b2c42e
--
Regards,
Sudeep
Re: [PATCH 0/2] firmware: struct bus_type cleanup
Posted by Sudeep Holla 1 year, 11 months ago
On Sun, 11 Feb 2024 12:51:28 -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]).
> 

Applied to sudeep.holla/linux (for-next/ffa/updates), thanks!

[1/2] firmware: arm_ffa: Make ffa_bus_type const
      https://git.kernel.org/sudeep.holla/c/989e8661dc45
--
Regards,
Sudeep
Re: [PATCH 0/2] firmware: struct bus_type cleanup
Posted by Greg Kroah-Hartman 1 year, 12 months ago
On Sun, Feb 11, 2024 at 12:51:28PM -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>