diff mbox

[v2] ARM: spear: Remove references to PLAT_SPEAR_SINGLE

Message ID 1397550407.1985.12.camel@x220 (mailing list archive)
State New, archived
Headers show

Commit Message

Paul Bolle April 15, 2014, 8:26 a.m. UTC
The Kconfig symbol PLAT_SPEAR_SINGLE briefly appeared during the v3.10
development cycle. It was removed in a merge commit before v3.10. A few
references to it were left in the tree, probably because they didn't
generate merge conflicts. Whatever it was, they're useless now and can
safely be removed.

Reported-by: Martin Walch <walch.martin@web.de>
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
0) First version was broken: it left config ARCH_SPEAR_AUTO without its
bool type. This version is done on top of v3.15-rc1.

1) Still untested. 

 arch/arm/mach-spear/Kconfig | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Comments

rajeev April 15, 2014, 9:26 a.m. UTC | #1
On 4/15/2014 1:56 PM, Paul Bolle wrote:
> The Kconfig symbol PLAT_SPEAR_SINGLE briefly appeared during the v3.10
> development cycle. It was removed in a merge commit before v3.10. A few
> references to it were left in the tree, probably because they didn't
> generate merge conflicts. Whatever it was, they're useless now and can
> safely be removed.
>
> Reported-by: Martin Walch <walch.martin@web.de>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> 0) First version was broken: it left config ARCH_SPEAR_AUTO without its
> bool type. This version is done on top of v3.15-rc1.
>
> 1) Still untested.
>
>   arch/arm/mach-spear/Kconfig | 9 ++++-----
>   1 file changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig
> index 0786249b2832..bc8a11c53377 100644
> --- a/arch/arm/mach-spear/Kconfig
> +++ b/arch/arm/mach-spear/Kconfig
> @@ -4,7 +4,6 @@
>
>   menuconfig PLAT_SPEAR
>   	bool "ST SPEAr Family" if ARCH_MULTI_V7 || ARCH_MULTI_V5
> -	default PLAT_SPEAR_SINGLE
>   	select ARCH_REQUIRE_GPIOLIB
>   	select ARM_AMBA
>   	select CLKSRC_MMIO
> @@ -13,7 +12,7 @@ if PLAT_SPEAR
>
>   config ARCH_SPEAR13XX
>   	bool "ST SPEAr13xx"
> -	depends on ARCH_MULTI_V7 || PLAT_SPEAR_SINGLE
> +	depends on ARCH_MULTI_V7
>   	select ARCH_HAS_CPUFREQ
>   	select ARM_GIC
>   	select GPIO_SPEAR_SPICS
> @@ -41,7 +40,7 @@ endif #ARCH_SPEAR13XX
>
>   config ARCH_SPEAR3XX
>   	bool "ST SPEAr3xx"
> -	depends on ARCH_MULTI_V5 || PLAT_SPEAR_SINGLE
> +	depends on ARCH_MULTI_V5
>   	depends on !ARCH_SPEAR13XX
>   	select ARM_VIC
>   	select PINCTRL
> @@ -72,7 +71,7 @@ endif
>
>   config ARCH_SPEAR6XX
>   	bool "ST SPEAr6XX"
> -	depends on ARCH_MULTI_V5 || PLAT_SPEAR_SINGLE
> +	depends on ARCH_MULTI_V5
>   	depends on !ARCH_SPEAR13XX
>   	select ARM_VIC
>   	help
> @@ -85,7 +84,7 @@ config MACH_SPEAR600
>   	  Supports ST SPEAr600 boards configured via the device-tree
>
>   config ARCH_SPEAR_AUTO
> -	def_bool PLAT_SPEAR_SINGLE
> +	bool
>   	depends on !ARCH_SPEAR13XX && !ARCH_SPEAR6XX
>   	select ARCH_SPEAR3XX
>
>


