All of 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 1/3] Renesas ARM DT updates for v5.20 (take two)
Date: Fri,  8 Jul 2022 13:26:34 +0200	[thread overview]
Message-ID: <cover.1657278845.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1657278843.git.geert+renesas@glider.be>

The following changes since commit 3c7742a45c170430001c5a1767d9dd76686dc14d:

  ARM: dts: rza2mevb: Fix LED node names (2022-06-17 09:46:20 +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.20-tag2

for you to fetch changes up to fec6d133cee53971841159c33e95b17b421dd0a1:

  arm64: dts: renesas: Add panel overlay for Draak and Ebisu boards (2022-07-07 11:05:00 +0200)

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

  - Ethernet MAC and switch support for the RZ/N1 SoC on the RZN1D-DB
    development board,
  - AA1024XD12 panel overlay support for the Draak, Ebisu, and
    Salvator-X(S) development boards,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Chris Paterson (1):
      arm64: dts: renesas: r9a07g054l2-smarc: Correct SoC name in comment

Clément Léger (5):
      ARM: dts: r9a06g032: Describe MII converter
      ARM: dts: r9a06g032: Describe GMAC2
      ARM: dts: r9a06g032: Describe switch
      dt-bindings: net: pcs: add bindings for Renesas RZ/N1 MII converter
      ARM: dts: r9a06g032-rzn1d400-db: Add switch description

Geert Uytterhoeven (3):
      arm64: dts: renesas: r8a779m8: Drop operating points above 1.5 GHz
      ARM: dts: renesas: Fix DA9063 watchdog subnode names
      arm64: dts: renesas: spider-cpu: Fix scif0/scif3 sort order

Laurent Pinchart (3):
      arm64: dts: renesas: Prepare AA1024XD12 panel .dtsi for overlay support
      arm64: dts: renesas: Add panel overlay for Salvator-X(S) boards
      arm64: dts: renesas: Add panel overlay for Draak and Ebisu boards

 .../bindings/net/pcs/renesas,rzn1-miic.yaml        | 171 +++++++++++++++++++++
 arch/arm/boot/dts/r8a7790-lager.dts                |   2 +-
 arch/arm/boot/dts/r8a7790-stout.dts                |   2 +-
 arch/arm/boot/dts/r8a7791-koelsch.dts              |   2 +-
 arch/arm/boot/dts/r8a7791-porter.dts               |   2 +-
 arch/arm/boot/dts/r8a7792-blanche.dts              |   2 +-
 arch/arm/boot/dts/r8a7793-gose.dts                 |   2 +-
 arch/arm/boot/dts/r8a7794-alt.dts                  |   2 +-
 arch/arm/boot/dts/r8a7794-silk.dts                 |   2 +-
 arch/arm/boot/dts/r8a77xx-aa104xd12-panel.dtsi     |  39 -----
 arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts        | 115 ++++++++++++++
 arch/arm/boot/dts/r9a06g032.dtsi                   | 108 +++++++++++++
 arch/arm64/boot/dts/renesas/Makefile               |   3 +
 .../dts/renesas/draak-ebisu-panel-aa104xd12.dts    |  36 +++++
 arch/arm64/boot/dts/renesas/panel-aa104xd12.dtsi   |  30 ++++
 .../boot/dts/renesas/r8a779f0-spider-cpu.dtsi      |  18 +--
 arch/arm64/boot/dts/renesas/r8a779m8.dtsi          |   5 +
 arch/arm64/boot/dts/renesas/r9a07g054l2-smarc.dts  |   2 +-
 .../boot/dts/renesas/salvator-panel-aa104xd12.dts  |  36 +++++
 include/dt-bindings/net/pcs-rzn1-miic.h            |  33 ++++
 20 files changed, 555 insertions(+), 57 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/pcs/renesas,rzn1-miic.yaml
 delete mode 100644 arch/arm/boot/dts/r8a77xx-aa104xd12-panel.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/draak-ebisu-panel-aa104xd12.dts
 create mode 100644 arch/arm64/boot/dts/renesas/panel-aa104xd12.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/salvator-panel-aa104xd12.dts
 create mode 100644 include/dt-bindings/net/pcs-rzn1-miic.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 1/3] Renesas ARM DT updates for v5.20 (take two)
Date: Fri,  8 Jul 2022 13:26:34 +0200	[thread overview]
Message-ID: <cover.1657278845.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1657278843.git.geert+renesas@glider.be>

