linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: arm-soc <arm@kernel.org>, soc <soc@kernel.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL 1/2] Renesas ARM DT updates for v5.18 (take two)
Date: Fri, 25 Feb 2022 11:24:33 +0100	[thread overview]
Message-ID: <cover.1645784466.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1645784465.git.geert+renesas@glider.be>

The following changes since commit 5c65ad12785205d5c57bd92e19d0296f93c19e33:

  arm64: dts: renesas: rzg2lc-smarc: Use SW_SD0_DEV_SEL macro for eMMC/SDHI device selection (2022-02-08 09:48:28 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-dt-for-v5.18-tag2

for you to fetch changes up to 6a3b10e5c312cae4c1fc7a27bf9a030360999351:

  ARM: dts: renesas: Align GPIO hog names with dtschema (2022-02-24 13:51:48 +0100)

----------------------------------------------------------------
Renesas ARM DT updates for v5.18 (take two)

  - Document the use of the renesas-soc IRC channel,
  - Watchdog support for the R-Car S4-8, RZ/N1D, and RZ/G2LC SoCs on the
    Spider, RZN1D-DB, and RZ/G2LC SMARC EVK development boards,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Biju Das (1):
      arm64: dts: renesas: rzg2lc-smarc-som: Enable watchdog

Geert Uytterhoeven (4):
      arm64: dts: renesas: r8a779f0: Add RWDT node
      arm64: dts: renesas: spider-cpu: Enable watchdog timer
      arm64: dts: renesas: Align GPIO hog names with dtschema
      ARM: dts: renesas: Align GPIO hog names with dtschema

Jean-Jacques Hiblot (3):
      dt-bindings: clock: r9a06g032: Add the definition of the watchdog clock
      ARM: dts: r9a06g032: Add the watchdog nodes
      ARM: dts: r9a06g032-rzn1d400-db: Enable watchdog0 with a 60s timeout

Nikita Yushchenko (1):
      arm64: dts: renesas: ulcb-kf: fix wrong comment

Sergey Shtylyov (2):
      MAINTAINERS: Specify IRC channel for Renesas ARM32 port
      MAINTAINERS: Specify IRC channel for Renesas ARM64 port

 MAINTAINERS                                              |  2 ++
 arch/arm/boot/dts/iwg20d-q7-common.dtsi                  |  2 +-
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts            |  2 +-
 arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dts          |  4 ++--
 arch/arm/boot/dts/r8a7742-iwg21d-q7.dts                  |  4 ++--
 arch/arm/boot/dts/r8a7742-iwg21m.dtsi                    |  2 +-
 arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts                |  2 +-
 arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts              |  5 +++++
 arch/arm/boot/dts/r9a06g032.dtsi                         | 16 ++++++++++++++++
 arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi      |  2 +-
 arch/arm64/boot/dts/renesas/hihope-common.dtsi           |  2 +-
 arch/arm64/boot/dts/renesas/hihope-rzg2-ex-lvds.dtsi     |  2 +-
 .../arm64/boot/dts/renesas/r8a774c0-ek874-idk-2121wr.dts |  2 +-
 arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi     |  5 +++++
 arch/arm64/boot/dts/renesas/r8a779f0.dtsi                | 10 ++++++++++
 arch/arm64/boot/dts/renesas/r9a07g054l2-smarc.dts        |  4 ++--
 arch/arm64/boot/dts/renesas/rzg2l-smarc-pinfunction.dtsi |  4 ++--
 .../arm64/boot/dts/renesas/rzg2lc-smarc-pinfunction.dtsi |  2 +-
 arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi        | 14 ++++++++++++++
 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi                 |  2 +-
 include/dt-bindings/clock/r9a06g032-sysctrl.h            |  1 +
 21 files changed, 71 insertions(+), 18 deletions(-)

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

  reply	other threads:[~2022-02-25 10:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-25 10:24 [GIT PULL 0/2] Renesas SoC updates for v5.18 (take two) Geert Uytterhoeven
2022-02-25 10:24 ` Geert Uytterhoeven [this message]
2022-02-25 10:24 ` [GIT PULL 2/2] Renesas driver " 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=cover.1645784466.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=soc@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 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).