linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] soc: imx: increase build coverage for imx8 soc driver
@ 2020-01-16  3:48 Peng Fan
  2020-01-16  3:49 ` [PATCH 1/4] soc: imx: Kconfig: add SOC_IMX8M entry Peng Fan
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Peng Fan @ 2020-01-16  3:48 UTC (permalink / raw)
  To: catalin.marinas, will, shawnguo, s.hauer, arnd
  Cc: festevam, kernel, dl-linux-imx, olof, Aisheng Dong,
	Leonard Crestez, Abel Vesa, krzk, linux-arm-kernel, linux-kernel,
	Peng Fan

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

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

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/{soc-imx8.c => soc-imx8m.c} | 0
 5 files changed, 11 insertions(+), 2 deletions(-)
 rename drivers/soc/imx/{soc-imx8.c => soc-imx8m.c} (100%)

-- 
2.16.4


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16  3:48 [PATCH 0/4] soc: imx: increase build coverage for imx8 soc driver Peng Fan
2020-01-16  3:49 ` [PATCH 1/4] soc: imx: Kconfig: add SOC_IMX8M entry Peng Fan
2020-01-16  3:49 ` [PATCH 2/4] arm64: defconfig: Enable CONFIG_SOC_IMX8M by default Peng Fan
2020-01-16  3:49 ` [PATCH 3/4] soc: Makefile: increase build coverage for i.MX Peng Fan
2020-01-18  8:38   ` kbuild test robot
2020-01-16  3:49 ` [PATCH 4/4] soc: imx: Use CONFIG_SOC_IMX8M as build gate Peng Fan
2020-01-20 12:45 ` [PATCH 0/4] soc: imx: increase build coverage for imx8 soc driver Leonard Crestez

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