From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] i.MX drivers change for 4.20, round 2 (late)
Date: Mon, 8 Oct 2018 22:56:03 +0800 [thread overview]
Message-ID: <20181008145600.GT3587@dragon> (raw)
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
next reply other threads:[~2018-10-08 14:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-08 14:56 Shawn Guo [this message]
2018-10-10 11:40 ` [GIT PULL] i.MX drivers change for 4.20, round 2 (late) Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181008145600.GT3587@dragon \
--to=shawnguo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.