devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] GPIO driver to turn power off
@ 2012-11-13 15:44 Andrew Lunn
       [not found] ` <1352821485-10032-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Andrew Lunn @ 2012-11-13 15:44 UTC (permalink / raw)
  To: anton.vorontsov-QSEj5FYQhm4dnm+yROfE0A
  Cc: Andrew Lunn, gmbnomis-Re5JQEeQqe8AvxtiuMwx3w,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	jm-Pj/HzkgeCk7QXOPxS62xeg, linux ARM, Jason Cooper

A few of the Kirkwood systems use a GPIO line to turn the power off on
shutdown. They request the GPIO line in the board setup code,
optionally setting it as an output and driving it inactive. They then
register a function for pm_power_off. At the end of the shutdown, this
function is called. The GPIO line is configured as an output, if not
already so, and then driven active. In order to cover the use case of
edges rather then levels, triggering power off, the GPIO line is then
toggled active and later inactive. This should allow the driver to be
used by PXA which also has boards using the same scheme.

The driver code was initially developed by Jamie Lentin and extended
to cover the PXA case by Andrew Lunn.

v1 -> v2: Moved to drivers/power/reset

Andrew Lunn (2):
  ARM: Kirkwood: Convert DNSKW to use gpio-poweroff.
  ARM: Kirkwood: Convert IB62x0 to use gpio-poweroff.

Jamie Lentin (1):
  power: Add simple poweroff-gpio driver

 .../devicetree/bindings/gpio/gpio-poweroff.txt     |   22 ++++
 arch/arm/boot/dts/kirkwood-dnskw.dtsi              |    5 +
 arch/arm/boot/dts/kirkwood-ib62x0.dts              |    6 +
 arch/arm/mach-kirkwood/Kconfig                     |    4 +
 arch/arm/mach-kirkwood/board-dnskw.c               |   12 --
 arch/arm/mach-kirkwood/board-ib62x0.c              |   13 --
 drivers/power/Kconfig                              |    3 +
 drivers/power/Makefile                             |    1 +
 drivers/power/reset/Kconfig                        |   15 +++
 drivers/power/reset/Makefile                       |    1 +
 drivers/power/reset/gpio-poweroff.c                |  129 ++++++++++++++++++++
 11 files changed, 186 insertions(+), 25 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-poweroff.txt
 create mode 100644 drivers/power/reset/Kconfig
 create mode 100644 drivers/power/reset/Makefile
 create mode 100644 drivers/power/reset/gpio-poweroff.c

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-11-17  8:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-13 15:44 [PATCH v2 0/3] GPIO driver to turn power off Andrew Lunn
     [not found] ` <1352821485-10032-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2012-11-13 15:44   ` [PATCH v2 1/3] power: Add simple poweroff-gpio driver Andrew Lunn
     [not found]     ` <1352821485-10032-2-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2012-11-15 11:08       ` Linus Walleij
2012-11-16 19:25     ` Simon Baatz
     [not found]       ` <20121116192525.GA25838-2BA9cf72eNkOIzVOb1FTxg@public.gmane.org>
2012-11-17  8:34         ` Andrew Lunn
2012-11-13 15:44   ` [PATCH v2 2/3] ARM: Kirkwood: Convert DNSKW to use gpio-poweroff Andrew Lunn
2012-11-13 15:44   ` [PATCH v2 3/3] ARM: Kirkwood: Convert IB62x0 " Andrew Lunn
2012-11-16 19:32     ` Simon Baatz
     [not found]       ` <20121116193250.GB25838-2BA9cf72eNkOIzVOb1FTxg@public.gmane.org>
2012-11-17  8:30         ` Andrew Lunn
2012-11-16 14:19   ` [PATCH v2 0/3] GPIO driver to turn power off Jason Cooper
     [not found]     ` <20121116141947.GN22106-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2012-11-16 19:23       ` Anton Vorontsov
2012-11-17  8:29         ` Andrew Lunn

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).