All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/3] Adding support for Zynq PL reset controller.
@ 2015-07-23 22:50 ` Moritz Fischer
  0 siblings, 0 replies; 20+ messages in thread
From: Moritz Fischer @ 2015-07-23 22:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

while trying to get the devicetree overlays working using Alan's
simple-fpga-bus I couldn't find a way to independently reset
parts of the PL logic. I might have missed something and this
exists already somewhere, in that case, oh well ...

If S?ren or Michael could take a look at this to let me know
if this is fundamentally wrong, that would be great.

Thanks,

Moritz

Moritz Fischer (3):
  docs: dts: Added documentation for Xilinx Zynq PL Reset bindings.
  dts: zynq: Add devicetree entry for PL reset controller.
  reset: reset-zynq-pl: Adding support for Xilinx Zynq PL reset.

 .../devicetree/bindings/reset/zynq-reset-pl.txt    |  13 ++
 arch/arm/boot/dts/zynq-7000.dtsi                   |   6 +
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-zynq-pl.c                      | 142 +++++++++++++++++++++
 4 files changed, 162 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/reset/zynq-reset-pl.txt
 create mode 100644 drivers/reset/reset-zynq-pl.c

-- 
2.4.3

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

end of thread, other threads:[~2015-07-24 20:29 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-23 22:50 [RFC 0/3] Adding support for Zynq PL reset controller Moritz Fischer
2015-07-23 22:50 ` Moritz Fischer
2015-07-23 22:51 ` [RFC 1/3] docs: dts: Added documentation for Xilinx Zynq PL Reset bindings Moritz Fischer
2015-07-23 22:51   ` Moritz Fischer
2015-07-24  4:40   ` Michal Simek
2015-07-24  4:40     ` Michal Simek
2015-07-24 14:50     ` Sören Brinkmann
2015-07-24 14:50       ` Sören Brinkmann
2015-07-24 20:29       ` Moritz Fischer
2015-07-24 20:29         ` Moritz Fischer
2015-07-24  7:25   ` Philipp Zabel
2015-07-24  7:25     ` Philipp Zabel
2015-07-24  7:27     ` Michal Simek
2015-07-24  7:27       ` Michal Simek
2015-07-23 22:51 ` [RFC 2/3] dts: zynq: Add devicetree entry for PL reset controller Moritz Fischer
2015-07-23 22:51   ` Moritz Fischer
2015-07-23 22:51 ` [RFC 3/3] reset: reset-zynq-pl: Adding support for Xilinx Zynq PL reset Moritz Fischer
2015-07-23 22:51   ` Moritz Fischer
2015-07-24 16:19   ` Sören Brinkmann
2015-07-24 16:19     ` Sören Brinkmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.