]> 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)
commite27f68785e252a161e9d6757dc470c04c2d59eeb
tree93f21db1cfe4c1c145dd470a1815c55aa9617e69
parent3db2358395d11f6c70b58ca84ec7487d1b5b8405
parent62415132e30359059b767a44fbfa8a922007e0d2
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>