Reviewed-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Paul Bolle June 16, 2014, 11:49 a.m. UTC | #2
On Tue, 2014-04-15 at 14:56 +0530, Rajeev kumar wrote:
> On 4/15/2014 1:56 PM, Paul Bolle wrote:
> > The Kconfig symbol PLAT_SPEAR_SINGLE briefly appeared during the v3.10
> > development cycle. It was removed in a merge commit before v3.10. A few
> > references to it were left in the tree, probably because they didn't
> > generate merge conflicts. Whatever it was, they're useless now and can
> > safely be removed.
> >
> > Reported-by: Martin Walch <walch.martin@web.de>
> > Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> > ---
> > 0) First version was broken: it left config ARCH_SPEAR_AUTO without its
> > bool type. This version is done on top of v3.15-rc1.
> >
> > 1) Still untested.
> >
> >   arch/arm/mach-spear/Kconfig | 9 ++++-----
> >   1 file changed, 4 insertions(+), 5 deletions(-)
> >
> > diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig
> > index 0786249b2832..bc8a11c53377 100644
> > --- a/arch/arm/mach-spear/Kconfig
> > +++ b/arch/arm/mach-spear/Kconfig
> > @@ -4,7 +4,6 @@
> >
> >   menuconfig PLAT_SPEAR
> >   	bool "ST SPEAr Family" if ARCH_MULTI_V7 || ARCH_MULTI_V5
> > -	default PLAT_SPEAR_SINGLE
> >   	select ARCH_REQUIRE_GPIOLIB
> >   	select ARM_AMBA
> >   	select CLKSRC_MMIO
> > @@ -13,7 +12,7 @@ if PLAT_SPEAR
> >
> >   config ARCH_SPEAR13XX
> >   	bool "ST SPEAr13xx"
> > -	depends on ARCH_MULTI_V7 || PLAT_SPEAR_SINGLE
> > +	depends on ARCH_MULTI_V7
> >   	select ARCH_HAS_CPUFREQ
> >   	select ARM_GIC
> >   	select GPIO_SPEAR_SPICS
> > @@ -41,7 +40,7 @@ endif #ARCH_SPEAR13XX
> >
> >   config ARCH_SPEAR3XX
> >   	bool "ST SPEAr3xx"
> > -	depends on ARCH_MULTI_V5 || PLAT_SPEAR_SINGLE
> > +	depends on ARCH_MULTI_V5
> >   	depends on !ARCH_SPEAR13XX
> >   	select ARM_VIC
> >   	select PINCTRL
> > @@ -72,7 +71,7 @@ endif
> >
> >   config ARCH_SPEAR6XX
> >   	bool "ST SPEAr6XX"
> > -	depends on ARCH_MULTI_V5 || PLAT_SPEAR_SINGLE
> > +	depends on ARCH_MULTI_V5
> >   	depends on !ARCH_SPEAR13XX
> >   	select ARM_VIC
> >   	help
> > @@ -85,7 +84,7 @@ config MACH_SPEAR600
> >   	  Supports ST SPEAr600 boards configured via the device-tree
> >
> >   config ARCH_SPEAR_AUTO
> > -	def_bool PLAT_SPEAR_SINGLE
> > +	bool
> >   	depends on !ARCH_SPEAR13XX && !ARCH_SPEAR6XX
> >   	select ARCH_SPEAR3XX
> >
> >
> 
> 
> Reviewed-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>

Thanks!

This can still be seen in v3.16-rc1 and in today's linux-next (ie,
next-20140616). Is this trivial patch queued somewhere?


