linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/5] soc: imx: increase build coverage for imx8 soc driver
@ 2020-01-27  9:44 Peng Fan
  2020-01-27  9:44 ` [PATCH V2 1/5] soc: imx: gpcv2: include linux/sizes.h Peng Fan
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Peng Fan @ 2020-01-27  9:44 UTC (permalink / raw)
  To: catalin.marinas, will, shawnguo, s.hauer, arnd
  Cc: Aisheng Dong, Peng Fan, Abel Vesa, linux-kernel, krzk,
	dl-linux-imx, kernel, olof, Leonard Crestez, festevam,
	linux-arm-kernel

From: Peng Fan <peng.fan@nxp.com>


V2:
 Include Leonard's patch to fix build break after enable compile test
 Add Leonard's R-b tag

Rename soc-imx8.c to soc-imx8m.c which is for i.MX8M family
Add SOC_IMX8M for build gate soc-imx8m.c
Increase build coverage for i.MX SoC driver

Leonard Crestez (1):
  soc: imx: gpcv2: include linux/sizes.h

Peng Fan (4):
  soc: imx: Kconfig: add SOC_IMX8M entry
  arm64: defconfig: Enable CONFIG_SOC_IMX8M by default
  soc: Makefile: increase build coverage for i.MX
  soc: imx: Use CONFIG_SOC_IMX8M as build gate

 arch/arm64/configs/defconfig                | 1 +
 drivers/soc/Makefile                        | 2 +-
 drivers/soc/imx/Kconfig                     | 8 ++++++++
 drivers/soc/imx/Makefile                    | 2 +-
 drivers/soc/imx/gpcv2.c                     | 1 +
 drivers/soc/imx/{soc-imx8.c => soc-imx8m.c} | 0
 6 files changed, 12 insertions(+), 2 deletions(-)
 rename drivers/soc/imx/{soc-imx8.c => soc-imx8m.c} (100%)

-- 
2.16.4


_______________________________________________
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] 11+ messages in thread

end of thread, other threads:[~2020-01-27 14:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-27  9:44 [PATCH V2 0/5] soc: imx: increase build coverage for imx8 soc driver Peng Fan
2020-01-27  9:44 ` [PATCH V2 1/5] soc: imx: gpcv2: include linux/sizes.h Peng Fan
2020-01-27  9:44 ` [PATCH V2 2/5] soc: imx: Kconfig: add SOC_IMX8M entry Peng Fan
2020-01-27  9:44 ` [PATCH V2 3/5] arm64: defconfig: Enable CONFIG_SOC_IMX8M by default Peng Fan
2020-01-27  9:44 ` [PATCH V2 4/5] soc: Makefile: increase build coverage for i.MX Peng Fan
2020-01-27  9:45 ` [PATCH V2 5/5] soc: imx: Use CONFIG_SOC_IMX8M as build gate Peng Fan
2020-01-27 10:53 ` [PATCH V2 0/5] soc: imx: increase build coverage for imx8 soc driver Arnd Bergmann
2020-01-27 12:33   ` Peng Fan
2020-01-27 13:12     ` Arnd Bergmann
2020-01-27 13:22       ` Peng Fan
2020-01-27 14:12         ` 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).