Re: Allowing reset controllers before SMP initialization (on ARM)?

2015-04-18 Thread Arnd Bergmann
On Thursday 16 April 2015 11:42:08 Maxime Coquelin wrote: > Hi Florian, Arnd, > > On 04/16/2015 10:04 AM, Arnd Bergmann wrote: > > On Wednesday 15 April 2015 17:51:18 Florian Fainelli wrote: > >> Hi, > >> > >> In order to support initialization of the secondary core on BCM63138 > >> SoCs, I would

Re: Allowing reset controllers before SMP initialization (on ARM)?

2015-04-18 Thread Arnd Bergmann
On Thursday 16 April 2015 11:42:08 Maxime Coquelin wrote: Hi Florian, Arnd, On 04/16/2015 10:04 AM, Arnd Bergmann wrote: On Wednesday 15 April 2015 17:51:18 Florian Fainelli wrote: Hi, In order to support initialization of the secondary core on BCM63138 SoCs, I would want to utilize

Re: Allowing reset controllers before SMP initialization (on ARM)?

2015-04-16 Thread Florian Fainelli
2015-04-16 1:04 GMT-07:00 Arnd Bergmann : > On Wednesday 15 April 2015 17:51:18 Florian Fainelli wrote: >> Hi, >> >> In order to support initialization of the secondary core on BCM63138 >> SoCs, I would want to utilize a reset controller to release the >> secondary CPU from reset [1]. >> >> Here

Re: Allowing reset controllers before SMP initialization (on ARM)?

2015-04-16 Thread Maxime Coquelin
Hi Florian, Arnd, On 04/16/2015 10:04 AM, Arnd Bergmann wrote: On Wednesday 15 April 2015 17:51:18 Florian Fainelli wrote: Hi, In order to support initialization of the secondary core on BCM63138 SoCs, I would want to utilize a reset controller to release the secondary CPU from reset [1].

Re: Allowing reset controllers before SMP initialization (on ARM)?

2015-04-16 Thread Arnd Bergmann
On Wednesday 15 April 2015 17:51:18 Florian Fainelli wrote: > Hi, > > In order to support initialization of the secondary core on BCM63138 > SoCs, I would want to utilize a reset controller to release the > secondary CPU from reset [1]. > > Here are multiple options: > > - expose a custom

Re: Allowing reset controllers before SMP initialization (on ARM)?

2015-04-16 Thread Maxime Coquelin
Hi Florian, Arnd, On 04/16/2015 10:04 AM, Arnd Bergmann wrote: On Wednesday 15 April 2015 17:51:18 Florian Fainelli wrote: Hi, In order to support initialization of the secondary core on BCM63138 SoCs, I would want to utilize a reset controller to release the secondary CPU from reset [1].

Re: Allowing reset controllers before SMP initialization (on ARM)?

2015-04-16 Thread Arnd Bergmann
On Wednesday 15 April 2015 17:51:18 Florian Fainelli wrote: Hi, In order to support initialization of the secondary core on BCM63138 SoCs, I would want to utilize a reset controller to release the secondary CPU from reset [1]. Here are multiple options: - expose a custom function which

Re: Allowing reset controllers before SMP initialization (on ARM)?

2015-04-16 Thread Florian Fainelli
2015-04-16 1:04 GMT-07:00 Arnd Bergmann a...@arndb.de: On Wednesday 15 April 2015 17:51:18 Florian Fainelli wrote: Hi, In order to support initialization of the secondary core on BCM63138 SoCs, I would want to utilize a reset controller to release the secondary CPU from reset [1]. Here are

Allowing reset controllers before SMP initialization (on ARM)?

2015-04-15 Thread Florian Fainelli
Hi, In order to support initialization of the secondary core on BCM63138 SoCs, I would want to utilize a reset controller to release the secondary CPU from reset [1]. Here are multiple options: - expose a custom function which registers the reset controller platform driver as early as possible,

Allowing reset controllers before SMP initialization (on ARM)?

2015-04-15 Thread Florian Fainelli
Hi, In order to support initialization of the secondary core on BCM63138 SoCs, I would want to utilize a reset controller to release the secondary CPU from reset [1]. Here are multiple options: - expose a custom function which registers the reset controller platform driver as early as possible,