mbox series

[GIT,PULL] firmware: arm_scmi: updates for v5.10

Message ID 20200914075018.2rvytvghxyutcbk4@bogus (mailing list archive)
State Accepted
Commit 8119f4b91d54104884ceeed7d97a4eb4cf003c69
Headers show
Series [GIT,PULL] firmware: arm_scmi: updates for v5.10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-updates-5.10

Message

Sudeep Holla Sept. 14, 2020, 7:50 a.m. UTC
Hi ARM SoC Team,

Please pull ! Sorry for the delayed PR, but patches have been in -next for
few days now.

Regards,
Sudeep

-->8

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-updates-5.10

for you to fetch changes up to 66d90f6ecee755e9c19a119c9255e80091165498:

  firmware: arm_scmi: Enable building as a single module (2020-09-14 07:31:03 +0100)

----------------------------------------------------------------
ARM SCMI updates for v5.10

Couple of main additions: SCMI system protocol support and ability to
build SCMI driver as a single module which is needed by some transports
like virtio as they may not be ready early during the boot. This also
includes constification of scmi ops and related function pointers.

----------------------------------------------------------------
Cristian Marussi (2):
      firmware: arm_scmi: Add system power protocol support
      firmware: arm_scmi: Add SCMI device for system power protocol

Rikard Falkeborn (3):
      cpufreq: arm_scmi: Constify scmi_perf_ops pointers
      firmware: arm_scmi: Constify ops pointers in scmi_handle
      firmware: arm_scmi: Constify static scmi-ops

Sudeep Holla (5):
      firmware: arm_scmi: Fix NULL pointer dereference in mailbox_chan_free
      firmware: smccc: Export both smccc functions
      firmware: arm_scmi: Move scmi bus init and exit calls into the driver
      firmware: arm_scmi: Move scmi protocols registration into the driver
      firmware: arm_scmi: Enable building as a single module

 drivers/cpufreq/scmi-cpufreq.c      |   6 +-
 drivers/firmware/Kconfig            |   2 +-
 drivers/firmware/Makefile           |   2 +-
 drivers/firmware/arm_scmi/Makefile  |   6 +-
 drivers/firmware/arm_scmi/bus.c     |   6 +-
 drivers/firmware/arm_scmi/clock.c   |   9 +--
 drivers/firmware/arm_scmi/common.h  |  26 ++++++-
 drivers/firmware/arm_scmi/driver.c  |  31 ++++++++-
 drivers/firmware/arm_scmi/mailbox.c |   4 +-
 drivers/firmware/arm_scmi/notify.c  |   2 +-
 drivers/firmware/arm_scmi/perf.c    |   9 +--
 drivers/firmware/arm_scmi/power.c   |   9 +--
 drivers/firmware/arm_scmi/reset.c   |   9 +--
 drivers/firmware/arm_scmi/sensors.c |   9 +--
 drivers/firmware/arm_scmi/smc.c     |   2 +-
 drivers/firmware/arm_scmi/system.c  | 131 ++++++++++++++++++++++++++++++++++++
 drivers/firmware/smccc/smccc.c      |   2 +
 include/linux/scmi_protocol.h       |  32 +++++++--
 18 files changed, 238 insertions(+), 59 deletions(-)
 create mode 100644 drivers/firmware/arm_scmi/system.c

Comments

patchwork-bot+linux-soc@kernel.org Sept. 15, 2020, 5:02 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next).

On Mon, 14 Sep 2020 08:50:18 +0100 you wrote:
> Hi ARM SoC Team,
> 
> Please pull ! Sorry for the delayed PR, but patches have been in -next for
> few days now.
> 
> Regards,
> Sudeep
> 
> [...]


Here is a summary with links:
  - [GIT,PULL] firmware: arm_scmi: updates for v5.10
    https://git.kernel.org/soc/soc/c/8119f4b91d54104884ceeed7d97a4eb4cf003c69

You are awesome, thank you!