From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2] Reset controller API
Date: Tue, 09 Apr 2013 10:19:34 +0200 [thread overview]
Message-ID: <1365495574.4023.32.camel@pizza.hi.pengutronix.de> (raw)
Hi Olof,
I have added two fixes on top of the reset series at
git://git.pengutronix.de/git/pza/linux.git reset/for_v3.10.
Could you pull them in together with the rest?
The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7:
Linux 3.9-rc4 (2013-03-23 16:52:44 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git reset/for_v3.10
for you to fetch changes up to fbdb93ecb869f02a5f8f145fa06a0984c415a7d4:
Documentation: gpio-reset.txt: Fix 'initially-in-reset' example (2013-04-09 09:55:00 +0200)
They add a simple API for devices to request being reset by separate
reset controller hardware and implement the reset signal device tree
bindings proposed by Stephen Warren.
The patches have been discussed on the linux-arm-kernel list under the topic
"Reset controller API to reset IP modules on i.MX5 and i.MX6".
----------------------------------------------------------------
Dan Carpenter (1):
reset: NULL deref on allocation failure
Fabio Estevam (1):
Documentation: gpio-reset.txt: Fix 'initially-in-reset' example
Philipp Zabel (2):
reset: Add reset controller API
reset: Add driver for gpio-controlled reset pins
Stephen Warren (1):
dt: describe base reset signal binding
.../devicetree/bindings/reset/gpio-reset.txt | 37 +++
Documentation/devicetree/bindings/reset/reset.txt | 75 ++++++
drivers/Kconfig | 2 +
drivers/Makefile | 3 +
drivers/reset/Kconfig | 26 ++
drivers/reset/Makefile | 2 +
drivers/reset/core.c | 297
+++++++++++++++++++++
drivers/reset/gpio-reset.c | 208
+++++++++++++++
include/linux/reset-controller.h | 51 ++++
include/linux/reset.h | 17 ++
10 files changed, 718 insertions(+)
create mode 100644
Documentation/devicetree/bindings/reset/gpio-reset.txt
create mode 100644 Documentation/devicetree/bindings/reset/reset.txt
create mode 100644 drivers/reset/Kconfig
create mode 100644 drivers/reset/Makefile
create mode 100644 drivers/reset/core.c
create mode 100644 drivers/reset/gpio-reset.c
create mode 100644 include/linux/reset-controller.h
create mode 100644 include/linux/reset.h
next reply other threads:[~2013-04-09 8:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-09 8:19 Philipp Zabel [this message]
2013-04-11 10:20 ` [GIT PULL v2] Reset controller API Olof Johansson
2013-04-11 10:25 ` Olof Johansson
2013-04-11 12:37 ` Philipp Zabel
2013-04-11 17:14 ` Olof Johansson
2013-04-12 0:03 ` Shawn Guo
2013-04-12 0:15 ` Olof Johansson
2013-04-12 8:42 ` Philipp Zabel
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=1365495574.4023.32.camel@pizza.hi.pengutronix.de \
--to=p.zabel@pengutronix.de \
--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).