Re: [PATCH v3 1/3] power: Add simple poweroff-gpio driver

2012-11-20 Thread Andrew Lunn
Hi Jason These are good comments from Stephan that i want to address. However, i also don't want to delay the pull-requests direction arm-soc, the merge window is getting close. Both Linus and Anton have Acked the current version, so please go with what you have and i will produce a patch over

Re: [PATCH v3 1/3] power: Add simple poweroff-gpio driver

2012-11-20 Thread Anton Vorontsov
On Tue, Nov 20, 2012 at 09:37:49AM +0100, Andrew Lunn wrote: These are good comments from Stephan that i want to address. However, i also don't want to delay the pull-requests direction arm-soc, the merge window is getting close. Both Linus and Anton have Acked the current version, so please

Re: [PATCH v3 1/3] power: Add simple poweroff-gpio driver

2012-11-20 Thread Stephen Warren
On 11/20/2012 01:37 AM, Andrew Lunn wrote: Hi Jason These are good comments from Stephan that i want to address. However, i also don't want to delay the pull-requests direction arm-soc, the merge window is getting close. Both Linus and Anton have Acked the current version, so please go with

Re: [PATCH v3 1/3] power: Add simple poweroff-gpio driver

2012-11-20 Thread Andrew Lunn
On Tue, Nov 20, 2012 at 10:11:18AM -0700, Stephen Warren wrote: On 11/20/2012 01:37 AM, Andrew Lunn wrote: Hi Jason These are good comments from Stephan that i want to address. However, i also don't want to delay the pull-requests direction arm-soc, the merge window is getting close.

Re: [PATCH v3 1/3] power: Add simple poweroff-gpio driver

2012-11-20 Thread Stephen Warren
On 11/20/2012 01:31 PM, Andrew Lunn wrote: On Tue, Nov 20, 2012 at 10:11:18AM -0700, Stephen Warren wrote: On 11/20/2012 01:37 AM, Andrew Lunn wrote: Hi Jason These are good comments from Stephan that i want to address. However, i also don't want to delay the pull-requests direction arm-soc,

Re: [PATCH v3 1/3] power: Add simple poweroff-gpio driver

2012-11-20 Thread Andrew Lunn
On Tue, Nov 20, 2012 at 02:17:24PM -0700, Stephen Warren wrote: On 11/20/2012 01:31 PM, Andrew Lunn wrote: On Tue, Nov 20, 2012 at 10:11:18AM -0700, Stephen Warren wrote: On 11/20/2012 01:37 AM, Andrew Lunn wrote: Hi Jason These are good comments from Stephan that i want to address.

Re: [PATCH v3 1/3] power: Add simple poweroff-gpio driver

2012-11-20 Thread Stephen Warren
On 11/20/2012 03:05 PM, Andrew Lunn wrote: On Tue, Nov 20, 2012 at 02:17:24PM -0700, Stephen Warren wrote: On 11/20/2012 01:31 PM, Andrew Lunn wrote: On Tue, Nov 20, 2012 at 10:11:18AM -0700, Stephen Warren wrote: On 11/20/2012 01:37 AM, Andrew Lunn wrote: Hi Jason These are good comments

Re: [PATCH v3 1/3] power: Add simple poweroff-gpio driver

2012-11-19 Thread Stephen Warren
On 11/17/2012 01:51 AM, Andrew Lunn wrote: Given appropriate devicetree bindings, this driver registers a pm_power_off function to set a GPIO line high/low to power down your board. diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig +menuconfig POWER_RESET + bool

[PATCH v3 1/3] power: Add simple poweroff-gpio driver

2012-11-17 Thread Andrew Lunn
From: Jamie Lentin j...@lentin.co.uk Given appropriate devicetree bindings, this driver registers a pm_power_off function to set a GPIO line high/low to power down your board. Signed-off-by: Jamie Lentin j...@lentin.co.uk Signed-off-by: Andrew Lunn and...@lunn.ch Tested-by:Simon Baatz