[PATCH v2 0/5] firmware: arm_scmi: Minor cleanups in the scmi bus layer
Sudeep Holla
sudeep.holla at arm.com
Thu Apr 24 02:44:25 PDT 2025
On Mon, 17 Mar 2025 10:31:20 +0000, Sudeep Holla wrote:
> These cleanup centralizes error logging for SCMI device creation into a
> single helper function, _scmi_device_create(), consolidates the device
> matching logic into a single function, and ensures that devices must
> have a name for registration, removing support for unnamed devices while
> matching the devices and drivers for probing. It ensures the transport
> devices are excluded from the bus matching and the correct assignment
> of parent device for the arm-scmi platform device created in the
> transport drivers.
>
> [...]
Applied to sudeep.holla/linux (for-next/scmi/updates), thanks!
[1/5] firmware: arm_scmi: Ensure scmi_devices are always matched by name as well
https://git.kernel.org/sudeep.holla/c/db28d02c4017
[2/5] firmware: arm_scmi: Refactor device matching logic to eliminate duplication
https://git.kernel.org/sudeep.holla/c/3da2859ee5c9
[3/5] firmware: arm_scmi: Refactor error logging from SCMI device creation to single helper
https://git.kernel.org/sudeep.holla/c/c69a31c1ad74
[4/5] firmware: arm_scmi: Assign correct parent to arm-scmi platform device
https://git.kernel.org/sudeep.holla/c/953f4ce0a8d3
[5/5] firmware: arm_scmi: Exclude transport devices from bus matching
https://git.kernel.org/sudeep.holla/c/9593804c44c2
--
Regards,
Sudeep
More information about the linux-arm-kernel
mailing list