The following changes since commit 3c7742a45c170430001c5a1767d9dd76686dc14d:

  ARM: dts: rza2mevb: Fix LED node names (2022-06-17 09:46:20 +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.20-tag2

for you to fetch changes up to fec6d133cee53971841159c33e95b17b421dd0a1:

  arm64: dts: renesas: Add panel overlay for Draak and Ebisu boards (2022-07-07 11:05:00 +0200)

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

  - Ethernet MAC and switch support for the RZ/N1 SoC on the RZN1D-DB
    development board,
  - AA1024XD12 panel overlay support for the Draak, Ebisu, and
    Salvator-X(S) development boards,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Chris Paterson (1):
      arm64: dts: renesas: r9a07g054l2-smarc: Correct SoC name in comment

Clément Léger (5):
      ARM: dts: r9a06g032: Describe MII converter
      ARM: dts: r9a06g032: Describe GMAC2
      ARM: dts: r9a06g032: Describe switch
      dt-bindings: net: pcs: add bindings for Renesas RZ/N1 MII converter
      ARM: dts: r9a06g032-rzn1d400-db: Add switch description

Geert Uytterhoeven (3):
      arm64: dts: renesas: r8a779m8: Drop operating points above 1.5 GHz
      ARM: dts: renesas: Fix DA9063 watchdog subnode names
      arm64: dts: renesas: spider-cpu: Fix scif0/scif3 sort order

Laurent Pinchart (3):
      arm64: dts: renesas: Prepare AA1024XD12 panel .dtsi for overlay support
      arm64: dts: renesas: Add panel overlay for Salvator-X(S) boards
      arm64: dts: renesas: Add panel overlay for Draak and Ebisu boards

 .../bindings/net/pcs/renesas,rzn1-miic.yaml        | 171 +++++++++++++++++++++
 arch/arm/boot/dts/r8a7790-lager.dts                |   2 +-
 arch/arm/boot/dts/r8a7790-stout.dts                |   2 +-
 arch/arm/boot/dts/r8a7791-koelsch.dts              |   2 +-
 arch/arm/boot/dts/r8a7791-porter.dts               |   2 +-
 arch/arm/boot/dts/r8a7792-blanche.dts              |   2 +-
 arch/arm/boot/dts/r8a7793-gose.dts                 |   2 +-
 arch/arm/boot/dts/r8a7794-alt.dts                  |   2 +-
 arch/arm/boot/dts/r8a7794-silk.dts                 |   2 +-
 arch/arm/boot/dts/r8a77xx-aa104xd12-panel.dtsi     |  39 -----
 arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts        | 115 ++++++++++++++
 arch/arm/boot/dts/r9a06g032.dtsi                   | 108 +++++++++++++
 arch/arm64/boot/dts/renesas/Makefile               |   3 +
 .../dts/renesas/draak-ebisu-panel-aa104xd12.dts    |  36 +++++
 arch/arm64/boot/dts/renesas/panel-aa104xd12.dtsi   |  30 ++++
 .../boot/dts/renesas/r8a779f0-spider-cpu.dtsi      |  18 +--
 arch/arm64/boot/dts/renesas/r8a779m8.dtsi          |   5 +
 arch/arm64/boot/dts/renesas/r9a07g054l2-smarc.dts  |   2 +-
 .../boot/dts/renesas/salvator-panel-aa104xd12.dts  |  36 +++++
 include/dt-bindings/net/pcs-rzn1-miic.h            |  33 ++++
 20 files changed, 555 insertions(+), 57 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/pcs/renesas,rzn1-miic.yaml
 delete mode 100644 arch/arm/boot/dts/r8a77xx-aa104xd12-panel.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/draak-ebisu-panel-aa104xd12.dts
 create mode 100644 arch/arm64/boot/dts/renesas/panel-aa104xd12.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/salvator-panel-aa104xd12.dts
 create mode 100644 include/dt-bindings/net/pcs-rzn1-miic.h

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

  reply	other threads:[~2022-07-08 11:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-08 11:26 [GIT PULL 0/3] Renesas SoC updates for v5.20 (take two) Geert Uytterhoeven
2022-07-08 11:26 ` Geert Uytterhoeven
2022-07-08 11:26 ` Geert Uytterhoeven [this message]
2022-07-08 11:26   ` [GIT PULL 1/3] Renesas ARM DT " Geert Uytterhoeven
2022-07-08 11:26 ` [GIT PULL 2/3] Renesas ARM SoC updates for v5.20 Geert Uytterhoeven
2022-07-08 11:26   ` Geert Uytterhoeven
2022-07-08 11:26 ` [GIT PULL 3/3] Renesas DT binding updates for v5.20 (take two) Geert Uytterhoeven
2022-07-08 11:26   ` Geert Uytterhoeven
2022-07-08 12:00 ` [GIT PULL 0/3] Renesas SoC " 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.1657278845.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.