mbox series

[GIT,PULL] firmware: arm_scmi: Updates for v6.15

Message ID 20250304105915.432967-1-sudeep.holla@arm.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] firmware: arm_scmi: Updates for v6.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-updates-6.15

Message

Sudeep Holla March 4, 2025, 10:59 a.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-updates-6.15

for you to fetch changes up to d069c33f5ce2fe8f13489ba396080fcf28c10f60:

  firmware: arm_scmi: Emit modalias for SCMI devices (2025-02-03 10:50:11 +0000)

----------------------------------------------------------------
Arm SCMI updates for v6.15

Couple of updates around the flexibility in SCMI device names and
addition of name, protocol id attributes and modalias for SCMI
devices in the sysfs.

Currently, in the scmi_protocol_device_request() function, SCMI device
names ust be unique across all protocols. However, this constraint is
being relaxed, allowing devices in different protocols to share the
same name. The change aims to provide more flexibility in naming devices
across various protocols.

Two attributes: name and protocol ID is being added to the SCMI device
in the sysfs along with the support for the modalias. These attributes
aim to enhance device identification and management.

----------------------------------------------------------------
Sudeep Holla (3):
      firmware: arm_scmi: Relax duplicate name constraint across protocol ids
      firmware: arm_scmi: Add name and protocol id attributes
      firmware: arm_scmi: Emit modalias for SCMI devices

 drivers/firmware/arm_scmi/bus.c | 69 +++++++++++++++++++++++++++++++++--------
 1 file changed, 56 insertions(+), 13 deletions(-)