devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] reset: add socfpga reset-controller
@ 2014-04-04 16:31 Steffen Trumtrar
       [not found] ` <1396629087-23727-1-git-send-email-s.trumtrar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Steffen Trumtrar @ 2014-04-04 16:31 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: Grant Likely, Rob Herring, Philipp Zabel, Pawel Moll,
	Mark Rutland, Ian Campbell, Kumar Gala, Randy Dunlap, Dinh Nguyen,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ, Steffen Trumtrar

Hi!

This series converts the current rst-mgr entry in the socfpga.dtsi to
a driver that registers with the reset-controller framework.

1/3 adds the driver,
2/3 updates the binding to reflect this
3/3 updates the socfpga.dtsi and adds the DT-header file

Regards,
Steffen

Steffen Trumtrar (3):
  reset: add driver for socfpga
  Documentation: dt: socfpga: add reset-cells property
  ARM: socfpga: dts: add reset-controller

 .../bindings/arm/altera/socfpga-reset.txt          |   2 +
 arch/arm/boot/dts/socfpga.dtsi                     |   8 +-
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-socfpga.c                      | 149 +++++++++++++++++++++
 include/dt-bindings/reset/altr,rst-mgr.h           |  90 +++++++++++++
 5 files changed, 249 insertions(+), 1 deletion(-)
 create mode 100644 drivers/reset/reset-socfpga.c
 create mode 100644 include/dt-bindings/reset/altr,rst-mgr.h

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-04-09 10:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-04 16:31 [PATCH 0/3] reset: add socfpga reset-controller Steffen Trumtrar
     [not found] ` <1396629087-23727-1-git-send-email-s.trumtrar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-04-04 16:31   ` [PATCH 1/3] reset: add driver for socfpga Steffen Trumtrar
     [not found]     ` <1396629087-23727-2-git-send-email-s.trumtrar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-04-07  8:46       ` Philipp Zabel
     [not found]         ` <1396860408.3811.10.camel-+qGW7pzALmz7o/J7KWpOmN53zsg1cpMQ@public.gmane.org>
2014-04-07  9:28           ` Steffen Trumtrar
2014-04-04 16:31   ` [PATCH 2/3] Documentation: dt: socfpga: add reset-cells property Steffen Trumtrar
2014-04-04 16:31   ` [PATCH 3/3] ARM: socfpga: dts: add reset-controller Steffen Trumtrar
     [not found]     ` <1396629087-23727-4-git-send-email-s.trumtrar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-04-07 21:12       ` Dinh Nguyen
2014-04-07 22:41         ` Steffen Trumtrar
     [not found]           ` <20140407224110.GA28399-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-04-08  2:30             ` Dinh Nguyen
2014-04-09  8:37               ` Steffen Trumtrar
     [not found]                 ` <73mwfu3nly.fsf-OEaqT8BN2ezyNQ+pvSAQRlGJkx2dXHkms0AfqQuZ5sE@public.gmane.org>
2014-04-09  9:16                   ` Philipp Zabel
     [not found]                     ` <1397034967.4418.4.camel-+qGW7pzALmz7o/J7KWpOmN53zsg1cpMQ@public.gmane.org>
2014-04-09 10:05                       ` Steffen Trumtrar

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