linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] power: reset: Add support for ST's boards
Date: Tue, 22 Jul 2014 15:52:27 +0100	[thread overview]
Message-ID: <1406040752-25229-1-git-send-email-lee.jones@linaro.org> (raw)

This set provides device reset support for Orly2 and Cannes. 

Lee Jones (5):
  power: reset: Add restart functionality for STiH41x platforms
  power: reset: st: Provide DT bindings for ST's Power Reset driver
  ARM: sti: Add Restart support for the STiH417 (Cannes) board
  ARM: sti: Add Restart support for the STiH416 (Orly2) board
  ARM: multi_v7_defconfig: Enable ST's Power Reset driver

 .../devicetree/bindings/power/reset/st-reset.txt   |  11 ++
 arch/arm/boot/dts/stih407.dtsi                     |   6 +
 arch/arm/boot/dts/stih416.dtsi                     |   6 +
 arch/arm/configs/multi_v7_defconfig                |   1 +
 drivers/power/reset/Kconfig                        |   6 +
 drivers/power/reset/Makefile                       |   1 +
 drivers/power/reset/st-poweroff.c                  | 151 +++++++++++++++++++++
 7 files changed, 182 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/reset/st-reset.txt
 create mode 100644 drivers/power/reset/st-poweroff.c

-- 
1.8.3.2

             reply	other threads:[~2014-07-22 14:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-22 14:52 Lee Jones [this message]
2014-07-22 14:52 ` [PATCH 1/5] power: reset: Add restart functionality for STiH41x platforms Lee Jones
2014-09-26  9:56   ` Lee Jones
2014-09-26 15:56     ` Sebastian Reichel
2014-07-22 14:52 ` [PATCH 2/5] power: reset: st: Provide DT bindings for ST's Power Reset driver Lee Jones
2014-09-26 15:57   ` Sebastian Reichel
2014-07-22 14:52 ` [PATCH 3/5] ARM: sti: Add Restart support for the STiH417 (Cannes) board Lee Jones
2014-07-22 14:52 ` [PATCH 4/5] ARM: sti: Add Restart support for the STiH416 (Orly2) board Lee Jones
2014-07-22 14:52 ` [PATCH 5/5] ARM: multi_v7_defconfig: Enable ST's Power Reset driver Lee Jones

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=1406040752-25229-1-git-send-email-lee.jones@linaro.org \
    --to=lee.jones@linaro.org \
    --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).