linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] i.MX drivers change for 4.20, round 2 (late)
@ 2018-10-08 14:56 Shawn Guo
  2018-10-10 11:40 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn Guo @ 2018-10-08 14:56 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 8d8e3b7d8f06f69005d829d4a195b00ef976004b:

  soc: imx: gpcv2: Switch to SPDX identifier (2018-10-01 13:24:15 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.20-2

for you to fetch changes up to b912de514a8759ef558096d7f1c3a0000e0e37f0:

  MAINTAINERS: imx: include drivers/firmware/imx path (2018-10-08 22:11:02 +0800)

----------------------------------------------------------------
i.MX drivers change for 4.20, round 2:
 - A series from Aisheng Dong to add SCU firmware driver for i.MX8
   SoCs.  It implements IPC mechanism based on mailbox for message
   exchange between AP and SCU firmware, and a set of SCU IPC
   service APIs used by clients like i.MX8 power domain and clock
   drivers.

----------------------------------------------------------------
Dong Aisheng (4):
      dt-bindings: arm: fsl: add scu binding doc
      firmware: imx: add SCU firmware driver support
      firmware: imx: add misc svc support
      MAINTAINERS: imx: include drivers/firmware/imx path

 .../devicetree/bindings/arm/freescale/fsl,scu.txt  | 183 ++++++
 MAINTAINERS                                        |   2 +
 drivers/firmware/Kconfig                           |   1 +
 drivers/firmware/Makefile                          |   1 +
 drivers/firmware/imx/Kconfig                       |  11 +
 drivers/firmware/imx/Makefile                      |   2 +
 drivers/firmware/imx/imx-scu.c                     | 270 +++++++++
 drivers/firmware/imx/misc.c                        |  99 ++++
 include/linux/firmware/imx/ipc.h                   |  59 ++
 include/linux/firmware/imx/sci.h                   |  17 +
 include/linux/firmware/imx/svc/misc.h              |  55 ++
 include/linux/firmware/imx/types.h                 | 617 +++++++++++++++++++++
 12 files changed, 1317 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
 create mode 100644 drivers/firmware/imx/Kconfig
 create mode 100644 drivers/firmware/imx/Makefile
 create mode 100644 drivers/firmware/imx/imx-scu.c
 create mode 100644 drivers/firmware/imx/misc.c
 create mode 100644 include/linux/firmware/imx/ipc.h
 create mode 100644 include/linux/firmware/imx/sci.h
 create mode 100644 include/linux/firmware/imx/svc/misc.h
 create mode 100644 include/linux/firmware/imx/types.h

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] i.MX drivers change for 4.20, round 2 (late)
  2018-10-08 14:56 [GIT PULL] i.MX drivers change for 4.20, round 2 (late) Shawn Guo
@ 2018-10-10 11:40 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2018-10-10 11:40 UTC (permalink / raw)
  To: linux-arm-kernel

On 10/8/18, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit
> 8d8e3b7d8f06f69005d829d4a195b00ef976004b:
>
>   soc: imx: gpcv2: Switch to SPDX identifier (2018-10-01 13:24:15 +0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
> tags/imx-drivers-4.20-2
>
> for you to fetch changes up to b912de514a8759ef558096d7f1c3a0000e0e37f0:
>
>   MAINTAINERS: imx: include drivers/firmware/imx path (2018-10-08 22:11:02
> +0800)
>
> ----------------------------------------------------------------
> i.MX drivers change for 4.20, round 2:
>  - A series from Aisheng Dong to add SCU firmware driver for i.MX8
>    SoCs.  It implements IPC mechanism based on mailbox for message
>    exchange between AP and SCU firmware, and a set of SCU IPC
>    service APIs used by clients like i.MX8 power domain and clock
>    drivers.

Pulled into next/drivers, thanks!

       Arnd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-10 11:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-08 14:56 [GIT PULL] i.MX drivers change for 4.20, round 2 (late) Shawn Guo
2018-10-10 11:40 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).