linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre Torgue <alexandre.torgue@st.com>
To: Benjamin Gaignard <benjamin.gaignard@st.com>,
	<linus.walleij@linaro.org>, <robh+dt@kernel.org>,
	<mcoquelin.stm32@gmail.com>, <gregkh@linuxfoundation.org>
Cc: <linux-gpio@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-stm32@st-md-mailman.stormreply.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <linux-usb@vger.kernel.org>
Subject: Re: [PATCH 00/15] Fix STM32 DT issues on v5.7-rc4
Date: Mon, 15 Jun 2020 12:08:21 +0200	[thread overview]
Message-ID: <6b0e95ab-e240-c493-1bc1-276dd68933fe@st.com> (raw)
In-Reply-To: <20200513145935.22493-1-benjamin.gaignard@st.com>

Hi Benjamin

On 5/13/20 4:59 PM, Benjamin Gaignard wrote:
> This series fixes issues hight lighted by dtbs_check on STM32 devicetrees.
> The patches has been developped on top of v5.7-rc4 tag.
> 
> Benjamin Gaignard (15):
>    ARM: dts: stm32: remove useless interrupt-names property on stm32f429
>    ARM: dts: stm32: update pwm pinctrl node names for stm32f4
>    ARM: dts: stm32: update led nodes names for stm32f249-disco
>    ARM: dts: stm32: update led nodes names for stm32f469-disco
>    ARM: dts: stm32: remove useless interrupt-names property on stm32f746
>    ARM: dts: stm32: update led nodes names for stm32f429-eval
>    ARM: dts: stm32: update led nodes names for stm32f769-disco
>    ARM: dts: stm32: update led nodes names for stm32f746-eval
>    ARM: dts: stm32: remove useless interrupt-names property on stm32f743
>    ARM: dts: stm32: Update nodes names for stm32h743 pinctrl
>    ARM: dts: stm32: Update nodes names for stm32mp15 pinctrl
>    ARM: dts: stm32: Add missing #address and #size cells on spi node for
>      stm32mp151
>    ARM: dts: stm32: update led nodes names for stm32f746-eval
>    dt-bindings: pinctrl: stm32: Add missing interrupts property
>    dt-bindings: usb: dwc2: Fix issues for stm32mp15x SoC
> 
>   .../devicetree/bindings/pinctrl/st,stm32-pinctrl.yaml          |  3 +++
>   Documentation/devicetree/bindings/usb/dwc2.yaml                |  6 ++++--
>   arch/arm/boot/dts/stm32429i-eval.dts                           |  8 ++++----
>   arch/arm/boot/dts/stm32746g-eval.dts                           |  8 ++++----
>   arch/arm/boot/dts/stm32f4-pinctrl.dtsi                         |  4 ++--
>   arch/arm/boot/dts/stm32f429-disco.dts                          |  4 ++--
>   arch/arm/boot/dts/stm32f429.dtsi                               |  1 -
>   arch/arm/boot/dts/stm32f469-disco.dts                          |  8 ++++----
>   arch/arm/boot/dts/stm32f746.dtsi                               |  1 -
>   arch/arm/boot/dts/stm32f769-disco.dts                          |  4 ++--
>   arch/arm/boot/dts/stm32h743-pinctrl.dtsi                       | 10 +++++-----
>   arch/arm/boot/dts/stm32h743.dtsi                               |  1 -
>   arch/arm/boot/dts/stm32mp15-pinctrl.dtsi                       |  6 +++---
>   arch/arm/boot/dts/stm32mp151.dtsi                              |  2 ++
>   arch/arm/boot/dts/stm32mp15xx-dkx.dtsi                         |  2 +-
>   15 files changed, 36 insertions(+), 32 deletions(-)
> 

Series applied on stm32-next. Note that changes in patch 11 were already 
present thanks to another patch and patch 14 has already been taken by 
Linus.

Regards
Alex

      parent reply	other threads:[~2020-06-15 10:08 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-13 14:59 [PATCH 00/15] Fix STM32 DT issues on v5.7-rc4 Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 01/15] ARM: dts: stm32: remove useless interrupt-names property on stm32f429 Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 02/15] ARM: dts: stm32: update pwm pinctrl node names for stm32f4 Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 03/15] ARM: dts: stm32: update led nodes names for stm32f249-disco Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 04/15] ARM: dts: stm32: update led nodes names for stm32f469-disco Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 05/15] ARM: dts: stm32: remove useless interrupt-names property on stm32f746 Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 06/15] ARM: dts: stm32: update led nodes names for stm32f429-eval Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 07/15] ARM: dts: stm32: update led nodes names for stm32f769-disco Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 08/15] ARM: dts: stm32: update led nodes names for stm32f746-eval Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 09/15] ARM: dts: stm32: remove useless interrupt-names property on stm32f743 Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 10/15] ARM: dts: stm32: Update nodes names for stm32h743 pinctrl Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 11/15] ARM: dts: stm32: Update nodes names for stm32mp15 pinctrl Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 12/15] ARM: dts: stm32: Add missing #address and #size cells on spi node for stm32mp151 Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 13/15] ARM: dts: stm32: update led nodes names for stm32f746-eval Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 14/15] dt-bindings: pinctrl: stm32: Add missing interrupts property Benjamin Gaignard
2020-05-28  2:34   ` Rob Herring
2020-06-03 12:10   ` Linus Walleij
2020-05-13 14:59 ` [PATCH 15/15] dt-bindings: usb: dwc2: Fix issues for stm32mp15x SoC Benjamin Gaignard
2020-05-28  2:34   ` Rob Herring
2020-05-14 13:42 ` [PATCH 00/15] Fix STM32 DT issues on v5.7-rc4 Alexandre Torgue
2020-06-15 10:08 ` Alexandre Torgue [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=6b0e95ab-e240-c493-1bc1-276dd68933fe@st.com \
    --to=alexandre.torgue@st.com \
    --cc=benjamin.gaignard@st.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux-usb@vger.kernel.org \
    --cc=mcoquelin.stm32@gmail.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).