linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/4] Add STM32 Reset Driver
Date: Fri, 22 Jul 2016 14:36:00 +0200	[thread overview]
Message-ID: <1469190960.27223.15.camel@pengutronix.de> (raw)
In-Reply-To: <1469180270-5446-1-git-send-email-gabriel.fernandez@st.com>

Am Freitag, den 22.07.2016, 11:37 +0200 schrieb
gabriel.fernandez at st.com:
> 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

Thank you, I've applied all four patches.

regards
Philipp

      parent reply	other threads:[~2016-07-22 12:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-22  9:37 [PATCH v3 0/4] Add STM32 Reset Driver gabriel.fernandez at st.com
2016-07-22  9:37 ` [PATCH v3 1/4] dt-bindings: mfd: Add STM32F4 RCC numeric constants into DT include file gabriel.fernandez at st.com
2016-07-22  9:37 ` [PATCH v3 2/4] dt-bindings: Document the STM32 reset bindings gabriel.fernandez at st.com
2016-07-22  9:37 ` [PATCH v3 3/4] drivers: reset: Add STM32 reset driver gabriel.fernandez at st.com
2016-07-22  9:37 ` [PATCH v3 4/4] ARM: dts: stm32f429: add missing #reset-cells of rcc gabriel.fernandez at st.com
2016-07-22 12:36 ` Philipp Zabel [this message]

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=1469190960.27223.15.camel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.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).