[GIT PULL] firmware: arm_scmi: Updates for v5.11
Sudeep Holla
sudeep.holla at arm.com
Tue Nov 24 07:24:12 EST 2020
Hi ARM SoC Team,
Please pull ! The tag is based on v5.10-rc2 to avoid conflicts with
the fixes that got merged in -rc2.
Note the hwmon is acked by Guenter to take the changes together.
Also note that the SCMI regulator driver itself is getting queued by
Mark Brown separately and hence I have sent him pull request with
'scmi-voltage-5.11' tag which I have also merged here.
Regards,
Sudeep
-->8
The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:
Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-updates-5.11
for you to fetch changes up to f83eb664cdb45169338b9633f22eaafc23764f05:
Merge tag 'scmi-voltage-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into for-next/scmi (2020-11-23 16:37:27 +0000)
----------------------------------------------------------------
ARM SCMI updates for v5.11
Two main additions this time:
1. Support for SCMI v3.0 sensor extensions
2. Support for voltage domain management protocol added newly to SCMI v3.0
----------------------------------------------------------------
Cristian Marussi (10):
firmware: arm_scmi: Rework scmi_sensors_protocol_init
firmware: arm_scmi: Add SCMI v3.0 sensors descriptors extensions
dt-bindings: arm: Add support for SCMI Regulators
firmware: arm_scmi: Add voltage domain management protocol support
firmware: arm_scmi: Add support to enumerated SCMI voltage domain device
hwmon: (scmi) Update hwmon internal scale data type
firmware: arm_scmi: Add SCMI v3.0 sensors timestamped reads
firmware: arm_scmi: Add SCMI v3.0 sensor configuration support
firmware: arm_scmi: Add SCMI v3.0 sensor notifications
firmware: arm_scmi: Remove residual _le structs naming
Qinglang Miao (1):
firmware: arm_scmi: Fix missing destroy_workqueue()
Sudeep Holla (2):
firmware: arm_scmi: Add full list of sensor type enumeration
Merge tag 'scmi-voltage-5.11' of git://git.kernel.org/.../sudeep.holla/linux into for-next/scmi
Documentation/devicetree/bindings/arm/arm,scmi.txt | 43 ++
drivers/firmware/arm_scmi/Makefile | 2 +-
drivers/firmware/arm_scmi/common.h | 1 +
drivers/firmware/arm_scmi/driver.c | 3 +
drivers/firmware/arm_scmi/notify.c | 10 +-
drivers/firmware/arm_scmi/sensors.c | 720 +++++++++++++++++++--
drivers/firmware/arm_scmi/voltage.c | 380 +++++++++++
drivers/hwmon/scmi-hwmon.c | 2 +-
include/linux/scmi_protocol.h | 352 +++++++++-
9 files changed, 1450 insertions(+), 63 deletions(-)
create mode 100644 drivers/firmware/arm_scmi/voltage.c
More information about the linux-arm-kernel
mailing list