public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] firmware: arm_scmi: Minor cleanups in the scmi bus layer
@ 2025-03-12 11:14 Sudeep Holla
  2025-03-12 11:14 ` [PATCH 1/3] firmware: arm_scmi: Ensure scmi_devices are always matched by name as well Sudeep Holla
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sudeep Holla @ 2025-03-12 11:14 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Sudeep Holla, Cristian Marussi

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.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
Sudeep Holla (3):
      firmware: arm_scmi: Ensure scmi_devices are always matched by name as well
      firmware: arm_scmi: Refactor device matching logic to eliminate duplication
      firmware: arm_scmi: Refactor error logging from SCMI device creation to single helper

 drivers/firmware/arm_scmi/bus.c    | 75 ++++++++++++++++++++------------------
 drivers/firmware/arm_scmi/driver.c |  8 +---
 2 files changed, 40 insertions(+), 43 deletions(-)
---
base-commit: 80e54e84911a923c40d7bee33a34c1b4be148d7a
change-id: 20250312-b4-scmi_minor_cleanup-8f85228d435c

Best regards,
-- 
Regards,
Sudeep



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/3] firmware: arm_scmi: Minor cleanups in the scmi bus layer
@ 2025-03-12 11:40 Sudeep Holla
  0 siblings, 0 replies; 6+ messages in thread
From: Sudeep Holla @ 2025-03-12 11:40 UTC (permalink / raw)
  To: arm-scmi, linux-arm-kernel; +Cc: Sudeep Holla, Cristian Marussi

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.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
Sudeep Holla (3):
      firmware: arm_scmi: Ensure scmi_devices are always matched by name as well
      firmware: arm_scmi: Refactor device matching logic to eliminate duplication
      firmware: arm_scmi: Refactor error logging from SCMI device creation to single helper

 drivers/firmware/arm_scmi/bus.c    | 75 ++++++++++++++++++++------------------
 drivers/firmware/arm_scmi/driver.c |  8 +---
 2 files changed, 40 insertions(+), 43 deletions(-)
---
base-commit: 80e54e84911a923c40d7bee33a34c1b4be148d7a
change-id: 20250312-b4-scmi_minor_cleanup-8f85228d435c

Best regards,
-- 
Regards,
Sudeep



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-03-12 13:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-12 11:14 [PATCH 0/3] firmware: arm_scmi: Minor cleanups in the scmi bus layer Sudeep Holla
2025-03-12 11:14 ` [PATCH 1/3] firmware: arm_scmi: Ensure scmi_devices are always matched by name as well Sudeep Holla
2025-03-12 11:14 ` [PATCH 2/3] firmware: arm_scmi: Refactor device matching logic to eliminate duplication Sudeep Holla
2025-03-12 11:14 ` [PATCH 3/3] firmware: arm_scmi: Refactor error logging from SCMI device creation to single helper Sudeep Holla
2025-03-12 11:20 ` [PATCH 0/3] firmware: arm_scmi: Minor cleanups in the scmi bus layer Sudeep Holla
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 11:40 Sudeep Holla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox