Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754076AbbGWWvR (ORCPT ); Thu, 23 Jul 2015 18:51:17 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:34025 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753963AbbGWWvO (ORCPT ); Thu, 23 Jul 2015 18:51:14 -0400 From: Moritz Fischer To: p.zabel@pengutronix.de Cc: michal.simek@xilinx.com, soren.brinkmann@xilinx.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Moritz Fischer Subject: [RFC 0/3] Adding support for Zynq PL reset controller. Date: Thu, 23 Jul 2015 15:50:59 -0700 Message-Id: <1437691862-21312-1-git-send-email-moritz.fischer@ettus.com> X-Mailer: git-send-email 2.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1278 Lines: 35 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/