[GIT PULL] firmware: arm_scmi: updates for v5.9
Sudeep Holla
sudeep.holla at arm.com
Mon Jul 6 12:53:36 EDT 2020
Hi ARM SoC Team,
Please pull !
Regards,
Sudeep
-->8
The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:
Linux 5.8-rc1 (2020-06-14 12:45:04 -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.9
for you to fetch changes up to 585dfab3fb80e67b3a54790b3d5ef2991feb3950:
firmware: arm_scmi: Add base notifications support (2020-07-01 17:07:26 +0100)
----------------------------------------------------------------
ARM SCMI/SCPI updates for v5.9
The main addition for this time is the support for platform notifications.
SCMI protocol specification allows the platform to signal events to the
interested agents via notification messages. We are adding support for
the dispatch and delivery of such notifications to the interested users
inside the kernel.
Other than that, there are minor changes like checking and using the
fast_switch capability quering the firmware instead of doing it
unconditionally(using polling mode transfer), cosmetic trace update and
use of HAVE_ARM_SMCCC_DISCOVERY instead of ARM_PSCI_FW.
----------------------------------------------------------------
Cristian Marussi (10):
firmware: arm_scmi: Fix SCMI genpd domain probing
firmware: arm_scmi: Add notification protocol-registration
firmware: arm_scmi: Add notification callbacks-registration
firmware: arm_scmi: Add notification dispatch and delivery
firmware: arm_scmi: Enable notification core
firmware: arm_scmi: Add power notifications support
firmware: arm_scmi: Add perf notifications support
firmware: arm_scmi: Add sensor notifications support
firmware: arm_scmi: Add reset notifications support
firmware: arm_scmi: Add base notifications support
Nicola Mazzucato (2):
firmware: arm_scmi: Add fast_switch_possible() interface
cpufreq: arm_scmi: Set fast_switch_possible conditionally
Sudeep Holla (2):
firmware: arm_scmi: Use signed integer to report transfer status
firmware: arm_scmi: Use HAVE_ARM_SMCCC_DISCOVERY instead of ARM_PSCI_FW
drivers/cpufreq/scmi-cpufreq.c | 3 +-
drivers/firmware/arm_scmi/Makefile | 4 +-
drivers/firmware/arm_scmi/base.c | 108 +-
drivers/firmware/arm_scmi/common.h | 4 +
drivers/firmware/arm_scmi/driver.c | 15 +-
drivers/firmware/arm_scmi/notify.c | 1525 ++++++++++++++++++++
drivers/firmware/arm_scmi/notify.h | 66 ++
drivers/firmware/arm_scmi/perf.c | 151 ++-
drivers/firmware/arm_scmi/power.c | 92 +-
drivers/firmware/arm_scmi/reset.c | 96 +-
drivers/firmware/arm_scmi/scmi_pm_domain.c | 12 +-
drivers/firmware/arm_scmi/sensors.c | 69 +-
include/linux/scmi_protocol.h | 110 +-
include/trace/events/scmi.h | 6 +-
14 files changed, 2217 insertions(+), 44 deletions(-)
create mode 100644 drivers/firmware/arm_scmi/notify.c
create mode 100644 drivers/firmware/arm_scmi/notify.h
More information about the linux-arm-kernel
mailing list