[GIT PULL] firmware: arm_scmi: updates for v5.14
Sudeep Holla
sudeep.holla at arm.com
Fri Jun 11 00:57:22 PDT 2021
Hi ARM SoC Team,
Please pull !
Regards,
Sudeep
-->8
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-updates-5.14
for you to fetch changes up to 61832b35b4d953b2b4f6c668a3ad2a3013f40532:
firmware: arm_scmi: Avoid multiple initialisations of hdr->protocol_id (2021-06-08 16:06:12 +0100)
----------------------------------------------------------------
ARM SCMI updates for v5.14
- Support for SCMI clocks from the SCMI power domains
- Addition of checks for correct compatibles for shmem devicetree nodes
that were found missing in the process of YAML schema conversion
- Kconfig and associated build fix found when optee transport are being
worked on
- Couple of fixes and cleanups found as with work-in-progress virtio
transport support
The new transports(optee and virtio) themselves are still being worked on
with ongoing reviews, they are not part of this yet
----------------------------------------------------------------
Cristian Marussi (3):
firmware: arm_scmi: Reset Rx buffer to max size during async commands
firmware: arm_scmi: Add delayed response status check
firmware: arm_scmi: Move reinit_completion from scmi_xfer_get to do_xfer
Etienne Carriere (1):
firmware: arm_scmi: Add SMCCC discovery dependency in Kconfig
Nicolas Pitre (1):
firmware: arm_scmi: Add clock management to the SCMI power domain
Sudeep Holla (4):
firmware: arm_scmi: Fix the build when CONFIG_MAILBOX is not selected
firmware: arm_scpi: Add compatibility checks for shmem node
firmware: arm_scmi: Add compatibility checks for shmem node
firmware: arm_scmi: Avoid multiple initialisations of hdr->protocol_id
drivers/firmware/Kconfig | 2 +-
drivers/firmware/arm_scmi/common.h | 2 +-
drivers/firmware/arm_scmi/driver.c | 24 +++++++++++++++---------
drivers/firmware/arm_scmi/mailbox.c | 3 +++
drivers/firmware/arm_scmi/scmi_pm_domain.c | 26 ++++++++++++++++++++++++++
drivers/firmware/arm_scmi/smc.c | 3 +++
drivers/firmware/arm_scpi.c | 11 +++++++++++
7 files changed, 60 insertions(+), 11 deletions(-)
More information about the linux-arm-kernel
mailing list