From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hartley Subject: [PATCH V2 0/2] reset: img: Add pistachio SoC reset support Date: Fri, 15 Jan 2016 18:17:23 +0000 Message-ID: <1452881845-2368-1-git-send-email-james.hartley@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Philipp Zabel , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Damien Horsley , Govindraj Raja , James Hartley List-Id: devicetree@vger.kernel.org This series provides the reset controller driver and documentation for the pistachio SoC. Further platform support and a device tree will be posted via the MIPS mailing list shortly. These patches are based on linux-next. Changes from V1: - Following feedback from Philipp Zabel, the reset controller node is now inside the cr_periph node which allows syscon to access via parent instead of looking up by phandle. Damien.Horsley (2): reset: img: Add pistachio reset controller binding document reset: img: Add Pistachio reset controller driver .../bindings/reset/img,pistachio-reset.txt | 51 ++++++ drivers/reset/Makefile | 1 + drivers/reset/reset-pistachio.c | 162 ++++++++++++++++++++ .../reset-controller/pistachio-resets.h | 36 +++++ 4 files changed, 250 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/img,pistachio-reset.txt create mode 100644 drivers/reset/reset-pistachio.c create mode 100644 include/dt-bindings/reset-controller/pistachio-resets.h -- 1.7.9.5 -- 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