Re: [PATCH V5 0/2] soc: imx: increase build coverage for imx8 soc driver

From: Shawn Guo
Date: Tue Mar 10 2020 - 02:55:31 EST


On Fri, Feb 21, 2020 at 10:32:17AM +0800, peng.fan@xxxxxxx wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> V5:
> Add missed "static inline" in misc.h
>
> V4:
> Add dummy functions to fix build issue when soc-imx-scu.c built in,
> but drivers/firmware/imx/imx-scu.c not built in.
> No change to Patch 2/2.
>
> V3:
> Per Arnd's suggestions, merged Patch 2/3/4/5 into one patch
> Dropped the defconfig change with a default Kconfig
>
> Leonard, I dropped you R-b in V3 since the change.
>
> 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
>
> Peng Fan (2):
> firmware: imx: add dummy functions
> soc: imx: increase build coverage for imx8m soc driver

Applied both, thanks.