Re: [PATCH v7 03/13] ARM: Berlin: select the reset controller

2014-11-14 Thread Sebastian Hesselbarth
On 14.11.2014 18:28, Antoine Tenart wrote: Sebastian, On Fri, Nov 14, 2014 at 04:36:50PM +0100, Sebastian Hesselbarth wrote: On 11/14/2014 04:33 PM, Arnd Bergmann wrote: On Friday 14 November 2014 16:25:53 Antoine Tenart wrote: menuconfig ARCH_BERLIN bool "Marvell Berlin SoCs" if A

Re: [PATCH v7 03/13] ARM: Berlin: select the reset controller

2014-11-14 Thread Antoine Tenart
Sebastian, On Fri, Nov 14, 2014 at 04:36:50PM +0100, Sebastian Hesselbarth wrote: > On 11/14/2014 04:33 PM, Arnd Bergmann wrote: > >On Friday 14 November 2014 16:25:53 Antoine Tenart wrote: > >> menuconfig ARCH_BERLIN > >> bool "Marvell Berlin SoCs" if ARCH_MULTI_V7 > >>+ select ARC

Re: [PATCH v7 03/13] ARM: Berlin: select the reset controller

2014-11-14 Thread Sebastian Hesselbarth
On 11/14/2014 04:33 PM, Arnd Bergmann wrote: On Friday 14 November 2014 16:25:53 Antoine Tenart wrote: menuconfig ARCH_BERLIN bool "Marvell Berlin SoCs" if ARCH_MULTI_V7 + select ARCH_HAS_RESET_CONTROLLER select ARCH_REQUIRE_GPIOLIB select ARM_GIC sele

Re: [PATCH v7 03/13] ARM: Berlin: select the reset controller

2014-11-14 Thread Arnd Bergmann
On Friday 14 November 2014 16:25:53 Antoine Tenart wrote: > menuconfig ARCH_BERLIN > bool "Marvell Berlin SoCs" if ARCH_MULTI_V7 > + select ARCH_HAS_RESET_CONTROLLER > select ARCH_REQUIRE_GPIOLIB > select ARM_GIC > select GENERIC_IRQ_CHIP > select DW_A

[PATCH v7 03/13] ARM: Berlin: select the reset controller

2014-11-14 Thread Antoine Tenart
The Marvell Berlin SoCs now has a reset controller. Add the needed configuration. Signed-off-by: Antoine Tenart --- arch/arm/mach-berlin/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig index 24f85be71671..5803f773a065 1006