All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA*
@ 2015-01-29  9:35 ` Paul Walmsley
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Walmsley @ 2015-01-29  9:35 UTC (permalink / raw)
  To: linux-tegra, linux-arm-kernel, linux-kernel
  Cc: Paul Walmsley, Allen Martin, Thierry Reding, Catalin Marinas,
	Will Deacon, Mark Rutland, Paul Bolle


Paul Bolle pointed out that commit
d035fdfa27ac124bc8f94c3d7dc82ad069802170 ("arm64: Add Tegra132
support") included two Kconfig symbols that are now no-ops:
USB_ARCH_HAS_EHCI and HAVE_SMP.  So, drop the two symbols.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Paul Walmsley <pwalmsley@nvidia.com>
Cc: Allen Martin <amartin@nvidia.com>
Cc: Thierry Reding <treding@nvidia.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Paul Bolle <pebolle@tiscali.it>
---

Boot-tested on NVIDIA Tegra132 Norrin64 FFD with a extra DTS page for the 
board data (not yet posted upstream).

 arch/arm64/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 3b97e725ebfc..ae18c3d2bb3b 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -180,7 +180,6 @@ config ARCH_TEGRA
 	select CLKSRC_OF
 	select GENERIC_CLOCKEVENTS
 	select HAVE_CLK
-	select HAVE_SMP
 	select PINCTRL
 	select RESET_CONTROLLER
 	help
@@ -190,7 +189,6 @@ config ARCH_TEGRA_132_SOC
 	bool "NVIDIA Tegra132 SoC"
 	depends on ARCH_TEGRA
 	select PINCTRL_TEGRA124
-	select USB_ARCH_HAS_EHCI if USB_SUPPORT
 	select USB_ULPI if USB_PHY
 	select USB_ULPI_VIEWPORT if USB_PHY
 	help
-- 
2.1.4

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

* [PATCH] arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA*
@ 2015-01-29  9:35 ` Paul Walmsley
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Walmsley @ 2015-01-29  9:35 UTC (permalink / raw)
  To: linux-arm-kernel


