linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] Fix STM32 DT issues on v5.7-rc4
@ 2020-05-13 14:59 Benjamin Gaignard
  2020-05-13 14:59 ` [PATCH 01/15] ARM: dts: stm32: remove useless interrupt-names property on stm32f429 Benjamin Gaignard
                   ` (16 more replies)
  0 siblings, 17 replies; 21+ messages in thread
From: Benjamin Gaignard @ 2020-05-13 14:59 UTC (permalink / raw)
  To: linus.walleij, robh+dt, mcoquelin.stm32, alexandre.torgue, gregkh
  Cc: linux-gpio, devicetree, linux-stm32, linux-arm-kernel,
	linux-kernel, linux-usb, Benjamin Gaignard

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(-)

-- 
2.15.0


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2020-06-15 10:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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).