All the mail mirrored from lore.kernel.org
 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 2/4] Renesas ARM DT updates for v5.14 (take two)
Date: Fri, 11 Jun 2021 11:47:02 +0200	[thread overview]
Message-ID: <cover.1623403796.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1623403793.git.geert+renesas@glider.be>

The following changes since commit 1b32fce42bff899dfb9b72962f46ca5542c7647c:

  ARM: dts: alt: Add SW2 as GPIO keys (2021-05-27 15:46:21 +0200)

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.14-tag2

for you to fetch changes up to 42bbd003910906229cb1dc0eaa812d9cc59e4c77:

  arm64: dts: renesas: r9a07g044: Add SYSC node (2021-06-10 15:36:41 +0200)

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

  - External interrupt (INTC-EX) support for the R-Car M3-W+ SoC,
  - Initial support for the new RZ/G2L SoC on the RZ/G2L SMARC EVK
    board,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Geert Uytterhoeven (9):
      arm64: dts: renesas: Add missing opp-suspend properties
      arm64: dts: renesas: r8a7796[01]: Fix OPP table entry voltages
      ARM: dts: lager: Configure pull-up for SOFT_SW GPIO keys
      ARM: dts: blanche: Configure pull-up for SOFT_SW and SW25 GPIO keys
      ARM: dts: gose: Configure pull-up for SOFT_SW GPIO keys
      ARM: dts: silk: Configure pull-up for SOFT_SW GPIO keys
      arm64: dts: renesas: r8a77961: Add INTC-EX device node
      arm64: dts: renesas: r8a779a0: Drop power-domains property from GIC node
      Merge tag 'renesas-r9a07g044-dt-binding-defs-tag' into renesas-arm-dt-for-v5.14

Lad Prabhakar (4):
      dt-bindings: clock: Add r9a07g044 CPG Clock Definitions
      arm64: dts: renesas: Add initial DTSI for RZ/G2{L,LC} SoC's
      arm64: dts: renesas: Add initial device tree for RZ/G2L SMARC EVK
      arm64: dts: renesas: r9a07g044: Add SYSC node

 arch/arm/boot/dts/r8a7790-lager.dts               |   8 ++
 arch/arm/boot/dts/r8a7792-blanche.dts             |   8 ++
 arch/arm/boot/dts/r8a7793-gose.dts                |  10 +-
 arch/arm/boot/dts/r8a7794-silk.dts                |  10 +-
 arch/arm64/boot/dts/renesas/Makefile              |   2 +
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi         |   1 +
 arch/arm64/boot/dts/renesas/r8a77960.dtsi         |   7 +-
 arch/arm64/boot/dts/renesas/r8a77961.dtsi         |  18 ++-
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi         |   1 -
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi        | 132 ++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r9a07g044l1.dtsi      |  25 ++++
 arch/arm64/boot/dts/renesas/r9a07g044l2-smarc.dts |  21 ++++
 arch/arm64/boot/dts/renesas/r9a07g044l2.dtsi      |  13 +++
 arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi      |  27 +++++
 include/dt-bindings/clock/r9a07g044-cpg.h         |  89 +++++++++++++++
 15 files changed, 362 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r9a07g044.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r9a07g044l1.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r9a07g044l2-smarc.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r9a07g044l2.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi
 create mode 100644 include/dt-bindings/clock/r9a07g044-cpg.h

WARNING: multiple messages have this Message-ID (diff)
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 2/4] Renesas ARM DT updates for v5.14 (take two)
Date: Fri, 11 Jun 2021 11:47:02 +0200	[thread overview]
Message-ID: <cover.1623403796.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1623403793.git.geert+renesas@glider.be>

The following changes since commit 1b32fce42bff899dfb9b72962f46ca5542c7647c:

  ARM: dts: alt: Add SW2 as GPIO keys (2021-05-27 15:46:21 +0200)

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.14-tag2