Paul Bolle
Paul Bolle Sept. 5, 2014, 9:27 a.m. UTC | #3
On Mon, 2014-06-16 at 13:49 +0200, Paul Bolle wrote:
> On Tue, 2014-04-15 at 14:56 +0530, Rajeev kumar wrote:
> > On 4/15/2014 1:56 PM, Paul Bolle wrote:
> > > The Kconfig symbol PLAT_SPEAR_SINGLE briefly appeared during the v3.10
> > > development cycle. It was removed in a merge commit before v3.10. A few
> > > references to it were left in the tree, probably because they didn't
> > > generate merge conflicts. Whatever it was, they're useless now and can
> > > safely be removed.
> > >
> > > Reported-by: Martin Walch <walch.martin@web.de>
> > > Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> > > ---
> > > 0) First version was broken: it left config ARCH_SPEAR_AUTO without its
> > > bool type. This version is done on top of v3.15-rc1.
> > >
> > > 1) Still untested.
> > >
> > >   arch/arm/mach-spear/Kconfig | 9 ++++-----
> > >   1 file changed, 4 insertions(+), 5 deletions(-)
> > >
> > > diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig
> > > index 0786249b2832..bc8a11c53377 100644
> > > --- a/arch/arm/mach-spear/Kconfig
> > > +++ b/arch/arm/mach-spear/Kconfig
> > > @@ -4,7 +4,6 @@
> > >
> > >   menuconfig PLAT_SPEAR
> > >   	bool "ST SPEAr Family" if ARCH_MULTI_V7 || ARCH_MULTI_V5
> > > -	default PLAT_SPEAR_SINGLE
> > >   	select ARCH_REQUIRE_GPIOLIB
> > >   	select ARM_AMBA
> > >   	select CLKSRC_MMIO
> > > @@ -13,7 +12,7 @@ if PLAT_SPEAR
> > >
> > >   config ARCH_SPEAR13XX
> > >   	bool "ST SPEAr13xx"
> > > -	depends on ARCH_MULTI_V7 || PLAT_SPEAR_SINGLE
> > > +	depends on ARCH_MULTI_V7
> > >   	select ARCH_HAS_CPUFREQ
> > >   	select ARM_GIC
> > >   	select GPIO_SPEAR_SPICS
> > > @@ -41,7 +40,7 @@ endif #ARCH_SPEAR13XX
> > >
> > >   config ARCH_SPEAR3XX
> > >   	bool "ST SPEAr3xx"
> > > -	depends on ARCH_MULTI_V5 || PLAT_SPEAR_SINGLE
> > > +	depends on ARCH_MULTI_V5
> > >   	depends on !ARCH_SPEAR13XX
> > >   	select ARM_VIC
> > >   	select PINCTRL
> > > @@ -72,7 +71,7 @@ endif
> > >
> > >   config ARCH_SPEAR6XX
> > >   	bool "ST SPEAr6XX"
> > > -	depends on ARCH_MULTI_V5 || PLAT_SPEAR_SINGLE
> > > +	depends on ARCH_MULTI_V5
> > >   	depends on !ARCH_SPEAR13XX
> > >   	select ARM_VIC
> > >   	help
> > > @@ -85,7 +84,7 @@ config MACH_SPEAR600
> > >   	  Supports ST SPEAr600 boards configured via the device-tree
> > >
> > >   config ARCH_SPEAR_AUTO
> > > -	def_bool PLAT_SPEAR_SINGLE
> > > +	bool
> > >   	depends on !ARCH_SPEAR13XX && !ARCH_SPEAR6XX
> > >   	select ARCH_SPEAR3XX
> > >
> > >
> > 
> > 
> > Reviewed-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
> 
> Thanks!
> 
> This can still be seen in v3.16-rc1 and in today's linux-next (ie,
> next-20140616). Is this trivial patch queued somewhere?

Ditto for v3.17-rc3 and next-20140904. Could someone please pix this up?


Paul Bolle
Paul Bolle Sept. 5, 2014, 9:39 a.m. UTC | #4
On Fri, 2014-09-05 at 11:27 +0200, Paul Bolle wrote:
> On Mon, 2014-06-16 at 13:49 +0200, Paul Bolle wrote:
> > On Tue, 2014-04-15 at 14:56 +0530, Rajeev kumar wrote:
> > > Reviewed-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
> > 
> > Thanks!
> > 
> > This can still be seen in v3.16-rc1 and in today's linux-next (ie,
> > next-20140616). Is this trivial patch queued somewhere?
> 
> Ditto for v3.17-rc3 and next-20140904. Could someone please pix this up?

And now Rajeev's address bounces. Has Rajeev left ST?


Paul Bolle
Viresh Kumar Sept. 5, 2014, 9:43 a.m. UTC | #5
On Fri, Sep 5, 2014 at 3:09 PM, Paul Bolle <pebolle@tiscali.nl> wrote:
>> Ditto for v3.17-rc3 and next-20140904. Could someone please pix this up?

You need to send it to arm@kernel.org..

> And now Rajeev's address bounces. Has Rajeev left ST?

Yeah both Shiraz/Rajeev and myself have left ST :)

You can add
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

--
viresh
bhupesh.sharma@freescale.com Sept. 5, 2014, 9:46 a.m. UTC | #6
> -----Original Message-----
> From: linux-arm-kernel [mailto:linux-arm-kernel-
> bounces@lists.infradead.org] On Behalf Of Paul Bolle
> Sent: Friday, September 05, 2014 3:09 PM
> To: Viresh Kumar; Shiraz Hashim
> Cc: Russell King; Richard Weinberger; Martin Walch; spear-
> devel@list.st.com; linux-kernel@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org
> Subject: Re: [PATCH v2] ARM: spear: Remove references to
> PLAT_SPEAR_SINGLE
> 
> On Fri, 2014-09-05 at 11:27 +0200, Paul Bolle wrote:
> > On Mon, 2014-06-16 at 13:49 +0200, Paul Bolle wrote:
> > > On Tue, 2014-04-15 at 14:56 +0530, Rajeev kumar wrote:
> > > > Reviewed-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
> > >
> > > Thanks!
> > >
> > > This can still be seen in v3.16-rc1 and in today's linux-next (ie,
> > > next-20140616). Is this trivial patch queued somewhere?
> >
> > Ditto for v3.17-rc3 and next-20140904. Could someone please pix this
> up?
> 
> And now Rajeev's address bounces. Has Rajeev left ST?
> 
> 

