linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
@ 2014-02-11 21:21 Paul Bolle
  2014-02-11 21:27 ` Paul Bolle
  2014-04-15  8:26 ` [PATCH v2] " Paul Bolle
  0 siblings, 2 replies; 13+ messages in thread
From: Paul Bolle @ 2014-02-11 21:21 UTC (permalink / raw)
  To: Viresh Kumar, Shiraz Hashim, Russell King
  Cc: Martin Walch, Richard Weinberger, spear-devel, linux-arm-kernel,
	linux-kernel

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>
---
Untested.

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

diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig
index ac1710e6..1595776 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
@@ -15,7 +14,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 CPU_V7
@@ -47,7 +46,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 CPU_ARM926T
@@ -80,7 +79,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
 	select CPU_ARM926T
@@ -95,7 +94,6 @@ config MACH_SPEAR600
 	  Supports ST SPEAr600 boards configured via the device-treesource "arch/arm/mach-spear6xx/Kconfig"
 
 config ARCH_SPEAR_AUTO
-	def_bool PLAT_SPEAR_SINGLE
 	depends on !ARCH_SPEAR13XX && !ARCH_SPEAR6XX
 	select ARCH_SPEAR3XX
 
-- 
1.8.5.3


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCH] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
  2014-02-11 21:21 [PATCH] ARM: spear: Remove references to PLAT_SPEAR_SINGLE Paul Bolle
@ 2014-02-11 21:27 ` Paul Bolle
  2014-04-15  8:26 ` [PATCH v2] " Paul Bolle
  1 sibling, 0 replies; 13+ messages in thread
From: Paul Bolle @ 2014-02-11 21:27 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: Shiraz Hashim, Russell King, Martin Walch, Richard Weinberger,
	spear-devel, linux-arm-kernel, linux-kernel

I got a bounce for Shiraz' address. Has Shiraz left ST?


Paul Bolle


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH v2] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
  2014-02-11 21:21 [PATCH] ARM: spear: Remove references to PLAT_SPEAR_SINGLE Paul Bolle
  2014-02-11 21:27 ` Paul Bolle
@ 2014-04-15  8:26 ` Paul Bolle
  2014-04-15  9:26   ` Rajeev kumar
  1 sibling, 1 reply; 13+ messages in thread
From: Paul Bolle @ 2014-04-15  8:26 UTC (permalink / raw)
  To: Viresh Kumar, Russell King
  Cc: Martin Walch, Richard Weinberger, spear-devel, linux-arm-kernel,
	linux-kernel

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
 
-- 
1.9.0


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCH v2] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
  2014-04-15  8:26 ` [PATCH v2] " Paul Bolle
@ 2014-04-15  9:26   ` Rajeev kumar
  2014-06-16 11:49     ` Paul Bolle
  0 siblings, 1 reply; 13+ messages in thread
From: Rajeev kumar @ 2014-04-15  9:26 UTC (permalink / raw)
  To: Paul Bolle, Viresh Kumar, Russell King
  Cc: Martin Walch, Richard Weinberger, spear-devel, linux-arm-kernel,
	linux-kernel

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>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH v2] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
  2014-04-15  9:26   ` Rajeev kumar
@ 2014-06-16 11:49     ` Paul Bolle
  2014-09-05  9:27       ` Paul Bolle
  0 siblings, 1 reply; 13+ messages in thread
From: Paul Bolle @ 2014-06-16 11:49 UTC (permalink / raw)
  To: Rajeev kumar
  Cc: Viresh Kumar, Russell King, Martin Walch, Richard Weinberger,
	spear-devel, linux-arm-kernel, linux-kernel

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH v2] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
  2014-06-16 11:49     ` Paul Bolle
@ 2014-09-05  9:27       ` Paul Bolle
  2014-09-05  9:39         ` Paul Bolle
  0 siblings, 1 reply; 13+ messages in thread
From: Paul Bolle @ 2014-09-05  9:27 UTC (permalink / raw)
  To: Rajeev kumar
  Cc: Viresh Kumar, Russell King, Martin Walch, Richard Weinberger,
	spear-devel, linux-arm-kernel, linux-kernel

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH v2] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
  2014-09-05  9:27       ` Paul Bolle
@ 2014-09-05  9:39         ` Paul Bolle
  2014-09-05  9:43           ` Viresh Kumar
  2014-09-05  9:46           ` bhupesh.sharma
  0 siblings, 2 replies; 13+ messages in thread
From: Paul Bolle @ 2014-09-05  9:39 UTC (permalink / raw)
  To: Viresh Kumar, Shiraz Hashim
  Cc: Russell King, Martin Walch, Richard Weinberger, spear-devel,
	linux-arm-kernel, linux-kernel

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH v2] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
  2014-09-05  9:39         ` Paul Bolle
@ 2014-09-05  9:43           ` Viresh Kumar
  2014-09-05  9:50             ` Paul Bolle
  2014-09-05  9:46           ` bhupesh.sharma
  1 sibling, 1 reply; 13+ messages in thread
