RE: [PATCH V2 0/3] ARM: imx: move cpu code to drivers/soc/imx

2020-05-19 Thread Peng Fan
Hi Shawn, > Subject: Re: [PATCH V2 0/3] ARM: imx: move cpu code to drivers/soc/imx > > On Wed, May 20, 2020 at 8:57 AM Shawn Guo > wrote: > > > > On Wed, Apr 29, 2020 at 05:17:20PM +0800, peng@nxp.com wrote: > > > From: Peng Fan > > > >

Re: [PATCH V2 0/3] ARM: imx: move cpu code to drivers/soc/imx

2020-05-19 Thread Shawn Guo
On Wed, May 20, 2020 at 8:57 AM Shawn Guo wrote: > > On Wed, Apr 29, 2020 at 05:17:20PM +0800, peng@nxp.com wrote: > > From: Peng Fan > > > > V2: > > Keep i.MX1/2/3/5 cpu type for completness > > Correct return value in patch 1/3 > > use CONFIG_ARM to guard compile soc-imx.c in patch 3/3 >

Re: [PATCH V2 0/3] ARM: imx: move cpu code to drivers/soc/imx

2020-05-19 Thread Shawn Guo
On Wed, Apr 29, 2020 at 05:17:20PM +0800, peng@nxp.com wrote: > From: Peng Fan > > V2: > Keep i.MX1/2/3/5 cpu type for completness > Correct return value in patch 1/3 > use CONFIG_ARM to guard compile soc-imx.c in patch 3/3 > > V1: > https://patchwork.kernel.org/cover/11433689/ > RFC vers

[PATCH V2 0/3] ARM: imx: move cpu code to drivers/soc/imx

2020-04-29 Thread peng . fan
From: Peng Fan V2: Keep i.MX1/2/3/5 cpu type for completness Correct return value in patch 1/3 use CONFIG_ARM to guard compile soc-imx.c in patch 3/3 V1: https://patchwork.kernel.org/cover/11433689/ RFC version : https://patchwork.kernel.org/cover/11336433/ Nothing changed in v1, just rename