Re: [PATCH 08/16] ARM: vexpress: use generic API for enabling SCU

2016-11-16 Thread pankaj.dubey
Hi Sudeep, On Wednesday 16 November 2016 08:04 PM, Sudeep Holla wrote: > > > On 14/11/16 05:02, Pankaj Dubey wrote: >> Now as we have of_scu_enable which takes care of mapping >> scu base from DT, lets use it. >> >> CC: Liviu Dudau >> CC: Sudeep Holla > > I assume you will take this series th

Re: [PATCH 08/16] ARM: vexpress: use generic API for enabling SCU

2016-11-16 Thread Sudeep Holla
On 14/11/16 05:02, Pankaj Dubey wrote: Now as we have of_scu_enable which takes care of mapping scu base from DT, lets use it. CC: Liviu Dudau CC: Sudeep Holla I assume you will take this series through a single tree. Also I assume you may make changes around a9 SCU. I will try to test if

[PATCH 08/16] ARM: vexpress: use generic API for enabling SCU

2016-11-13 Thread Pankaj Dubey
Now as we have of_scu_enable which takes care of mapping scu base from DT, lets use it. CC: Liviu Dudau CC: Sudeep Holla CC: Lorenzo Pieralisi Signed-off-by: Pankaj Dubey --- arch/arm/mach-vexpress/platsmp.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/arc