linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] arm64: imx: add imx8qxp support
@ 2018-04-27 19:06 Dong Aisheng
  2018-04-27 19:06 ` [PATCH 1/5] soc: imx: add imx8 soc device support Dong Aisheng
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Dong Aisheng @ 2018-04-27 19:06 UTC (permalink / raw)
  To: linux-arm-kernel

Add imx8qxp support

Dong Aisheng (5):
  soc: imx: add imx8 soc device support
  arm64: imx: add imx8qxp support
  arm64: dts: imx: add imx8qxp support
  defconfig: arm64: add imx8qxp support
  MAINTAINERS: imx: add NXP linux team upstream maillist as reviewer

 Documentation/devicetree/bindings/arm/fsl.txt     |   5 +
 MAINTAINERS                                       |   1 +
 arch/arm64/Kconfig.platforms                      |  23 +
 arch/arm64/boot/dts/freescale/Makefile            |   1 +
 arch/arm64/boot/dts/freescale/fsl-imx8-ca35.dtsi  |  66 ++
 arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek.dts | 138 ++++
 arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi    | 794 ++++++++++++++++++++++
 arch/arm64/configs/defconfig                      |   6 +
 drivers/soc/imx/Kconfig                           |   4 +
 drivers/soc/imx/Makefile                          |   1 +
 drivers/soc/imx/soc-imx8.c                        | 106 +++
 include/dt-bindings/power/imx-rsrc.h              | 558 +++++++++++++++
 12 files changed, 1703 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-imx8-ca35.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-imx8qxp.dtsi
 create mode 100644 drivers/soc/imx/soc-imx8.c
 create mode 100644 include/dt-bindings/power/imx-rsrc.h

-- 
2.7.4

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

end of thread, other threads:[~2018-05-28  9:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-27 19:06 [PATCH 0/5] arm64: imx: add imx8qxp support Dong Aisheng
2018-04-27 19:06 ` [PATCH 1/5] soc: imx: add imx8 soc device support Dong Aisheng
2018-04-27 19:06 ` [PATCH 2/5] arm64: imx: add imx8qxp support Dong Aisheng
2018-04-27 19:06 ` [PATCH 3/5] arm64: dts: " Dong Aisheng
2018-04-30  5:54   ` Mark Rutland
2018-04-30  8:50     ` A.s. Dong
2018-05-01 15:55   ` Rob Herring
2018-05-02 18:00     ` A.s. Dong
2018-04-27 19:06 ` [PATCH 4/5] defconfig: arm64: " Dong Aisheng
2018-04-27 19:06 ` [PATCH 5/5] MAINTAINERS: imx: add NXP linux team upstream maillist as reviewer Dong Aisheng
2018-05-25  2:14   ` A.s. Dong
2018-05-28  8:00     ` Shawn Guo
2018-05-28  9:12       ` A.s. Dong

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).