linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Magnus Damm <magnus.damm@gmail.com>
Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] arm: dts: renesas: Group tuples in cpus, playback, capture, and pin control properties
Date: Thu,  4 Feb 2021 14:05:12 +0100	[thread overview]
Message-ID: <20210204130517.1647073-1-geert+renesas@glider.be> (raw)

	Hi all,

To improve human readability and enable automatic validation, the tuples
in properties in DTS files should be grouped using angle brackets.
This series contains another round of updates for cpus, playback,
capture, and pin control properties.

Thanks for your comments!

Geert Uytterhoeven (5):
  ARM: dts: renesas: Group tuples in APMU cpus properties
  ARM: dts: renesas: Group tuples in playback and capture properties
  ARM: dts: renesas: Group tuples in pin control properties
  arm64: dts: renesas: Group tuples in playback and capture properties
  arm64: dts: renesas: Group tuples in pin control properties

 arch/arm/boot/dts/iwg20d-q7-common.dtsi                   | 4 ++--
 arch/arm/boot/dts/r8a7742-iwg21d-q7.dts                   | 4 ++--
 arch/arm/boot/dts/r8a7742.dtsi                            | 4 ++--
 arch/arm/boot/dts/r8a7743-sk-rzg1m.dts                    | 2 +-
 arch/arm/boot/dts/r8a7743.dtsi                            | 2 +-
 arch/arm/boot/dts/r8a7744.dtsi                            | 2 +-
 arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts               | 4 ++--
 arch/arm/boot/dts/r8a7745-sk-rzg1e.dts                    | 2 +-
 arch/arm/boot/dts/r8a7745.dtsi                            | 2 +-
 arch/arm/boot/dts/r8a77470.dtsi                           | 2 +-
 arch/arm/boot/dts/r8a7790-lager.dts                       | 8 ++++----
 arch/arm/boot/dts/r8a7790-stout.dts                       | 4 ++--
 arch/arm/boot/dts/r8a7790.dtsi                            | 4 ++--
 arch/arm/boot/dts/r8a7791-koelsch.dts                     | 8 ++++----
 arch/arm/boot/dts/r8a7791-porter.dts                      | 4 ++--
 arch/arm/boot/dts/r8a7791.dtsi                            | 2 +-
 arch/arm/boot/dts/r8a7792-blanche.dts                     | 2 +-
 arch/arm/boot/dts/r8a7792-wheat.dts                       | 2 +-
 arch/arm/boot/dts/r8a7792.dtsi                            | 2 +-
 arch/arm/boot/dts/r8a7793-gose.dts                        | 8 ++++----
 arch/arm/boot/dts/r8a7793.dtsi                            | 2 +-
 arch/arm/boot/dts/r8a7794-alt.dts                         | 2 +-
 arch/arm/boot/dts/r8a7794-silk.dts                        | 6 +++---
 arch/arm/boot/dts/r8a7794.dtsi                            | 2 +-
 arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi | 4 ++--
 arch/arm64/boot/dts/renesas/hihope-rev4.dtsi              | 2 +-
 arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts           | 4 ++--
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts            | 6 +++---
 arch/arm64/boot/dts/renesas/salvator-common.dtsi          | 6 +++---
 arch/arm64/boot/dts/renesas/ulcb.dtsi                     | 6 +++---
 30 files changed, 56 insertions(+), 56 deletions(-)

-- 
2.25.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

             reply	other threads:[~2021-02-04 17:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04 13:05 Geert Uytterhoeven [this message]
2021-02-04 13:05 ` [PATCH 1/5] ARM: dts: renesas: Group tuples in APMU cpus properties Geert Uytterhoeven
2021-02-04 13:05 ` [PATCH 2/5] ARM: dts: renesas: Group tuples in playback and capture properties Geert Uytterhoeven
2021-02-04 13:05 ` [PATCH 3/5] ARM: dts: renesas: Group tuples in pin control properties Geert Uytterhoeven
2021-02-04 13:05 ` [PATCH 4/5] arm64: dts: renesas: Group tuples in playback and capture properties Geert Uytterhoeven
2021-02-04 13:05 ` [PATCH 5/5] arm64: dts: renesas: Group tuples in pin control properties Geert Uytterhoeven

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=20210204130517.1647073-1-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /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).