From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PULL REQUEST] GPIO driver to turn power off
Date: Sat, 17 Nov 2012 14:02:39 +0100 [thread overview]
Message-ID: <20121117130239.GD11717@lunn.ch> (raw)
Hi Jason
Here is a pull request for the GPIO power off driver.
Thanks
Andrew
The following changes since commit 77b67063bb6bce6d475e910d3b886a606d0d91f7:
Linux 3.7-rc5 (2012-11-11 13:44:33 +0100)
are available in the git repository at:
git://github.com/lunn/linux.git tags/for-next-gpio-poweroff-v4
for you to fetch changes up to 7125ab6492a33c2a669892cae6f6d5b9643d9672:
ARM: Kirkwood: Convert IB62x0 to use gpio-poweroff. (2012-11-17 13:37:51 +0100)
----------------------------------------------------------------
GPIO driver for turning board power off.
----------------------------------------------------------------
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
reply other threads:[~2012-11-17 13:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121117130239.GD11717@lunn.ch \
--to=andrew@lunn.ch \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).