mbox series

[GIT,PULL] firmware: arm_scmi: Fixes for v6.3

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

Pull-request

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

Message

Sudeep Holla March 15, 2023, 7:35 p.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d617808e3b8324eacebabefec49dc75536ee39cc:

  firmware: arm_scmi: Use the bitmap API to allocate bitmaps (2023-03-08 15:24:15 +0000)

----------------------------------------------------------------
Arm SCMI fixes for v6.3

Few fixes addressing issues around validation of device tree SCMI node,
allowing raw SCMI access even on systems which fail to probe the normal
driver stack, duplicate header inclusion, clean up return statement using
literal values instead of variable to simplify and use of devm_bitmap_zalloc
instead of devm_kcalloc to improve semantic.

----------------------------------------------------------------
Christophe JAILLET (1):
      firmware: arm_scmi: Use the bitmap API to allocate bitmaps

Cristian Marussi (2):
      firmware: arm_scmi: Fix raw coexistence mode behaviour on failure path
      firmware: arm_scmi: Fix device node validation for mailbox transport

Dan Carpenter (2):
      firmware: arm_scmi: Clean up a return statement in scmi_probe
      firmware: arm_scmi: Return a literal instead of a variable

Ye Xingchen (1):
      firmware: arm_scmi: Remove duplicate include header inclusion

 drivers/firmware/arm_scmi/bus.c     |  3 +--
 drivers/firmware/arm_scmi/driver.c  | 14 +++++++-------
 drivers/firmware/arm_scmi/mailbox.c | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 9 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org March 17, 2023, 4:20 p.m. UTC | #1
Hello:

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

On Wed, 15 Mar 2023 19:35:57 +0000 you wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> 
> Regards,
> Sudeep
> 
> [...]

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

You are awesome, thank you!