[GIT PULL] firmware: arm_scmi: Fixes for v5.16
Sudeep Holla
sudeep.holla at arm.com
Thu Nov 18 04:16:56 PST 2021
Hi ARM SoC Team,
Please pull !
Regards,
Sudeep
-->8
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-5.16
for you to fetch changes up to 026d9835b62bba34b7e657a0bfb76717822f9319:
firmware: arm_scmi: Fix type error assignment in voltage protocol (2021-11-17 11:24:50 +0000)
----------------------------------------------------------------
Arm SCMI fixes for v5.16
Couple of fixes for sparse warnings(type error assignment in voltage and
sensor protocols), add proper propagation of error from scmi_pm_domain_probe
handling agent discovery response in base protocol correctly and a fix
to avoid null pointer de-reference in the error path.
----------------------------------------------------------------
Cristian Marussi (3):
firmware: arm_scmi: Fix null de-reference on error path
firmware: arm_scmi: Fix type error in sensor protocol
firmware: arm_scmi: Fix type error assignment in voltage protocol
Peng Fan (1):
firmware: arm_scmi: pm: Propagate return value to caller
Vincent Guittot (1):
firmware: arm_scmi: Fix base agent discover response
drivers/firmware/arm_scmi/base.c | 15 ++++++++++++---
drivers/firmware/arm_scmi/scmi_pm_domain.c | 4 +---
drivers/firmware/arm_scmi/sensors.c | 2 +-
drivers/firmware/arm_scmi/virtio.c | 10 +++++-----
drivers/firmware/arm_scmi/voltage.c | 2 +-
5 files changed, 20 insertions(+), 13 deletions(-)
More information about the linux-arm-kernel
mailing list