Merge tag 'scmi-updates-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep...
authorArnd Bergmann <arnd@arndb.de>
Sat, 12 Aug 2023 10:04:53 +0000 (12:04 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 12 Aug 2023 10:04:53 +0000 (12:04 +0200)
commit800b432012d47dafb5606b5267a45d554ae5d1a3
tree0f052b43a045bf9d35f9c627b44b74ef5d3fc8c1
parent0fd70327d6709feb3647e6e75b8c5f76e5ea6712
parent31c7c1397a33d4c7ad1e06aa6ea9fc6148554b29
Merge tag 'scmi-updates-6.6' of git://git./linux/kernel/git/sudeep.holla/linux into soc/drivers

Arm SCMI updates for v6.6

The main addition this time is the support for SCMI v3.2 perf level
indexing mode. SCMI v3.2 adds support for hardware which works on
performance indices, instead of levels. Certain platforms use indices
to identify performance levels. Level Indexing Mode is used to describe
such platform behavior. All commands which utilize performance level
as a parameter need to specify the corresponding level index instead of
the performance level when Level Indexing Mode is used.

While at it, these changes also include hardening of all the internal
accesses to the performance domain information.

* tag 'scmi-updates-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_scmi: Add v3.2 perf level indexing mode support
  firmware: arm_scmi: Harden perf domain info access

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