]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'smccc-update-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Mar 2025 16:16:57 +0000 (17:16 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 6 Mar 2025 16:16:57 +0000 (17:16 +0100)
commit283a4f225f949f427984e626f54cba1c428035ea
tree1dbb59f935903805f55f400bc857c3fc8c2dd056
parentc339956727376916dead2103fc631ad71fcfadc1
parent5f9c23abc47744f2578af4a362655c31254c93b5
Merge tag 'smccc-update-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/drivers

Arm SMCCC update for v6.15

Just a single update introducing the support for the optional SOC_ID
name string from the Arm SMCCC v1.6 specification.

If the SOC_ID name string is implemented, the machine field of the SoC
Device Attributes will reflect it.

The original intent of SOC_ID was to provide a JEP-106 code for the SiP
and the SoC revision to uniquely identify the SoC. However, there has
been a request to add this optional name so that SoC firmware can
directly provide the SoC name to the OS.

This change avoids the need for frequent updates to various tools that
would otherwise require maintaining hardcoded model/machine name tables
for new SoCs.

* tag 'smccc-update-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: smccc: Support optional Arm SMCCC SOC_ID name

Link: https://lore.kernel.org/r/20250304105845.432813-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>