From: Marcel Ziswiler <marcel@ziswiler.com>
To: linux-arm-kernel@lists.infradead.org
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>,
Abel Vesa <abel.vesa@nxp.com>,
Arnaud Ferraris <arnaud.ferraris@collabora.com>,
Fabio Estevam <festevam@gmail.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Lucas Stach <dev@lynxeye.de>,
Markus Niebel <Markus.Niebel@ew.tq-group.com>,
NXP Linux Team <linux-imx@nxp.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Philippe Schenker <philippe.schenker@toradex.com>,
Rob Herring <robh+dt@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Shawn Guo <shawnguo@kernel.org>, Stefan Agner <stefan@agner.ch>,
devicetree@vger.kernel.org, linux-clk@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v1 00/12] ARM: arm64: dts/clk: imx8mm: indentation whitespace cleanup
Date: Thu, 21 Jul 2022 21:59:23 +0200 [thread overview]
Message-ID: <20220721195936.1082422-1-marcel@ziswiler.com> (raw)
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
While synchronising them imx device trees with U-Boot I stumbled over
various checkpatch warnings. This series addresses those trivial
indentation and/or whitespace cleanups.
Marcel Ziswiler (12):
ARM: dts: imx6-sabrelite: change to use SPDX identifiers
ARM: dts: imx6qdl-mba6: don't use multiple blank lines
ARM: dts: imx6qdl: phytec: no spaces at start of line, indent use tabs
ARM: dts: imx6qdl-sabre: change to use SPDX identifiers
ARM: dts: imx7d-pico: indent use tabs, no spaces at start of line
ARM: dts: vf610: no spaces in indent but tabs
ARM: dts: vf610-twr: indent use tabs, no spaces at start of line
ARM: dts: vf610: don't use multiple blank lines
arm64: dts: imx8mm-venice-gw72xx-0x: blank line at end of file
arm64: dts: imx8mp-verdin: don't use multiple blank lines
arm64: dts: mnt-reform2: don't use multiple blank lines
clk: imx8mm: don't use multiple blank lines
arch/arm/boot/dts/imx6q-sabrelite.dts | 37 +------------------
arch/arm/boot/dts/imx6qdl-mba6.dtsi | 1 -
.../dts/imx6qdl-phytec-mira-peb-av-02.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | 37 +------------------
arch/arm/boot/dts/imx7d-pico.dtsi | 10 ++---
arch/arm/boot/dts/vf610-pinfunc.h | 2 +-
arch/arm/boot/dts/vf610-twr.dts | 2 +-
arch/arm/boot/dts/vf610.dtsi | 1 -
.../dts/freescale/imx8mm-venice-gw72xx-0x.dts | 1 -
.../boot/dts/freescale/imx8mp-verdin.dtsi | 1 -
.../boot/dts/freescale/imx8mq-mnt-reform2.dts | 1 -
include/dt-bindings/clock/imx8mm-clock.h | 1 -
12 files changed, 10 insertions(+), 86 deletions(-)
--
2.35.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2022-07-21 20:02 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-21 19:59 Marcel Ziswiler [this message]
2022-07-21 19:59 ` [PATCH v1 01/12] ARM: dts: imx6-sabrelite: change to use SPDX identifiers Marcel Ziswiler
2022-07-21 19:59 ` [PATCH v1 02/12] ARM: dts: imx6qdl-mba6: don't use multiple blank lines Marcel Ziswiler
2022-07-22 6:12 ` Alexander Stein
2022-07-21 19:59 ` [PATCH v1 03/12] ARM: dts: imx6qdl: phytec: no spaces at start of line, indent use tabs Marcel Ziswiler
2022-07-21 19:59 ` [PATCH v1 04/12] ARM: dts: imx6qdl-sabre: change to use SPDX identifiers Marcel Ziswiler
2022-07-21 19:59 ` [PATCH v1 05/12] ARM: dts: imx7d-pico: indent use tabs, no spaces at start of line Marcel Ziswiler
2022-07-21 19:59 ` [PATCH v1 06/12] ARM: dts: vf610: no spaces in indent but tabs Marcel Ziswiler
2022-07-21 19:59 ` [PATCH v1 07/12] ARM: dts: vf610-twr: indent use tabs, no spaces at start of line Marcel Ziswiler
2022-07-21 19:59 ` [PATCH v1 08/12] ARM: dts: vf610: don't use multiple blank lines Marcel Ziswiler
2022-07-21 19:59 ` [PATCH v1 09/12] arm64: dts: imx8mm-venice-gw72xx-0x: blank line at end of file Marcel Ziswiler
2022-07-21 19:59 ` [PATCH v1 10/12] arm64: dts: imx8mp-verdin: don't use multiple blank lines Marcel Ziswiler
2022-07-21 19:59 ` [PATCH v1 11/12] arm64: dts: mnt-reform2: " Marcel Ziswiler
2022-07-22 12:37 ` Lucas Stach
2022-07-21 19:59 ` [PATCH v1 12/12] clk: imx8mm: " Marcel Ziswiler
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=20220721195936.1082422-1-marcel@ziswiler.com \
--to=marcel@ziswiler.com \
--cc=Markus.Niebel@ew.tq-group.com \
--cc=abel.vesa@nxp.com \
--cc=arnaud.ferraris@collabora.com \
--cc=dev@lynxeye.de \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcel.ziswiler@toradex.com \
--cc=philippe.schenker@toradex.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=stefan@agner.ch \
/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