Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-08 Thread Rob Herring
On 10/04/2012 02:22 PM, Stephen Boyd wrote: > On 10/04/12 06:05, Rob Herring wrote: >> On 10/04/2012 03:50 AM, Stephen Boyd wrote: >>> The TWD and SCU configs are selected by default as long as >>> SCORPIONMP is false and/or MCT is false. Implementing the logic >>> this way certainly saves lines

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-08 Thread Pawel Moll
On Thu, 2012-10-04 at 09:50 +0100, Stephen Boyd wrote: > The TWD and SCU configs are selected by default as long as > SCORPIONMP is false and/or MCT is false. Implementing the logic > this way certainly saves lines in the Kconfig but it precludes > those machines which select SCORPIONMP or MCT

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-08 Thread Pawel Moll
On Thu, 2012-10-04 at 09:50 +0100, Stephen Boyd wrote: The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing the logic this way certainly saves lines in the Kconfig but it precludes those machines which select SCORPIONMP or MCT from

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-08 Thread Rob Herring
On 10/04/2012 02:22 PM, Stephen Boyd wrote: On 10/04/12 06:05, Rob Herring wrote: On 10/04/2012 03:50 AM, Stephen Boyd wrote: The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing the logic this way certainly saves lines in the

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-05 Thread Santosh Shilimkar
On Friday 05 October 2012 06:42 AM, Simon Horman wrote: On Thu, Oct 04, 2012 at 02:41:46PM +0530, Santosh Shilimkar wrote: On Thursday 04 October 2012 02:20 PM, Stephen Boyd wrote: The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-05 Thread Santosh Shilimkar
On Friday 05 October 2012 06:42 AM, Simon Horman wrote: On Thu, Oct 04, 2012 at 02:41:46PM +0530, Santosh Shilimkar wrote: On Thursday 04 October 2012 02:20 PM, Stephen Boyd wrote: The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Simon Horman
On Thu, Oct 04, 2012 at 01:50:44AM -0700, Stephen Boyd wrote: > The TWD and SCU configs are selected by default as long as > SCORPIONMP is false and/or MCT is false. Implementing the logic > this way certainly saves lines in the Kconfig but it precludes > those machines which select SCORPIONMP or

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Simon Horman
On Thu, Oct 04, 2012 at 02:41:46PM +0530, Santosh Shilimkar wrote: > On Thursday 04 October 2012 02:20 PM, Stephen Boyd wrote: > >The TWD and SCU configs are selected by default as long as > >SCORPIONMP is false and/or MCT is false. Implementing the logic > >this way certainly saves lines in the

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Stephen Boyd
On 10/04/12 06:05, Rob Herring wrote: > On 10/04/2012 03:50 AM, Stephen Boyd wrote: >> The TWD and SCU configs are selected by default as long as >> SCORPIONMP is false and/or MCT is false. Implementing the logic >> this way certainly saves lines in the Kconfig but it precludes >> those machines

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Stephen Boyd
On 10/04/12 02:11, Santosh Shilimkar wrote: >> @@ -75,6 +77,8 @@ config SOC_OMAP5 >> select CPU_V7 >> select ARM_GIC >> select HAVE_SMP >> +select HAVE_ARM_SCU if SMP >> +select HAVE_ARM_TWD if LOCAL_TIMERS >> select ARM_CPU_SUSPEND if PM >> select

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Rob Herring
On 10/04/2012 03:50 AM, Stephen Boyd wrote: > The TWD and SCU configs are selected by default as long as > SCORPIONMP is false and/or MCT is false. Implementing the logic > this way certainly saves lines in the Kconfig but it precludes > those machines which select SCORPIONMP or MCT from

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Santosh Shilimkar
On Thursday 04 October 2012 02:20 PM, Stephen Boyd wrote: The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing the logic this way certainly saves lines in the Kconfig but it precludes those machines which select SCORPIONMP or MCT from

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread viresh kumar
On Thu, Oct 4, 2012 at 2:20 PM, Stephen Boyd wrote: > arch/arm/plat-spear/Kconfig| 2 ++ > diff --git a/arch/arm/plat-spear/Kconfig b/arch/arm/plat-spear/Kconfig > index 4404f82..a090ea3 100644 > --- a/arch/arm/plat-spear/Kconfig > +++ b/arch/arm/plat-spear/Kconfig > @@ -14,6 +14,8 @@ config

[PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Stephen Boyd
The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing the logic this way certainly saves lines in the Kconfig but it precludes those machines which select SCORPIONMP or MCT from participating in the single zImage effort because when those

[PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Stephen Boyd
The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing the logic this way certainly saves lines in the Kconfig but it precludes those machines which select SCORPIONMP or MCT from participating in the single zImage effort because when those

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread viresh kumar
On Thu, Oct 4, 2012 at 2:20 PM, Stephen Boyd sb...@codeaurora.org wrote: arch/arm/plat-spear/Kconfig| 2 ++ diff --git a/arch/arm/plat-spear/Kconfig b/arch/arm/plat-spear/Kconfig index 4404f82..a090ea3 100644 --- a/arch/arm/plat-spear/Kconfig +++ b/arch/arm/plat-spear/Kconfig @@ -14,6

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Santosh Shilimkar
On Thursday 04 October 2012 02:20 PM, Stephen Boyd wrote: The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing the logic this way certainly saves lines in the Kconfig but it precludes those machines which select SCORPIONMP or MCT from

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Rob Herring
On 10/04/2012 03:50 AM, Stephen Boyd wrote: The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing the logic this way certainly saves lines in the Kconfig but it precludes those machines which select SCORPIONMP or MCT from participating

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Stephen Boyd
On 10/04/12 02:11, Santosh Shilimkar wrote: @@ -75,6 +77,8 @@ config SOC_OMAP5 select CPU_V7 select ARM_GIC select HAVE_SMP +select HAVE_ARM_SCU if SMP +select HAVE_ARM_TWD if LOCAL_TIMERS select ARM_CPU_SUSPEND if PM select SOC_HAS_REALTIME_COUNTER

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Stephen Boyd
On 10/04/12 06:05, Rob Herring wrote: On 10/04/2012 03:50 AM, Stephen Boyd wrote: The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing the logic this way certainly saves lines in the Kconfig but it precludes those machines which

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Simon Horman
On Thu, Oct 04, 2012 at 02:41:46PM +0530, Santosh Shilimkar wrote: On Thursday 04 October 2012 02:20 PM, Stephen Boyd wrote: The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing the logic this way certainly saves lines in the Kconfig

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Simon Horman
On Thu, Oct 04, 2012 at 01:50:44AM -0700, Stephen Boyd wrote: The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing the logic this way certainly saves lines in the Kconfig but it precludes those machines which select SCORPIONMP or MCT