All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] firmware: arm_scmi: updates for v5.7-rc1
@ 2020-03-04 17:52 Sudeep Holla
  0 siblings, 0 replies; only message in thread
From: Sudeep Holla @ 2020-03-04 17:52 UTC (permalink / raw)
  To: ARM SoC Team, SoC Team, ALKML
  Cc: Olof Johansson, Sudeep Holla, Arnd Bergmann, Kevin Hilman

Hi ARM SoC Team,

Please pull !

Note that I have pulled in one vexpress syscfg fix in this pull request
itself instead of a separate one as I think it also falls under 'driver'
category in your pull requests. Let me know if you prefer to keep it
separate.

Regards,
Sudeep

-->8

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 57c45d4d8a9d78c962e9ddfc4fb2d3210f34f966:

  misc: vexpress: Replace zero-length array with flexible-array member (2020-02-20 17:15:04 +0000)

----------------------------------------------------------------
ARM SCMI/SCPI updates for v5.7

1. Abstraction of the scmi transport type from the core protocol driver
   which enables addition of other transports like SMC/HVC, SPCI and
   virtio apart from the existing mailbox
2. Miscellaneous fix for minor formatting issues with the kernel-doc
   style comments
3. Replacement of zero-length array with flexible-array member which is
   part of tree-wide cleanup

----------------------------------------------------------------
Gustavo A. R. Silva (4):
      firmware: arm_scmi: Replace zero-length array with flexible-array member
      firmware: arm_scmi/perf: Replace zero-length array with flexible-array member
      firmware: arm_scpi: Replace zero-length array with flexible-array member
      misc: vexpress: Replace zero-length array with flexible-array member

Viresh Kumar (3):
      firmware: arm_scmi: Update doc style comments
      firmware: arm_scmi: Move macros and helpers to common.h
      firmware: arm_scmi: Make scmi core independent of the transport type

 drivers/firmware/arm_scmi/Makefile  |   3 +-
 drivers/firmware/arm_scmi/common.h  | 115 +++++++++++++-
 drivers/firmware/arm_scmi/driver.c  | 293 +++++-------------------------------
 drivers/firmware/arm_scmi/mailbox.c | 184 ++++++++++++++++++++++
 drivers/firmware/arm_scmi/perf.c    |   2 +-
 drivers/firmware/arm_scmi/shmem.c   |  83 ++++++++++
 drivers/firmware/arm_scpi.c         |   4 +-
 drivers/misc/vexpress-syscfg.c      |   2 +-
 8 files changed, 420 insertions(+), 266 deletions(-)
 create mode 100644 drivers/firmware/arm_scmi/mailbox.c
 create mode 100644 drivers/firmware/arm_scmi/shmem.c

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-04 17:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04 17:52 [GIT PULL] firmware: arm_scmi: updates for v5.7-rc1 Sudeep Holla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.