[PATCH V2 0/5] soc: imx: increase build coverage for imx8 soc driver

From: Peng Fan
Date: Mon Jan 27 2020 - 04:44:43 EST


From: Peng Fan <peng.fan@xxxxxxx>


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