Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-28 Thread Russell King - ARM Linux
On Mon, Jan 28, 2013 at 09:18:55AM +0200, Hiroshi Doyu wrote: > Hi Russell, > > On Tue, 22 Jan 2013 18:04:46 +0100 > Olof Johansson wrote: > > > Since Russell had comments on it earlier, I'd like him to give a nod > > that he's happy with it too. > > Is this ok for you? > > The original patch

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-27 Thread Hiroshi Doyu
Hi Russell, On Tue, 22 Jan 2013 18:04:46 +0100 Olof Johansson wrote: > Since Russell had comments on it earlier, I'd like him to give a nod > that he's happy with it too. Is this ok for you? The original patch is: http://lists.infradead.org/pipermail/linux-arm-kernel/2013-January/143552.html -

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-23 Thread Hiroshi Doyu
Stephen Warren wrote @ Thu, 24 Jan 2013 06:04:55 +0100: > Branch scu-base-rework contains just the SCU base address patches. After > the few things listed below, I'll rename this branch and send a pull > request to arm-soc. > > 2) Lorenzo's last comment on "ARM: tegra: Use DT /cpu node to d

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-23 Thread Santosh Shilimkar
Stephen, On Thursday 24 January 2013 10:34 AM, Stephen Warren wrote: On 01/23/2013 01:58 AM, Santosh Shilimkar wrote: On Tuesday 22 January 2013 10:34 PM, Olof Johansson wrote: On Tue, Jan 22, 2013 at 8:57 AM, Stephen Warren wrote: On 01/21/2013 11:07 PM, Santosh Shilimkar wrote: On Tuesday

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-23 Thread Stephen Warren
On 01/23/2013 01:58 AM, Santosh Shilimkar wrote: > On Tuesday 22 January 2013 10:34 PM, Olof Johansson wrote: >> On Tue, Jan 22, 2013 at 8:57 AM, Stephen Warren >> wrote: >>> On 01/21/2013 11:07 PM, Santosh Shilimkar wrote: On Tuesday 22 January 2013 11:22 AM, Hiroshi Doyu wrote: > Skip s

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-23 Thread Stephen Warren
On 01/23/2013 02:27 AM, Hiroshi Doyu wrote: > Hiroshi Doyu wrote @ Wed, 23 Jan 2013 08:04:57 +0200 (EET): > >> Stephen Warren wrote @ Tue, 22 Jan 2013 17:57:39 >> +0100: >> >>> Hiroshi, is this series the only dependency you need for your >>> Tegra114 >> >> Basically yes. >> >>> series? So, I c

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-23 Thread Santosh Shilimkar
On Wednesday 23 January 2013 04:28 PM, Hiroshi Doyu wrote: Santosh Shilimkar wrote @ Wed, 23 Jan 2013 09:58:08 +0100: On Tuesday 22 January 2013 10:34 PM, Olof Johansson wrote: On Tue, Jan 22, 2013 at 8:57 AM, Stephen Warren wrote: On 01/21/2013 11:07 PM, Santosh Shilimkar wrote: On Tuesd

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-23 Thread Hiroshi Doyu
Santosh Shilimkar wrote @ Wed, 23 Jan 2013 09:58:08 +0100: > On Tuesday 22 January 2013 10:34 PM, Olof Johansson wrote: > > On Tue, Jan 22, 2013 at 8:57 AM, Stephen Warren > > wrote: > >> On 01/21/2013 11:07 PM, Santosh Shilimkar wrote: > >>> On Tuesday 22 January 2013 11:22 AM, Hiroshi Doyu w

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-23 Thread Hiroshi Doyu
Hiroshi Doyu wrote @ Wed, 23 Jan 2013 08:04:57 +0200 (EET): > Stephen Warren wrote @ Tue, 22 Jan 2013 17:57:39 > +0100: > > > Hiroshi, is this series the only dependency you need for your > > Tegra114 > > Basically yes. > > > series? So, I could merge your Tegra114 series once this series is

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-23 Thread Santosh Shilimkar
On Tuesday 22 January 2013 10:34 PM, Olof Johansson wrote: On Tue, Jan 22, 2013 at 8:57 AM, Stephen Warren wrote: On 01/21/2013 11:07 PM, Santosh Shilimkar wrote: On Tuesday 22 January 2013 11:22 AM, Hiroshi Doyu wrote: Skip scu_enable(scu_base) if CPU is not Cortex A9 with SCU. Signed-off-b

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-22 Thread Hiroshi Doyu
Stephen Warren wrote @ Tue, 22 Jan 2013 17:57:39 +0100: > Hiroshi, is this series the only dependency you need for your > Tegra114 Basically yes. > series? So, I could merge your Tegra114 series once this series is applied? But now "CCF" seems to be in. Then, the HACK(*1) needs to be replaced

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-22 Thread Stephen Warren
On 01/22/2013 11:46 AM, Will Deacon wrote: > Hi Stephan, > > On Tue, Jan 22, 2013 at 06:35:55PM +, Stephen Warren wrote: >> On 01/21/2013 10:52 PM, Hiroshi Doyu wrote: >>> Skip scu_enable(scu_base) if CPU is not Cortex A9 with SCU. >> >> Will, is your for-next/perf branch stable; can I pull it

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-22 Thread Will Deacon
Hi Stephan, On Tue, Jan 22, 2013 at 06:35:55PM +, Stephen Warren wrote: > On 01/21/2013 10:52 PM, Hiroshi Doyu wrote: > > Skip scu_enable(scu_base) if CPU is not Cortex A9 with SCU. > > Will, is your for-next/perf branch stable; can I pull it into a branch > destined for arm-soc? Background b

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-22 Thread Stephen Warren
On 01/21/2013 10:52 PM, Hiroshi Doyu wrote: > Skip scu_enable(scu_base) if CPU is not Cortex A9 with SCU. Will, is your for-next/perf branch stable; can I pull it into a branch destined for arm-soc? Background below: Uggh. This patch (2/2) depends on "ARM: tegra: Use DT /cpu node to detect numbe

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-22 Thread Olof Johansson
On Tue, Jan 22, 2013 at 8:57 AM, Stephen Warren wrote: > On 01/21/2013 11:07 PM, Santosh Shilimkar wrote: >> On Tuesday 22 January 2013 11:22 AM, Hiroshi Doyu wrote: >>> Skip scu_enable(scu_base) if CPU is not Cortex A9 with SCU. >>> >>> Signed-off-by: Hiroshi Doyu >>> --- >> Looks fine. I will a

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-22 Thread Stephen Warren
On 01/21/2013 11:07 PM, Santosh Shilimkar wrote: > On Tuesday 22 January 2013 11:22 AM, Hiroshi Doyu wrote: >> Skip scu_enable(scu_base) if CPU is not Cortex A9 with SCU. >> >> Signed-off-by: Hiroshi Doyu >> --- > Looks fine. I will also update OMAP code with the new > interface. Thanks. OK, so p

Re: [v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-21 Thread Santosh Shilimkar
On Tuesday 22 January 2013 11:22 AM, Hiroshi Doyu wrote: Skip scu_enable(scu_base) if CPU is not Cortex A9 with SCU. Signed-off-by: Hiroshi Doyu --- Looks fine. I will also update OMAP code with the new interface. Thanks. For the patch, Acked-by: Santosh Shilimkar -- To unsubscribe from this

[v3 2/2] ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9

2013-01-21 Thread Hiroshi Doyu
Skip scu_enable(scu_base) if CPU is not Cortex A9 with SCU. Signed-off-by: Hiroshi Doyu --- arch/arm/mach-tegra/platsmp.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-tegra/platsmp.c b/arch/arm/mach-tegra/platsmp.c index 689ee4b..8853bd2 100644 --- a/a