From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Zabel Subject: Re: [PATCH v3 0/4] Add STM32 Reset Driver Date: Fri, 22 Jul 2016 14:36:00 +0200 Message-ID: <1469190960.27223.15.camel@pengutronix.de> References: <1469180270-5446-1-git-send-email-gabriel.fernandez@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1469180270-5446-1-git-send-email-gabriel.fernandez-qxv4g6HH51o@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: gabriel.fernandez-qxv4g6HH51o@public.gmane.org Cc: Rob Herring , Mark Rutland , Maxime Coquelin , Russell King , patrice.chotard-qxv4g6HH51o@public.gmane.org, alexandre.torgue-qxv4g6HH51o@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Am Freitag, den 22.07.2016, 11:37 +0200 schrieb gabriel.fernandez-qxv4g6HH51o@public.gmane.org: > From: Gabriel Fernandez > > v3: > - Use the builtin for the register > > v2: > - switch to the non-relaxed variants > - describe dt-binfings in one place > > The STM32 MCUs family IPs can be reset by accessing some registers > from the RCC block. > > Gabriel Fernandez (1): > ARM: dts: stm32f429: add missing #reset-cells of rcc > > Maxime Coquelin (3): > dt-bindings: mfd: Add STM32F4 RCC numeric constants into DT include > file > dt-bindings: Document the STM32 reset bindings > drivers: reset: Add STM32 reset driver > > .../devicetree/bindings/clock/st,stm32-rcc.txt | 42 ++++++-- > .../devicetree/bindings/reset/st,stm32-rcc.txt | 6 ++ > arch/arm/boot/dts/stm32f429.dtsi | 1 + > drivers/reset/Makefile | 1 + > drivers/reset/reset-stm32.c | 108 +++++++++++++++++++++ > include/dt-bindings/mfd/stm32f4-rcc.h | 98 +++++++++++++++++++ > 6 files changed, 249 insertions(+), 7 deletions(-) > create mode 100644 Documentation/devicetree/bindings/reset/st,stm32-rcc.txt > create mode 100644 drivers/reset/reset-stm32.c > create mode 100644 include/dt-bindings/mfd/stm32f4-rcc.h Thank you, I've applied all four patches. regards Philipp -- 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