mbox series

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

Message ID 20210428093148.flrcowzr2dsj7byz@bogus
State New
Headers show
Series [GIT,PULL] firmware: arm_scmi: Fixes for v5.13 | expand

Pull-request

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

Message

Sudeep Holla April 28, 2021, 9:31 a.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit d4f9dddd21f39395c62ea12d3d91239637d4805f:

  firmware: arm_scmi: Add dynamic scmi devices creation (2021-03-30 16:35:16 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 03f840c49207e8c125b3df8c29c13137c6675d42:

  firmware: arm_scmi: Remove duplicate declaration of struct scmi_protocol_handle (2021-04-27 11:57:26 +0100)

----------------------------------------------------------------
ARM SCMI fixes for v5.13

A fix for very old possible ternary operation sign extention bug in the old
ARM SCPI firmware driver and a cleanup to remove duplicate structure declartion
in SCMI driver.

----------------------------------------------------------------
Dan Carpenter (1):
      firmware: arm_scpi: Prevent the ternary sign expansion bug

Wan Jiabing (1):
      firmware: arm_scmi: Remove duplicate declaration of struct scmi_protocol_handle

 drivers/firmware/arm_scmi/notify.h | 2 --
 drivers/firmware/arm_scpi.c        | 4 +++-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Arnd Bergmann April 28, 2021, 9:51 a.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 28 Apr 2021 10:31:48 +0100, Sudeep Holla wrote:
> Please pull !
> 
> Regards,
> Sudeep
> 
> -->8
> 
> The following changes since commit d4f9dddd21f39395c62ea12d3d91239637d4805f:
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: e393cc4e9ce015abc8a68c762dc361cdb0b0db96

       Arnd