From: Viresh Kumar @ 2014-09-05  9:43 UTC (permalink / raw)
  To: Paul Bolle
  Cc: Shiraz Hashim, Russell King, Martin Walch, Richard Weinberger,
	spear-devel, linux-arm-kernel, linux-kernel

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* RE: [PATCH v2] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
  2014-09-05  9:39         ` Paul Bolle
  2014-09-05  9:43           ` Viresh Kumar
@ 2014-09-05  9:46           ` bhupesh.sharma
  1 sibling, 0 replies; 13+ messages in thread
From: bhupesh.sharma @ 2014-09-05  9:46 UTC (permalink / raw)
  To: Paul Bolle, Viresh Kumar, Shiraz Hashim, Rajeev Kumar
  Cc: Russell King, Richard Weinberger, Martin Walch, spear-devel,
	linux-kernel, linux-arm-kernel


> -----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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH v2] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
  2014-09-05  9:43           ` Viresh Kumar
@ 2014-09-05  9:50             ` Paul Bolle
  2014-09-05  9:54               ` Viresh Kumar
  0 siblings, 1 reply; 13+ messages in thread
From: Paul Bolle @ 2014-09-05  9:50 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: Shiraz Hashim, Russell King, Martin Walch, Richard Weinberger,
	spear-devel, linux-arm-kernel, linux-kernel

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH v2] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
  2014-09-05  9:50             ` Paul Bolle
@ 2014-09-05  9:54               ` Viresh Kumar
  2014-09-05 11:38                 ` Arnd Bergmann
  0 siblings, 1 reply; 13+ messages in thread
From: Viresh Kumar @ 2014-09-05  9:54 UTC (permalink / raw)
  To: Paul Bolle, Arnd Bergmann
  Cc: Shiraz Hashim, Russell King, Martin Walch, Richard Weinberger,
	spear-devel, linux-arm-kernel, linux-kernel

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 !!

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH v2] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
  2014-09-05  9:54               ` Viresh Kumar
@ 2014-09-05 11:38                 ` Arnd Bergmann
  2014-09-05 11:53                   ` Paul Bolle
  0 siblings, 1 reply; 13+ messages in thread
From: Arnd Bergmann @ 2014-09-05 11:38 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Viresh Kumar, Paul Bolle, Arnd Bergmann, Russell King,
	Richard Weinberger, Martin Walch, spear-devel, linux-kernel,
	Shiraz Hashim

On Friday 05 September 2014 15:24:31 Viresh Kumar wrote:
> 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: ??

We have avoided documenting it so far, to avoid getting spammed with trivial
patches that should get picked up by the subarch maintainers instead.

I've applied this patch to the next/fixes-non-critical branch now, with minor
fixup for a conflict that has come in. See below for the final version.

	Arnd

---
commit 3b0b8ec99aadea710f3dece74c95523463c0087a
Author: Paul Bolle <pebolle@tiscali.nl>
Date:   Tue Apr 15 10:26:47 2014 +0200

    ARM: spear: Remove references to PLAT_SPEAR_SINGLE
    
    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>
    Reviewed-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
    Cc: Rajeev Kumar <rajeev_kumar@mentor.com>
    Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>

diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig
index 6fd4dc88160b..b6f4bda273b3 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 ARM_GIC
 	select GPIO_SPEAR_SPICS
 	select HAVE_ARM_SCU if SMP
@@ -44,7 +43,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
@@ -75,7 +74,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
@@ -88,7 +87,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
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCH v2] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
  2014-09-05 11:38                 ` Arnd Bergmann
@ 2014-09-05 11:53                   ` Paul Bolle
  0 siblings, 0 replies; 13+ messages in thread
From: Paul Bolle @ 2014-09-05 11:53 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: linux-arm-kernel, Viresh Kumar, Arnd Bergmann, Russell King,
	Richard Weinberger, Martin Walch, spear-devel, linux-kernel,
	Shiraz Hashim

On Fri, 2014-09-05 at 13:38 +0200, Arnd Bergmann wrote:
> I've applied this patch to the next/fixes-non-critical branch now, with minor
> fixup for a conflict that has come in. See below for the final version.

Thanks for picking this up!


Paul Bolle


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-09-05 11:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-11 21:21 [PATCH] ARM: spear: Remove references to PLAT_SPEAR_SINGLE Paul Bolle
2014-02-11 21:27 ` Paul Bolle
2014-04-15  8:26 ` [PATCH v2] " Paul Bolle
2014-04-15  9:26   ` Rajeev kumar
2014-06-16 11:49     ` Paul Bolle
2014-09-05  9:27       ` Paul Bolle
2014-09-05  9:39         ` Paul Bolle
2014-09-05  9:43           ` Viresh Kumar
2014-09-05  9:50             ` Paul Bolle
2014-09-05  9:54               ` Viresh Kumar
2014-09-05 11:38                 ` Arnd Bergmann
2014-09-05 11:53                   ` Paul Bolle
2014-09-05  9:46           ` bhupesh.sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).