mbox series

[GIT,PULL] firmware: arm_scmi: Fixes for v5.16

Message ID 20211118121656.4014764-1-sudeep.holla@arm.com (mailing list archive)
State Accepted
Commit d17c4bf2c7e9bb7c7e9238b283d54157d92fd66b
Headers show
Series [GIT,PULL] firmware: arm_scmi: Fixes for v5.16 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-5.16

Message

Sudeep Holla Nov. 18, 2021, 12:16 p.m. UTC
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(-)

Comments

patchwork-bot+linux-soc@kernel.org Nov. 22, 2021, 11:08 a.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 18 Nov 2021 12:16:56 +0000 you wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] firmware: arm_scmi: Fixes for v5.16
    https://git.kernel.org/soc/soc/c/d17c4bf2c7e9

You are awesome, thank you!