Paul Bolle pointed out that commit
d035fdfa27ac124bc8f94c3d7dc82ad069802170 ("arm64: Add Tegra132
support") included two Kconfig symbols that are now no-ops:
USB_ARCH_HAS_EHCI and HAVE_SMP.  So, drop the two symbols.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Paul Walmsley <pwalmsley@nvidia.com>
Cc: Allen Martin <amartin@nvidia.com>
Cc: Thierry Reding <treding@nvidia.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Paul Bolle <pebolle@tiscali.it>
---

Boot-tested on NVIDIA Tegra132 Norrin64 FFD with a extra DTS page for the 
board data (not yet posted upstream).

 arch/arm64/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 3b97e725ebfc..ae18c3d2bb3b 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -180,7 +180,6 @@ config ARCH_TEGRA
 	select CLKSRC_OF
 	select GENERIC_CLOCKEVENTS
 	select HAVE_CLK
-	select HAVE_SMP
 	select PINCTRL
 	select RESET_CONTROLLER
 	help
@@ -190,7 +189,6 @@ config ARCH_TEGRA_132_SOC
 	bool "NVIDIA Tegra132 SoC"
 	depends on ARCH_TEGRA
 	select PINCTRL_TEGRA124
-	select USB_ARCH_HAS_EHCI if USB_SUPPORT
 	select USB_ULPI if USB_PHY
 	select USB_ULPI_VIEWPORT if USB_PHY
 	help
-- 
2.1.4

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

* Re: [PATCH] arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA*
  2015-01-29  9:35 ` Paul Walmsley
@ 2015-01-29  9:50   ` Paul Bolle
  -1 siblings, 0 replies; 7+ messages in thread
From: Paul Bolle @ 2015-01-29  9:50 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: linux-tegra, linux-arm-kernel, linux-kernel, Paul Walmsley,
	Allen Martin, Thierry Reding, Catalin Marinas, Will Deacon,
	Mark Rutland, Paul Bolle

On Thu, 2015-01-29 at 09:35 +0000, Paul Walmsley wrote:
> Paul Bolle pointed out that commit
> d035fdfa27ac124bc8f94c3d7dc82ad069802170 ("arm64: Add Tegra132
> support") included two Kconfig symbols that are now no-ops:
> USB_ARCH_HAS_EHCI and HAVE_SMP.  So, drop the two symbols.
> 
> Signed-off-by: Paul Walmsley <paul@pwsan.com>
> Cc: Paul Walmsley <pwalmsley@nvidia.com>
> Cc: Allen Martin <amartin@nvidia.com>
> Cc: Thierry Reding <treding@nvidia.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Paul Bolle <pebolle@tiscali.it>

There's probably no one using that address. But if there is that person
will be wondering what on earth that message is all about:
    s/.it/.nl/

> Boot-tested on NVIDIA Tegra132 Norrin64 FFD with a extra DTS page for the 
> board data (not yet posted upstream).
> 
>  arch/arm64/Kconfig | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index 3b97e725ebfc..ae18c3d2bb3b 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -180,7 +180,6 @@ config ARCH_TEGRA
>  	select CLKSRC_OF
>  	select GENERIC_CLOCKEVENTS
>  	select HAVE_CLK
> -	select HAVE_SMP
>  	select PINCTRL
>  	select RESET_CONTROLLER
>  	help
> @@ -190,7 +189,6 @@ config ARCH_TEGRA_132_SOC
>  	bool "NVIDIA Tegra132 SoC"
>  	depends on ARCH_TEGRA
>  	select PINCTRL_TEGRA124
> -	select USB_ARCH_HAS_EHCI if USB_SUPPORT
>  	select USB_ULPI if USB_PHY
>  	select USB_ULPI_VIEWPORT if USB_PHY
>  	help


Paul Bolle

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

* [PATCH] arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA*
@ 2015-01-29  9:50   ` Paul Bolle
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Bolle @ 2015-01-29  9:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 2015-01-29 at 09:35 +0000, Paul Walmsley wrote:
> Paul Bolle pointed out that commit
> d035fdfa27ac124bc8f94c3d7dc82ad069802170 ("arm64: Add Tegra132
> support") included two Kconfig symbols that are now no-ops:
> USB_ARCH_HAS_EHCI and HAVE_SMP.  So, drop the two symbols.
> 
> Signed-off-by: Paul Walmsley <paul@pwsan.com>
> Cc: Paul Walmsley <pwalmsley@nvidia.com>
> Cc: Allen Martin <amartin@nvidia.com>
> Cc: Thierry Reding <treding@nvidia.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Paul Bolle <pebolle@tiscali.it>

There's probably no one using that address. But if there is that person
will be wondering what on earth that message is all about:
    s/.it/.nl/

> Boot-tested on NVIDIA Tegra132 Norrin64 FFD with a extra DTS page for the 
> board data (not yet posted upstream).
> 
>  arch/arm64/Kconfig | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index 3b97e725ebfc..ae18c3d2bb3b 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -180,7 +180,6 @@ config ARCH_TEGRA
>  	select CLKSRC_OF
>  	select GENERIC_CLOCKEVENTS
>  	select HAVE_CLK
> -	select HAVE_SMP
>  	select PINCTRL
>  	select RESET_CONTROLLER
>  	help
> @@ -190,7 +189,6 @@ config ARCH_TEGRA_132_SOC
>  	bool "NVIDIA Tegra132 SoC"
>  	depends on ARCH_TEGRA
>  	select PINCTRL_TEGRA124
> -	select USB_ARCH_HAS_EHCI if USB_SUPPORT
>  	select USB_ULPI if USB_PHY
>  	select USB_ULPI_VIEWPORT if USB_PHY
>  	help


Paul Bolle

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

* Re: [PATCH] arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA*
  2015-01-29  9:50   ` Paul Bolle
  (?)
@ 2015-01-29 15:57     ` Paul Walmsley
  -1 siblings, 0 replies; 7+ messages in thread
From: Paul Walmsley @ 2015-01-29 15:57 UTC (permalink / raw)
  To: Paul Bolle
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Paul Walmsley, Allen Martin,
	Thierry Reding, Catalin Marinas, Will Deacon, Mark Rutland

On Thu, 29 Jan 2015, Paul Bolle wrote:

> On Thu, 2015-01-29 at 09:35 +0000, Paul Walmsley wrote:
> > Paul Bolle pointed out that commit
> > d035fdfa27ac124bc8f94c3d7dc82ad069802170 ("arm64: Add Tegra132
> > support") included two Kconfig symbols that are now no-ops:
> > USB_ARCH_HAS_EHCI and HAVE_SMP.  So, drop the two symbols.
> > 
> > Signed-off-by: Paul Walmsley <paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org>
> > Cc: Paul Walmsley <pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> > Cc: Allen Martin <amartin-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> > Cc: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> > Cc: Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>
> > Cc: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
> > Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
> > Cc: Paul Bolle <pebolle-IWqWACnzNjyonA0d6jMUrA@public.gmane.org>
> 
> There's probably no one using that address. But if there is that person
> will be wondering what on earth that message is all about:
>     s/.it/.nl/

Sorry about that, Paul - I noticed the bounce this morning.  v2 has 
been sent with a corrected E-mail address.


- Paul

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

* Re: [PATCH] arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA*
@ 2015-01-29 15:57     ` Paul Walmsley
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Walmsley @ 2015-01-29 15:57 UTC (permalink / raw)
  To: Paul Bolle
  Cc: linux-tegra, linux-arm-kernel, linux-kernel, Paul Walmsley,
	Allen Martin, Thierry Reding, Catalin Marinas, Will Deacon,
	Mark Rutland

On Thu, 29 Jan 2015, Paul Bolle wrote:

> On Thu, 2015-01-29 at 09:35 +0000, Paul Walmsley wrote:
> > Paul Bolle pointed out that commit
> > d035fdfa27ac124bc8f94c3d7dc82ad069802170 ("arm64: Add Tegra132
> > support") included two Kconfig symbols that are now no-ops:
> > USB_ARCH_HAS_EHCI and HAVE_SMP.  So, drop the two symbols.
> > 
> > Signed-off-by: Paul Walmsley <paul@pwsan.com>
> > Cc: Paul Walmsley <pwalmsley@nvidia.com>
> > Cc: Allen Martin <amartin@nvidia.com>
> > Cc: Thierry Reding <treding@nvidia.com>
> > Cc: Catalin Marinas <catalin.marinas@arm.com>
> > Cc: Will Deacon <will.deacon@arm.com>
> > Cc: Mark Rutland <mark.rutland@arm.com>
> > Cc: Paul Bolle <pebolle@tiscali.it>
> 
> There's probably no one using that address. But if there is that person
> will be wondering what on earth that message is all about:
>     s/.it/.nl/

Sorry about that, Paul - I noticed the bounce this morning.  v2 has 
been sent with a corrected E-mail address.


- Paul

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

* [PATCH] arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA*
@ 2015-01-29 15:57     ` Paul Walmsley
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Walmsley @ 2015-01-29 15:57 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 29 Jan 2015, Paul Bolle wrote:

> On Thu, 2015-01-29 at 09:35 +0000, Paul Walmsley wrote:
> > Paul Bolle pointed out that commit
> > d035fdfa27ac124bc8f94c3d7dc82ad069802170 ("arm64: Add Tegra132
> > support") included two Kconfig symbols that are now no-ops:
> > USB_ARCH_HAS_EHCI and HAVE_SMP.  So, drop the two symbols.
> > 
> > Signed-off-by: Paul Walmsley <paul@pwsan.com>
> > Cc: Paul Walmsley <pwalmsley@nvidia.com>
> > Cc: Allen Martin <amartin@nvidia.com>
> > Cc: Thierry Reding <treding@nvidia.com>
> > Cc: Catalin Marinas <catalin.marinas@arm.com>
> > Cc: Will Deacon <will.deacon@arm.com>
> > Cc: Mark Rutland <mark.rutland@arm.com>
> > Cc: Paul Bolle <pebolle@tiscali.it>
> 
> There's probably no one using that address. But if there is that person
> will be wondering what on earth that message is all about:
>     s/.it/.nl/

Sorry about that, Paul - I noticed the bounce this morning.  v2 has 
been sent with a corrected E-mail address.


- Paul

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

end of thread, other threads:[~2015-01-29 15:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-29  9:35 [PATCH] arm64: Kconfig: clean up two no-op Kconfig options from CONFIG_ARCH_TEGRA* Paul Walmsley
2015-01-29  9:35 ` Paul Walmsley
2015-01-29  9:50 ` Paul Bolle
2015-01-29  9:50   ` Paul Bolle
2015-01-29 15:57   ` Paul Walmsley
2015-01-29 15:57     ` Paul Walmsley
2015-01-29 15:57     ` Paul Walmsley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.