[PATCH 1/3] firmware: arm_scmi: Relax duplicate name constraint across protocol ids

Peng Fan peng.fan at nxp.com
Sun Feb 2 03:08:31 PST 2025


> Subject: [PATCH 1/3] firmware: arm_scmi: Relax duplicate name
> constraint across protocol ids
> 
> Currently in scmi_protocol_device_request(), no duplicate scmi device
> name is allowed across any protocol. However scmi_dev_match_id()
> first matches the protocol id and then the name. So, there is no strict
> requirement to keep this scmi device name unique across all the
> protocols.
> 
> Relax the constraint on the duplicate name across the protocols and
> inhibit only within the same protocol id.
> 
> Signed-off-by: Sudeep Holla <sudeep.holla at arm.com>

Reviewed-by: Peng Fan <peng.fan at nxp.com>



More information about the linux-arm-kernel mailing list