All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Ziswiler <marcel@ziswiler.com>
To: linux-arm-kernel@lists.infradead.org
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Abel Vesa <abelvesa@kernel.org>,
	Dong Aisheng <aisheng.dong@nxp.com>,
	Fabio Estevam <festevam@gmail.com>, Jacky Bai <ping.bai@nxp.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Michael Turquette <mturquette@baylibre.com>,
	NXP Linux Team <linux-imx@nxp.com>, Peng Fan <peng.fan@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>, Stephen Boyd <sboyd@kernel.org>,
	devicetree@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v1 0/5] ARM: arm64: dts/clk: imx: indentation permission whitespace cleanup 2
Date: Fri, 26 Aug 2022 21:22:47 +0200	[thread overview]
Message-ID: <20220826192252.794651-1-marcel@ziswiler.com> (raw)

From: Marcel Ziswiler <marcel.ziswiler@toradex.com>


While further synchronising them imx device trees with U-Boot I stumbled
over more checkpatch warnings. This series addresses those trivial
indentation, file permission and/or whitespace cleanups.


Marcel Ziswiler (5):
  ARM: dts: imx6sl: use tabs for code indent
  ARM: dts: imx6sx-udoo-neo: don't use multiple blank lines
  arm64: dts: imx8ulp: no executable source file permission
  clk: imx6sll: add proper spdx license identifier
  dt-bindings: imx8ulp: clock: no spaces before tabs

 arch/arm/boot/dts/imx6sl.dtsi                 | 20 +++++++++----------
 arch/arm/boot/dts/imx6sx-udoo-neo.dtsi        | 14 ++++++-------
 .../boot/dts/freescale/imx8ulp-pinfunc.h      |  0
 include/dt-bindings/clock/imx6sll-clock.h     |  2 +-
 include/dt-bindings/clock/imx8ulp-clock.h     |  4 ++--
 5 files changed, 19 insertions(+), 21 deletions(-)
 mode change 100755 => 100644 arch/arm64/boot/dts/freescale/imx8ulp-pinfunc.h

-- 
2.36.1


WARNING: multiple messages have this Message-ID (diff)
From: Marcel Ziswiler <marcel@ziswiler.com>
To: linux-arm-kernel@lists.infradead.org
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Abel Vesa <abelvesa@kernel.org>,
	Dong Aisheng <aisheng.dong@nxp.com>,
	Fabio Estevam <festevam@gmail.com>, Jacky Bai <ping.bai@nxp.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Michael Turquette <mturquette@baylibre.com>,
	NXP Linux Team <linux-imx@nxp.com>, Peng Fan <peng.fan@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>, Stephen Boyd <sboyd@kernel.org>,
	devicetree@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v1 0/5] ARM: arm64: dts/clk: imx: indentation permission whitespace cleanup 2
Date: Fri, 26 Aug 2022 21:22:47 +0200	[thread overview]
Message-ID: <20220826192252.794651-1-marcel@ziswiler.com> (raw)

From: Marcel Ziswiler <marcel.ziswiler@toradex.com>


While further synchronising them imx device trees with U-Boot I stumbled
over more checkpatch warnings. This series addresses those trivial
indentation, file permission and/or whitespace cleanups.


Marcel Ziswiler (5):
  ARM: dts: imx6sl: use tabs for code indent
  ARM: dts: imx6sx-udoo-neo: don't use multiple blank lines
  arm64: dts: imx8ulp: no executable source file permission
  clk: imx6sll: add proper spdx license identifier
  dt-bindings: imx8ulp: clock: no spaces before tabs

 arch/arm/boot/dts/imx6sl.dtsi                 | 20 +++++++++----------
 arch/arm/boot/dts/imx6sx-udoo-neo.dtsi        | 14 ++++++-------
 .../boot/dts/freescale/imx8ulp-pinfunc.h      |  0
 include/dt-bindings/clock/imx6sll-clock.h     |  2 +-
 include/dt-bindings/clock/imx8ulp-clock.h     |  4 ++--
 5 files changed, 19 insertions(+), 21 deletions(-)
 mode change 100755 => 100644 arch/arm64/boot/dts/freescale/imx8ulp-pinfunc.h

-- 
2.36.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-08-26 19:23 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-26 19:22 Marcel Ziswiler [this message]
2022-08-26 19:22 ` [PATCH v1 0/5] ARM: arm64: dts/clk: imx: indentation permission whitespace cleanup 2 Marcel Ziswiler
2022-08-26 19:22 ` [PATCH v1 1/5] ARM: dts: imx6sl: use tabs for code indent Marcel Ziswiler
2022-08-26 19:22   ` Marcel Ziswiler
2022-09-05  1:57   ` Shawn Guo
2022-09-05  1:57     ` Shawn Guo
2022-08-26 19:22 ` [PATCH v1 2/5] ARM: dts: imx6sx-udoo-neo: don't use multiple blank lines Marcel Ziswiler
2022-08-26 19:22   ` Marcel Ziswiler
2022-09-05  2:01   ` Shawn Guo
2022-09-05  2:01     ` Shawn Guo
2022-08-26 19:22 ` [PATCH v1 3/5] arm64: dts: imx8ulp: no executable source file permission Marcel Ziswiler
2022-08-26 19:22   ` Marcel Ziswiler
2022-08-29  5:41   ` Peng Fan
2022-08-29  5:41     ` Peng Fan
2022-09-05  1:53   ` Shawn Guo
2022-09-05  1:53     ` Shawn Guo
2022-08-26 19:22 ` [PATCH v1 4/5] clk: imx6sll: add proper spdx license identifier Marcel Ziswiler
2022-08-26 19:22   ` Marcel Ziswiler
2022-08-29  9:40   ` Abel Vesa
2022-08-29  9:40     ` Abel Vesa
2022-08-30 21:13   ` Rob Herring
2022-08-30 21:13     ` Rob Herring
2022-09-23 13:28   ` Marcel Ziswiler
2022-09-23 13:28     ` Marcel Ziswiler
2022-08-26 19:22 ` [PATCH v1 5/5] dt-bindings: imx8ulp: clock: no spaces before tabs Marcel Ziswiler
2022-08-26 19:22   ` Marcel Ziswiler
2022-08-27 17:23   ` Krzysztof Kozlowski
2022-08-27 17:23     ` Krzysztof Kozlowski
2022-08-29  9:40   ` Abel Vesa
2022-08-29  9:40     ` Abel Vesa
2022-09-23 13:29   ` Marcel Ziswiler
2022-09-23 13:29     ` 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=20220826192252.794651-1-marcel@ziswiler.com \
    --to=marcel@ziswiler.com \
    --cc=abelvesa@kernel.org \
    --cc=aisheng.dong@nxp.com \
    --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=mturquette@baylibre.com \
    --cc=peng.fan@nxp.com \
    --cc=ping.bai@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=sboyd@kernel.org \
    --cc=shawnguo@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.