]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'scmi-fixes-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep...
authorArnd Bergmann <arnd@arndb.de>
Mon, 22 Nov 2021 10:39:03 +0000 (11:39 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 22 Nov 2021 10:39:04 +0000 (11:39 +0100)
commit8055f9519e5f9ee0bacadd8f59abfc3ef0bc882e
tree93f21db1cfe4c1c145dd470a1815c55aa9617e69
parentadf33f61f16f7c478895e4e644cf096aa6fd48e1
parentcb325da236d56ea82fdb6f770373f996a987e0c6
Merge tag 'scmi-fixes-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes

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.

* tag 'scmi-fixes-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_scmi: Fix type error assignment in voltage protocol
  firmware: arm_scmi: Fix type error in sensor protocol
  firmware: arm_scmi: pm: Propagate return value to caller
  firmware: arm_scmi: Fix base agent discover response
  firmware: arm_scmi: Fix null de-reference on error path

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