Re: [PATCH v8 02/11] power: reset: Add reboot driver for brcmstb

2014-07-22 Thread Brian Norris
+ Sebastian On Tue, Jul 22, 2014 at 11:02:07PM +0200, Arnd Bergmann wrote: > On Tuesday 22 July 2014 13:02:13 Brian Norris wrote: > > How about a third option, where we drop the 'select' statement and > > set POWER_RESET_BRCMSTB to be 'default y'? Then we don't have to modify > > the defconfig, an

Re: [PATCH v8 02/11] power: reset: Add reboot driver for brcmstb

2014-07-22 Thread Arnd Bergmann
On Tuesday 22 July 2014 13:02:13 Brian Norris wrote: > How about a third option, where we drop the 'select' statement and > set POWER_RESET_BRCMSTB to be 'default y'? Then we don't have to modify > the defconfig, and it gives the added bonus of choosing a sane default > even if you're not based on

Re: [PATCH v8 02/11] power: reset: Add reboot driver for brcmstb

2014-07-22 Thread Brian Norris
On Tue, Jul 22, 2014 at 09:28:39AM +0200, Arnd Bergmann wrote: > On Monday 21 July 2014 14:07:57 Brian Norris wrote: > > diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig > > index 0073633e7699..9782e8d80647 100644 > > --- a/arch/arm/mach-bcm/Kconfig > > +++ b/arch/arm/mach-bcm/Kco

Re: [PATCH v8 02/11] power: reset: Add reboot driver for brcmstb

2014-07-22 Thread Arnd Bergmann
On Monday 21 July 2014 14:07:57 Brian Norris wrote: > diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig > index 0073633e7699..9782e8d80647 100644 > --- a/arch/arm/mach-bcm/Kconfig > +++ b/arch/arm/mach-bcm/Kconfig > @@ -94,6 +94,7 @@ config ARCH_BRCMSTB > select MIGHT_HAVE_

[PATCH v8 02/11] power: reset: Add reboot driver for brcmstb

2014-07-21 Thread Brian Norris
From: Marc Carino Add support for reboot functionality on boards with ARM-based Broadcom STB chipsets. Signed-off-by: Marc Carino Signed-off-by: Brian Norris Cc: Dmitry Eremin-Solenikov Cc: David Woodhouse --- arch/arm/mach-bcm/Kconfig| 1 + drivers/power/reset/Kconfig