linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] reset: add socfpga reset-controller
@ 2014-04-04 16:31 Steffen Trumtrar
  2014-04-04 16:31 ` [PATCH 1/3] reset: add driver for socfpga Steffen Trumtrar
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Steffen Trumtrar @ 2014-04-04 16:31 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ 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
2014-04-04 16:31 ` [PATCH 1/3] reset: add driver for socfpga Steffen Trumtrar
2014-04-07  8:46   ` Philipp Zabel
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
2014-04-07 21:12   ` Dinh Nguyen
2014-04-07 22:41     ` Steffen Trumtrar
2014-04-08  2:30       ` Dinh Nguyen
2014-04-09  8:37         ` Steffen Trumtrar
2014-04-09  9:16           ` Philipp Zabel
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).