* [PATCH 01/03] ARM: shmobile: Consolidate Legacy CPU_V7 Kconfig
@ 2014-08-25 3:45 Magnus Damm
2014-08-25 8:41 ` Geert Uytterhoeven
2014-08-27 0:09 ` Simon Horman
0 siblings, 2 replies; 3+ messages in thread
From: Magnus Damm @ 2014-08-25 3:45 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm+renesas@opensource.se>
Consolidate CPU_V7 under ARCH_SHMOBILE_LEGACY so it can
be shared by the legacy ARM mach-shmobile support code.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---
arch/arm/Kconfig | 1 +
arch/arm/mach-shmobile/Kconfig | 8 --------
2 files changed, 1 insertion(+), 8 deletions(-)
--- 0001/arch/arm/Kconfig
+++ work/arch/arm/Kconfig 2014-08-25 12:12:10.000000000 +0900
@@ -650,6 +650,7 @@ config ARCH_SHMOBILE_LEGACY
select ARCH_SHMOBILE
select ARM_PATCH_PHYS_VIRT if MMU
select CLKDEV_LOOKUP
+ select CPU_V7
select GENERIC_CLOCKEVENTS
select HAVE_ARM_SCU if SMP
select HAVE_ARM_TWD if SMP
--- 0006/arch/arm/mach-shmobile/Kconfig
+++ work/arch/arm/mach-shmobile/Kconfig 2014-08-25 12:12:37.000000000 +0900
@@ -91,7 +91,6 @@ config ARCH_SH7372
select ARCH_RMOBILE
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_CPU_SUSPEND if PM || CPU_IDLE
- select CPU_V7
select SH_CLK_CPG
select SH_INTC
@@ -100,7 +99,6 @@ config ARCH_SH73A0
select ARCH_RMOBILE
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_GIC
- select CPU_V7
select I2C
select SH_CLK_CPG
select SH_INTC
@@ -111,7 +109,6 @@ config ARCH_R8A73A4
select ARCH_RMOBILE
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_GIC
- select CPU_V7
select SH_CLK_CPG
select RENESAS_IRQC
@@ -120,7 +117,6 @@ config ARCH_R8A7740
select ARCH_RMOBILE
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_GIC
- select CPU_V7
select SH_CLK_CPG
select RENESAS_INTC_IRQPIN
@@ -128,7 +124,6 @@ config ARCH_R8A7778
bool "R-Car M1A (R8A77781)"
select ARCH_RCAR_GEN1
select ARCH_WANT_OPTIONAL_GPIOLIB
- select CPU_V7
select SH_CLK_CPG
select ARM_GIC
@@ -137,7 +132,6 @@ config ARCH_R8A7779
select ARCH_RCAR_GEN1
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_GIC
- select CPU_V7
select SH_CLK_CPG
config ARCH_R8A7790
@@ -145,7 +139,6 @@ config ARCH_R8A7790
select ARCH_RCAR_GEN2
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_GIC
- select CPU_V7
select MIGHT_HAVE_PCI
select SH_CLK_CPG
select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
@@ -155,7 +148,6 @@ config ARCH_R8A7791
select ARCH_RCAR_GEN2
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_GIC
- select CPU_V7
select MIGHT_HAVE_PCI
select SH_CLK_CPG
select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 01/03] ARM: shmobile: Consolidate Legacy CPU_V7 Kconfig
2014-08-25 3:45 [PATCH 01/03] ARM: shmobile: Consolidate Legacy CPU_V7 Kconfig Magnus Damm
@ 2014-08-25 8:41 ` Geert Uytterhoeven
2014-08-27 0:09 ` Simon Horman
1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2014-08-25 8:41 UTC (permalink / raw)
To: linux-sh
On Mon, Aug 25, 2014 at 5:45 AM, Magnus Damm <magnus.damm@gmail.com> wrote:
> Consolidate CPU_V7 under ARCH_SHMOBILE_LEGACY so it can
> be shared by the legacy ARM mach-shmobile support code.
>
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
As V6 (sh7367) is gone, and V8 isn't there yet:
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 01/03] ARM: shmobile: Consolidate Legacy CPU_V7 Kconfig
2014-08-25 3:45 [PATCH 01/03] ARM: shmobile: Consolidate Legacy CPU_V7 Kconfig Magnus Damm
2014-08-25 8:41 ` Geert Uytterhoeven
@ 2014-08-27 0:09 ` Simon Horman
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-08-27 0:09 UTC (permalink / raw)
To: linux-sh
On Mon, Aug 25, 2014 at 10:41:26AM +0200, Geert Uytterhoeven wrote:
> On Mon, Aug 25, 2014 at 5:45 AM, Magnus Damm <magnus.damm@gmail.com> wrote:
> > Consolidate CPU_V7 under ARCH_SHMOBILE_LEGACY so it can
> > be shared by the legacy ARM mach-shmobile support code.
> >
> > Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
>
> As V6 (sh7367) is gone, and V8 isn't there yet:
>
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Thanks, I have queued this up.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-27 0:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-25 3:45 [PATCH 01/03] ARM: shmobile: Consolidate Legacy CPU_V7 Kconfig Magnus Damm
2014-08-25 8:41 ` Geert Uytterhoeven
2014-08-27 0:09 ` Simon Horman
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).