Re: [PATCH] soc: imx: select ARM_GIC_V3 for i.MX8M

2020-04-30 Thread kbuild test robot
Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on shawnguo/for-next] [cannot apply to v5.7-rc3 next-20200429] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify th

RE: [PATCH] soc: imx: select ARM_GIC_V3 for i.MX8M

2020-04-29 Thread Peng Fan
Hi Shawn, > Subject: [PATCH] soc: imx: select ARM_GIC_V3 for i.MX8M Forget to use v2 and mention that this is resend https://patchwork.kernel.org/patch/11435941/ If you need v2, I could resend with v2. Thanks, Peng. > > From: Peng Fan > > Select ARM_GIC_V3, then it is abl

[PATCH] soc: imx: select ARM_GIC_V3 for i.MX8M

2020-04-29 Thread peng . fan
From: Peng Fan Select ARM_GIC_V3, then it is able to use gic v3 driver in aarch32 mode linux on aarch64 hardware. For aarch64 mode, it not hurts to select ARM_GIC_V3. Acked-by: Arnd Bergmann Signed-off-by: Peng Fan --- drivers/soc/imx/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deleti