]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'scmi-updates-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Wed, 15 Jan 2025 14:14:38 +0000 (15:14 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 15 Jan 2025 14:14:38 +0000 (15:14 +0100)
commit14ade5aa1aee36ddf03c193c583a0bc9682b8727
tree679a1286a3df690e1777118d861e19f6f6f68d17
parent8de2819d07fc0f2dd48d20df2a342128fb3d030c
parent3f3f0e53e9ae906844e8309fa433b48372f905e1
Merge tag 'scmi-updates-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/drivers

Arm SCMI updates for 6.14

This mainly has 2 updates:
1. Extension of the transport properties read from devicetree to support
   multiple SCMI platform/server instances
2. Addition of the capability to automatically load the proper SCMI vendor
   protocol module. The vendor protocol selection is already provided by
   the SCMI core while the automatic loading of vendor protocols was not.

* tag 'scmi-updates-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_scmi: Add aliases to transport modules
  firmware: arm_scmi: Add module aliases to i.MX vendor protocols
  firmware: arm_scmi: Support vendor protocol modules autoloading
  firmware: arm_scmi: Allow transport properties for multiple instances

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