Message ID | 20240211-bus_cleanup-firmware2-v1-0-1851c92c7be7@marliere.net (mailing list archive) |
---|---|
Headers | show |
Series | firmware: struct bus_type cleanup | expand |
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>
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
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
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,