From: <gabriel.fernandez@st.com>
To: Philipp Zabel <p.zabel@pengutronix.de>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Russell King <linux@armlinux.org.uk>,
patrice.chotard@st.com, alexandre.torgue@st.com
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Gabriel Fernandez <gabriel.fernandez@st.com>
Subject: [PATCH v3 0/4] Add STM32 Reset Driver
Date: Fri, 22 Jul 2016 11:37:46 +0200 [thread overview]
Message-ID: <1469180270-5446-1-git-send-email-gabriel.fernandez@st.com> (raw)
From: Gabriel Fernandez <gabriel.fernandez@st.com>
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
--
1.9.1
next reply other threads:[~2016-07-22 9:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-22 9:37 gabriel.fernandez [this message]
2016-07-22 9:37 ` [PATCH v3 1/4] dt-bindings: mfd: Add STM32F4 RCC numeric constants into DT include file gabriel.fernandez
2016-07-22 9:37 ` [PATCH v3 2/4] dt-bindings: Document the STM32 reset bindings gabriel.fernandez
2016-07-22 9:37 ` [PATCH v3 3/4] drivers: reset: Add STM32 reset driver gabriel.fernandez
2016-07-22 9:37 ` [PATCH v3 4/4] ARM: dts: stm32f429: add missing #reset-cells of rcc gabriel.fernandez
[not found] ` <1469180270-5446-1-git-send-email-gabriel.fernandez-qxv4g6HH51o@public.gmane.org>
2016-07-22 12:36 ` [PATCH v3 0/4] Add STM32 Reset Driver Philipp Zabel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1469180270-5446-1-git-send-email-gabriel.fernandez@st.com \
--to=gabriel.fernandez@st.com \
--cc=alexandre.torgue@st.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=p.zabel@pengutronix.de \
--cc=patrice.chotard@st.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).