[GIT PULL] Reset controller changes for 3.12
Philipp Zabel
p.zabel at pengutronix.de
Mon Jul 29 08:16:11 EDT 2013
Hi Olof,
with the cosmetic issues pointed out by Ben and Sylwester fixed in the
gpio-reset driver, the following changes since commit
5ae90d8e467e625e447000cb4335c4db973b1095:
Linux 3.11-rc3 (2013-07-28 20:53:33 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git reset/for_v3.12
for you to fetch changes up to f4d36f8a5166405154c638c1e49e253f2f017dd7:
reset: allow drivers to request probe deferral (2013-07-29 14:03:40
+0200)
----------------------------------------------------------------
Philipp Zabel (2):
reset: Add driver for gpio-controlled reset pins
reset: allow drivers to request probe deferral
.../devicetree/bindings/reset/gpio-reset.txt | 35 +++++
drivers/reset/Kconfig | 11 ++
drivers/reset/Makefile | 1 +
drivers/reset/core.c | 2 +-
drivers/reset/gpio-reset.c | 174
+++++++++++++++++++++
5 files changed, 222 insertions(+), 1 deletion(-)
create mode 100644
Documentation/devicetree/bindings/reset/gpio-reset.txt
create mode 100644 drivers/reset/gpio-reset.c
More information about the linux-arm-kernel
mailing list