for you to fetch changes up to 42bbd003910906229cb1dc0eaa812d9cc59e4c77:

  arm64: dts: renesas: r9a07g044: Add SYSC node (2021-06-10 15:36:41 +0200)

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

  - External interrupt (INTC-EX) support for the R-Car M3-W+ SoC,
  - Initial support for the new RZ/G2L SoC on the RZ/G2L SMARC EVK
    board,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Geert Uytterhoeven (9):
      arm64: dts: renesas: Add missing opp-suspend properties
      arm64: dts: renesas: r8a7796[01]: Fix OPP table entry voltages
      ARM: dts: lager: Configure pull-up for SOFT_SW GPIO keys
      ARM: dts: blanche: Configure pull-up for SOFT_SW and SW25 GPIO keys
      ARM: dts: gose: Configure pull-up for SOFT_SW GPIO keys
      ARM: dts: silk: Configure pull-up for SOFT_SW GPIO keys
      arm64: dts: renesas: r8a77961: Add INTC-EX device node
      arm64: dts: renesas: r8a779a0: Drop power-domains property from GIC node
      Merge tag 'renesas-r9a07g044-dt-binding-defs-tag' into renesas-arm-dt-for-v5.14

Lad Prabhakar (4):
      dt-bindings: clock: Add r9a07g044 CPG Clock Definitions
      arm64: dts: renesas: Add initial DTSI for RZ/G2{L,LC} SoC's
      arm64: dts: renesas: Add initial device tree for RZ/G2L SMARC EVK
      arm64: dts: renesas: r9a07g044: Add SYSC node

 arch/arm/boot/dts/r8a7790-lager.dts               |   8 ++
 arch/arm/boot/dts/r8a7792-blanche.dts             |   8 ++
 arch/arm/boot/dts/r8a7793-gose.dts                |  10 +-
 arch/arm/boot/dts/r8a7794-silk.dts                |  10 +-
 arch/arm64/boot/dts/renesas/Makefile              |   2 +
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi         |   1 +
 arch/arm64/boot/dts/renesas/r8a77960.dtsi         |   7 +-
 arch/arm64/boot/dts/renesas/r8a77961.dtsi         |  18 ++-
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi         |   1 -
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi        | 132 ++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r9a07g044l1.dtsi      |  25 ++++
 arch/arm64/boot/dts/renesas/r9a07g044l2-smarc.dts |  21 ++++
 arch/arm64/boot/dts/renesas/r9a07g044l2.dtsi      |  13 +++
 arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi      |  27 +++++
 include/dt-bindings/clock/r9a07g044-cpg.h         |  89 +++++++++++++++
 15 files changed, 362 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r9a07g044.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r9a07g044l1.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r9a07g044l2-smarc.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r9a07g044l2.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi
 create mode 100644 include/dt-bindings/clock/r9a07g044-cpg.h

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

  parent reply	other threads:[~2021-06-11  9:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11  9:47 [GIT PULL 0/4] Renesas ARM SoC updates for v5.14 (take two) Geert Uytterhoeven
2021-06-11  9:47 ` Geert Uytterhoeven
2021-06-11  9:47 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
2021-06-11  9:47   ` Geert Uytterhoeven
2021-06-11  9:47 ` Geert Uytterhoeven [this message]
2021-06-11  9:47   ` [GIT PULL 2/4] Renesas ARM DT " Geert Uytterhoeven
2021-06-11  9:47 ` [GIT PULL 3/4] Renesas driver updates for v5.14 Geert Uytterhoeven
2021-06-11  9:47   ` Geert Uytterhoeven
2021-06-11  9:47 ` [GIT PULL 4/4] Renesas DT binding " Geert Uytterhoeven
2021-06-11  9:47   ` Geert Uytterhoeven
2021-06-12 16:10 ` [GIT PULL 0/4] Renesas ARM SoC updates for v5.14 (take two) patchwork-bot+linux-soc

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