linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] iMX 8 - Another round of cleanups
@ 2020-09-04 14:52 Krzysztof Kozlowski
  2020-09-04 14:53 ` [PATCH 01/13] dt-bindings: power: fsl,imx-gpcv2: Document interrupt controller properties Krzysztof Kozlowski
                   ` (12 more replies)
  0 siblings, 13 replies; 31+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-04 14:52 UTC (permalink / raw)
  To: Rob Herring, David Airlie, Daniel Vetter, Lucas Stach,
	Russell King, Christian Gmeiner, Lee Jones, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Sam Ravnborg, Li Yang, Robert Chiras,
	Matti Vaittinen, devicetree, linux-kernel, dri-devel, etnaviv,
	linux-arm-kernel
  Cc: Krzysztof Kozlowski

Hi,

This is an another round of cleanups of i.MX 8 DTS and binings.  No
dependencies.

Best regards,
Krzysztof

Krzysztof Kozlowski (13):
  dt-bindings: power: fsl,imx-gpcv2: Document interrupt controller
    properties
  dt-bindings: display: bridge: nwl-dsi: Add common properties
  dt-bindings: arm: fsl: Fix matching Purism Librem5 phones
  dt-bindings: gpu: vivante,gc: Add common properties
  dt-bindings: gpu: vivante,gc: Remove trailing whitespace
  dt-bindings: mfd: rohm,bd71837-pmic: Add common properties
  dt-bindings: mfd: rohm,bd71847-pmic: Add common clock-names
  arm64: dts: imx8mm-var-som-symphony: Use newer interrupts property
  arm64: dts: imx8mp-evk: Align pin configuration group names with
    schema
  arm64: dts: imx8mq: Add missing interrupts to GPC
  arm64: dts: imx8mq-librem5: Align regulator names with schema
  arm64: dts: imx8mq-librem5: Drop interrupt-names in PMIC
  arm64: dts: imx8mq-librem5: Add interrupt-names to ti,tps6598x

 .../devicetree/bindings/arm/fsl.yaml          | 10 ++++--
 .../bindings/display/bridge/nwl-dsi.yaml      |  4 +++
 .../devicetree/bindings/gpu/vivante,gc.yaml   |  9 +++++-
 .../bindings/mfd/rohm,bd71837-pmic.yaml       |  6 ++++
 .../bindings/mfd/rohm,bd71847-pmic.yaml       |  3 ++
 .../bindings/power/fsl,imx-gpcv2.yaml         |  4 +++
 .../dts/freescale/imx8mm-var-som-symphony.dts |  2 +-
 arch/arm64/boot/dts/freescale/imx8mp-evk.dts  | 12 +++----
 .../dts/freescale/imx8mq-librem5-devkit.dts   |  1 -
 .../boot/dts/freescale/imx8mq-librem5.dtsi    | 32 +++++++++----------
 arch/arm64/boot/dts/freescale/imx8mq.dtsi     |  1 +
 11 files changed, 57 insertions(+), 27 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-09-21 13:14 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 14:52 [PATCH 00/13] iMX 8 - Another round of cleanups Krzysztof Kozlowski
2020-09-04 14:53 ` [PATCH 01/13] dt-bindings: power: fsl,imx-gpcv2: Document interrupt controller properties Krzysztof Kozlowski
2020-09-04 14:58   ` Lucas Stach
2020-09-14 22:31   ` [PATCH 01/13] dt-bindings: power: fsl, imx-gpcv2: " Rob Herring
2020-09-04 14:53 ` [PATCH 02/13] dt-bindings: display: bridge: nwl-dsi: Add common properties Krzysztof Kozlowski
2020-09-14 22:31   ` Rob Herring
2020-09-04 14:53 ` [PATCH 03/13] dt-bindings: arm: fsl: Fix matching Purism Librem5 phones Krzysztof Kozlowski
2020-09-14 22:33   ` Rob Herring
2020-09-16  6:38     ` Krzysztof Kozlowski
2020-09-21 13:09   ` Shawn Guo
2020-09-04 14:53 ` [PATCH 04/13] dt-bindings: gpu: vivante,gc: Add common properties Krzysztof Kozlowski
2020-09-04 14:59   ` Lucas Stach
2020-09-14 22:34   ` Rob Herring
2020-09-04 14:53 ` [PATCH 05/13] dt-bindings: gpu: vivante,gc: Remove trailing whitespace Krzysztof Kozlowski
2020-09-04 14:59   ` Lucas Stach
2020-09-14 22:34   ` [PATCH 05/13] dt-bindings: gpu: vivante, gc: " Rob Herring
2020-09-04 14:53 ` [PATCH 06/13] dt-bindings: mfd: rohm,bd71837-pmic: Add common properties Krzysztof Kozlowski
2020-09-14 22:44   ` Rob Herring
2020-09-15  6:34     ` Vaittinen, Matti
2020-09-15 14:38       ` Rob Herring
2020-09-04 14:53 ` [PATCH 07/13] dt-bindings: mfd: rohm,bd71847-pmic: Add common clock-names Krzysztof Kozlowski
2020-09-14 22:44   ` Rob Herring
2020-09-04 14:53 ` [PATCH 08/13] arm64: dts: imx8mm-var-som-symphony: Use newer interrupts property Krzysztof Kozlowski
2020-09-13  1:19   ` Shawn Guo
2020-09-04 14:53 ` [PATCH 09/13] arm64: dts: imx8mp-evk: Align pin configuration group names with schema Krzysztof Kozlowski
2020-09-04 14:59   ` Lucas Stach
2020-09-04 14:53 ` [PATCH 10/13] arm64: dts: imx8mq: Add missing interrupts to GPC Krzysztof Kozlowski
2020-09-04 15:04   ` Lucas Stach
2020-09-04 14:53 ` [PATCH 11/13] arm64: dts: imx8mq-librem5: Align regulator names with schema Krzysztof Kozlowski
2020-09-04 14:53 ` [PATCH 12/13] arm64: dts: imx8mq-librem5: Drop interrupt-names in PMIC Krzysztof Kozlowski
2020-09-04 14:53 ` [PATCH 13/13] arm64: dts: imx8mq-librem5: Add interrupt-names to ti,tps6598x Krzysztof Kozlowski

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