Copying Rajeev' new id.


Regards,
Bhupesh

> 
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Paul Bolle Sept. 5, 2014, 9:50 a.m. UTC | #7
Viresh,

On Fri, 2014-09-05 at 15:13 +0530, Viresh Kumar wrote:
> On Fri, Sep 5, 2014 at 3:09 PM, Paul Bolle <pebolle@tiscali.nl> wrote:
> >> Ditto for v3.17-rc3 and next-20140904. Could someone please pix this up?
> 
> You need to send it to arm@kernel.org..

Will do, no problem. But why actually? (Note that MAINTAINERS is silent
on arm@kernel.org. Maybe that address is documented elsewhere.)

> > And now Rajeev's address bounces. Has Rajeev left ST?
> 
> Yeah both Shiraz/Rajeev and myself have left ST :)

I see. Is there a current address for Rajeev.? I will not keep an
Acked-by on a bouncing address.

> You can add
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

Thanks,


Paul Bolle
Viresh Kumar Sept. 5, 2014, 9:54 a.m. UTC | #8
On 5 September 2014 15:20, Paul Bolle <pebolle@tiscali.nl> wrote:
> On Fri, 2014-09-05 at 15:13 +0530, Viresh Kumar wrote:
>> On Fri, Sep 5, 2014 at 3:09 PM, Paul Bolle <pebolle@tiscali.nl> wrote:
>> >> Ditto for v3.17-rc3 and next-20140904. Could someone please pix this up?
>>
>> You need to send it to arm@kernel.org..
>
> Will do, no problem. But why actually? (Note that MAINTAINERS is silent
> on arm@kernel.org. Maybe that address is documented elsewhere.)

Don't know where it is documented.

@Arnd: ??

>> > And now Rajeev's address bounces. Has Rajeev left ST?
>>
>> Yeah both Shiraz/Rajeev and myself have left ST :)
>
> I see. Is there a current address for Rajeev.? I will not keep an
> Acked-by on a bouncing address.

rajivrec@gmail.com

>> You can add
>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
>
> Thanks,

Welcome !!
diff mbox

Patch

diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig
index 0786249b2832..bc8a11c53377 100644
--- a/arch/arm/mach-spear/Kconfig
+++ b/arch/arm/mach-spear/Kconfig
@@ -4,7 +4,6 @@ 
 
 menuconfig PLAT_SPEAR
 	bool "ST SPEAr Family" if ARCH_MULTI_V7 || ARCH_MULTI_V5
-	default PLAT_SPEAR_SINGLE
 	select ARCH_REQUIRE_GPIOLIB
 	select ARM_AMBA
 	select CLKSRC_MMIO
@@ -13,7 +12,7 @@  if PLAT_SPEAR
 
 config ARCH_SPEAR13XX
 	bool "ST SPEAr13xx"
-	depends on ARCH_MULTI_V7 || PLAT_SPEAR_SINGLE
+	depends on ARCH_MULTI_V7
 	select ARCH_HAS_CPUFREQ
 	select ARM_GIC
 	select GPIO_SPEAR_SPICS
@@ -41,7 +40,7 @@  endif #ARCH_SPEAR13XX
 
 config ARCH_SPEAR3XX
 	bool "ST SPEAr3xx"
-	depends on ARCH_MULTI_V5 || PLAT_SPEAR_SINGLE
+	depends on ARCH_MULTI_V5
 	depends on !ARCH_SPEAR13XX
 	select ARM_VIC
 	select PINCTRL
@@ -72,7 +71,7 @@  endif
 
 config ARCH_SPEAR6XX
 	bool "ST SPEAr6XX"
-	depends on ARCH_MULTI_V5 || PLAT_SPEAR_SINGLE
+	depends on ARCH_MULTI_V5
 	depends on !ARCH_SPEAR13XX
 	select ARM_VIC
 	help
@@ -85,7 +84,7 @@  config MACH_SPEAR600
 	  Supports ST SPEAr600 boards configured via the device-tree
 
 config ARCH_SPEAR_AUTO
-	def_bool PLAT_SPEAR_SINGLE
+	bool
 	depends on !ARCH_SPEAR13XX && !ARCH_SPEAR6XX
 	select ARCH_SPEAR3XX