Hi Jamie,
On Thu, May 03, 2012 at 09:24:06AM +0100, Jamie Lentin wrote:
quoted hunk ↗ jump to hunk
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -63,6 +63,16 @@ config GPIO_SYSFS
Kernel drivers may also request that a particular GPIO be
exported to userspace; this can be useful when debugging.
+config GPIO_POWEROFF
+ tristate "GPIO power-off driver"
+ depends on OF_GPIO
+ help
+ This driver supports turning off your device via. a GPIO call.
Dot after via seems like a typo.
Other than this I have no comments.
Luka