RE: [PATCH 0/3] Add SMP support for i.MX7D

2016-08-26 Thread Yongcai Huang
inux-kernel@vger.kernel.org>; Mark Rutland > <mark.rutl...@arm.com>; Russell King - ARM Linux <li...@armlinux.org.uk>; > robh...@kernel.org; Sascha Hauer <ker...@pengutronix.de>; Fabio Estevam > <fabio.este...@nxp.com>; Shawn Guo <shawn...@kernel.org>

RE: [PATCH 0/3] Add SMP support for i.MX7D

2016-08-26 Thread Yongcai Huang
- ARM Linux ; > robh...@kernel.org; Sascha Hauer ; Fabio Estevam > ; Shawn Guo > Subject: Re: [PATCH 0/3] Add SMP support for i.MX7D > > Hi Anson, > > On Fri, Aug 26, 2016 at 8:12 AM, Anson Huang wrote: > > i.MX7D has 2 Cortex-A7 ARM cores, and it has a different G

Re: [PATCH 0/3] Add SMP support for i.MX7D

2016-08-26 Thread Fabio Estevam
Hi Anson, On Fri, Aug 26, 2016 at 8:12 AM, Anson Huang wrote: > i.MX7D has 2 Cortex-A7 ARM cores, and it has a different GPC design > than i.MX6, so this patch set adds a new GPCV2 driver for i.MX7D, > and also adds runtime check in SMP code to support both Cortex-A9 > and

Re: [PATCH 0/3] Add SMP support for i.MX7D

2016-08-26 Thread Fabio Estevam
Hi Anson, On Fri, Aug 26, 2016 at 8:12 AM, Anson Huang wrote: > i.MX7D has 2 Cortex-A7 ARM cores, and it has a different GPC design > than i.MX6, so this patch set adds a new GPCV2 driver for i.MX7D, > and also adds runtime check in SMP code to support both Cortex-A9 > and Cortex-A7 ARM cores. >

[PATCH 0/3] Add SMP support for i.MX7D

2016-08-25 Thread Anson Huang
i.MX7D has 2 Cortex-A7 ARM cores, and it has a different GPC design than i.MX6, so this patch set adds a new GPCV2 driver for i.MX7D, and also adds runtime check in SMP code to support both Cortex-A9 and Cortex-A7 ARM cores. With this patch set, i.MX7D can boot up SMP kernel with 2 CPUs. Anson

[PATCH 0/3] Add SMP support for i.MX7D

2016-08-25 Thread Anson Huang
i.MX7D has 2 Cortex-A7 ARM cores, and it has a different GPC design than i.MX6, so this patch set adds a new GPCV2 driver for i.MX7D, and also adds runtime check in SMP code to support both Cortex-A9 and Cortex-A7 ARM cores. With this patch set, i.MX7D can boot up SMP kernel with 2 CPUs. Anson