Re: [RFC 3/3] reset: reset-zynq-pl: Adding support for Xilinx Zynq PL reset.

2015-07-24 Thread Sören Brinkmann
Hi Moritz, On Thu, 2015-07-23 at 03:51PM -0700, Moritz Fischer wrote: > The Zynq PL reset controller allows to control the 4 > FCLK{0..3}_RESETN signals that can be used to reset custom IP in > the PL. > > Signed-off-by: Moritz Fischer > --- > drivers/reset/Makefile| 1 + >

Re: [RFC 3/3] reset: reset-zynq-pl: Adding support for Xilinx Zynq PL reset.

2015-07-24 Thread Sören Brinkmann
Hi Moritz, On Thu, 2015-07-23 at 03:51PM -0700, Moritz Fischer wrote: The Zynq PL reset controller allows to control the 4 FCLK{0..3}_RESETN signals that can be used to reset custom IP in the PL. Signed-off-by: Moritz Fischer moritz.fisc...@ettus.com --- drivers/reset/Makefile|

[RFC 3/3] reset: reset-zynq-pl: Adding support for Xilinx Zynq PL reset.

2015-07-23 Thread Moritz Fischer
The Zynq PL reset controller allows to control the 4 FCLK{0..3}_RESETN signals that can be used to reset custom IP in the PL. Signed-off-by: Moritz Fischer --- drivers/reset/Makefile| 1 + drivers/reset/reset-zynq-pl.c | 142 ++ 2 files changed,

[RFC 3/3] reset: reset-zynq-pl: Adding support for Xilinx Zynq PL reset.

2015-07-23 Thread Moritz Fischer
The Zynq PL reset controller allows to control the 4 FCLK{0..3}_RESETN signals that can be used to reset custom IP in the PL. Signed-off-by: Moritz Fischer moritz.fisc...@ettus.com --- drivers/reset/Makefile| 1 + drivers/reset/reset-zynq-pl.c | 142