soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/3] Renesas SoC updates for v5.15
@ 2021-07-30 13:18 Geert Uytterhoeven
  2021-07-30 13:18 ` Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2021-07-30 13:18 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

	Hi soc folks,

This is my first pull request for the inclusion of Renesas SoC updates
for v5.15.

It consists of 3 parts:

  [GIT PULL 1/3] Renesas ARM DT updates for v5.15

    - Switches support for the Draak and Ebisu development boards,
    - I2C support on RZ/G2L,
    - I2C EEPROM support on the Ebisu development board,
    - Sound support for the R-Car D3 SoC and the Draak development board,
    - Support for the new R-Car H3e-2G and M3e-2G SoCs on the Salvator-XS
      and ULCB development boards,
    - IOMMU support for DMAC, EtherAVB, and SDHI on the R-Car M3-W+ SoC,
    - Miscellaneous fixes and improvements.

  [GIT PULL 2/3] Renesas driver updates for v5.15

    - Initial support for the new R-Car H3e-2G and M3e-2G SoCs.

  [GIT PULL 3/3] Renesas DT binding updates for v5.15

    - Document support for the new R-Car H3e-2G and M3e-2G SoCs and
      boards.

Note that the first part is based on v5.14-rc2, as older versions do
not include renesas-fixes-for-v5.14-tag1.

Thanks for pulling!

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 0/3] Renesas SoC updates for v5.15
  2021-07-30 13:18 [GIT PULL 0/3] Renesas SoC updates for v5.15 Geert Uytterhoeven
@ 2021-07-30 13:18 ` Geert Uytterhoeven
  2021-07-30 13:18 ` [GIT PULL 1/3] Renesas ARM DT " Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2021-07-30 13:18 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

	Hi soc folks,

This is my first pull request for the inclusion of Renesas SoC updates
for v5.15.

It consists of 3 parts:

  [GIT PULL 1/3] Renesas ARM DT updates for v5.15

    - Switches support for the Draak and Ebisu development boards,
    - I2C support on RZ/G2L,
    - I2C EEPROM support on the Ebisu development board,
    - Sound support for the R-Car D3 SoC and the Draak development board,
    - Support for the new R-Car H3e-2G and M3e-2G SoCs on the Salvator-XS
      and ULCB development boards,
    - IOMMU support for DMAC, EtherAVB, and SDHI on the R-Car M3-W+ SoC,
    - Miscellaneous fixes and improvements.

  [GIT PULL 2/3] Renesas driver updates for v5.15

    - Initial support for the new R-Car H3e-2G and M3e-2G SoCs.

  [GIT PULL 3/3] Renesas DT binding updates for v5.15

    - Document support for the new R-Car H3e-2G and M3e-2G SoCs and
      boards.

Note that the first part is based on v5.14-rc2, as older versions do
not include renesas-fixes-for-v5.14-tag1.

Thanks for pulling!

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 1/3] Renesas ARM DT updates for v5.15
  2021-07-30 13:18 [GIT PULL 0/3] Renesas SoC updates for v5.15 Geert Uytterhoeven
  2021-07-30 13:18 ` Geert Uytterhoeven
@ 2021-07-30 13:18 ` Geert Uytterhoeven
  2021-07-30 13:18   ` Geert Uytterhoeven
  2021-08-02 13:33   ` Arnd Bergmann
  2021-07-30 13:18 ` [GIT PULL 2/3] Renesas driver " Geert Uytterhoeven
  2021-07-30 13:18 ` [GIT PULL 3/3] Renesas DT binding " Geert Uytterhoeven
  3 siblings, 2 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2021-07-30 13:18 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:

  Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)

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.15-tag1

for you to fetch changes up to 651f8cffade8615bb4fce1ecb3a929892c5e60d7:

  arm64: dts: renesas: r8a77961: Add iommus to ipmmu_ds[01] related nodes (2021-07-30 15:07:25 +0200)

----------------------------------------------------------------
Renesas ARM DT updates for v5.15

  - Switches support for the Draak and Ebisu development boards,
  - I2C support on RZ/G2L,
  - I2C EEPROM support on the Ebisu development board,
  - Sound support for the R-Car D3 SoC and the Draak development board,
  - Support for the new R-Car H3e-2G and M3e-2G SoCs on the Salvator-XS
    and ULCB development boards,
  - IOMMU support for DMAC, EtherAVB, and SDHI on the R-Car M3-W+ SoC,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Adam Ford (1):
      arm64: dts: renesas: beacon: Enable micbias

Biju Das (2):
      arm64: dts: renesas: r9a07g044: Add I2C nodes
      arm64: dts: renesas: hihope-rzg2-ex: Add EtherAVB internal rx delay

Geert Uytterhoeven (21):
      arm64: dts: renesas: salvator-x(s): Factor out HDMI1 parts
      arm64: dts: renesas: salvator-x(s): Factor out SATA parts
      arm64: dts: renesas: salvator-x(s): Factor out USB ch2 parts
      arm64: dts: renesas: salvator-xs: Factor out USB ch3 parts
      ARM: dts: r8a73a4: Remove non-functional DMA support
      ARM: dts: rzg1: Add generic compatible strings to IIC nodes
      arm64: dts: renesas: r8a774c0: Add generic compatible string to IIC node
      arm64: dts: renesas: r8a77990: Add generic compatible string to IIC node
      arm64: dts: renesas: rzg2: Rename i2c_dvfs to iic_pmic
      arm64: dts: renesas: r8a779a0: Restore sort order
      arm64: dts: renesas: r8a77995: draak: Remove bogus adv7511w properties
      arm64: dts: renesas: r8a77990: ebisu: Add I2C EEPROM for PMIC
      arm64: dts: renesas: rcar-gen3: Add SoC model to comment headers
      arm64: dts: renesas: Add Renesas R8A779M1 SoC support
      arm64: dts: renesas: Add Renesas R8A779M3 SoC support
      arm64: dts: renesas: Add support for Salvator-XS with R-Car H3e-2G
      arm64: dts: renesas: Add support for H3ULCB with R-Car H3e-2G
      arm64: dts: renesas: Add support for H3ULCB+Kingfisher with R-Car H3e-2G
      arm64: dts: renesas: Add support for Salvator-XS with R-Car M3e-2G
      arm64: dts: renesas: Add support for M3ULCB with R-Car M3e-2G
      arm64: dts: renesas: Add support for M3ULCB+Kingfisher with R-Car M3e-2G

Kuninori Morimoto (2):
      arm64: dts: renesas: r8a77995: Add R-Car Sound support
      arm64: dts: renesas: r8a77995: draak: Add R-Car Sound support

Magnus Damm (2):
      arm64: dts: renesas: r8a77995: draak: Add SW56 support
      arm64: dts: renesas: r8a77990: ebisu: Add SW4 support

Yoshihiro Shimoda (1):
      arm64: dts: renesas: r8a77961: Add iommus to ipmmu_ds[01] related nodes

 arch/arm/boot/dts/r8a73a4.dtsi                     |  44 ------
 arch/arm/boot/dts/r8a7742.dtsi                     |   4 +-
 arch/arm/boot/dts/r8a7743.dtsi                     |   4 +-
 arch/arm/boot/dts/r8a7744.dtsi                     |   4 +-
 arch/arm64/boot/dts/renesas/Makefile               |   8 +
 .../boot/dts/renesas/beacon-renesom-baseboard.dtsi |   8 +
 arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi    |   1 +
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi          |   4 +-
 arch/arm64/boot/dts/renesas/r8a774b1.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          |   8 +-
 .../arm64/boot/dts/renesas/r8a77950-salvator-x.dts |  73 ---------
 arch/arm64/boot/dts/renesas/r8a77950-ulcb-kf.dts   |   2 +-
 arch/arm64/boot/dts/renesas/r8a77950-ulcb.dts      |   2 +-
 arch/arm64/boot/dts/renesas/r8a77950.dtsi          |   2 +
 .../arm64/boot/dts/renesas/r8a77951-salvator-x.dts |  73 ---------
 .../boot/dts/renesas/r8a77951-salvator-xs.dts      | 122 ---------------
 arch/arm64/boot/dts/renesas/r8a77951-ulcb-kf.dts   |   2 +-
 arch/arm64/boot/dts/renesas/r8a77951-ulcb.dts      |   2 +-
 arch/arm64/boot/dts/renesas/r8a77951.dtsi          |   5 +
 arch/arm64/boot/dts/renesas/r8a77960-ulcb-kf.dts   |   2 +-
 arch/arm64/boot/dts/renesas/r8a77960-ulcb.dts      |   2 +-
 arch/arm64/boot/dts/renesas/r8a77961-ulcb-kf.dts   |   2 +-
 arch/arm64/boot/dts/renesas/r8a77961-ulcb.dts      |   3 +-
 arch/arm64/boot/dts/renesas/r8a77961.dtsi          |  29 ++++
 .../boot/dts/renesas/r8a77965-salvator-xs.dts      |  14 --
 arch/arm64/boot/dts/renesas/r8a77965-ulcb-kf.dts   |   2 +-
 arch/arm64/boot/dts/renesas/r8a77965-ulcb.dts      |   2 +-
 arch/arm64/boot/dts/renesas/r8a77965.dtsi          |   2 +
 arch/arm64/boot/dts/renesas/r8a77970-eagle.dts     |   2 +-
 arch/arm64/boot/dts/renesas/r8a77980-condor.dts    |   2 +-
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts     |  50 +++++-
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |   6 +-
 arch/arm64/boot/dts/renesas/r8a77995-draak.dts     | 169 ++++++++++++++++++++-
 arch/arm64/boot/dts/renesas/r8a77995.dtsi          | 158 +++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts    |   2 +-
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          |  26 ++--
 .../boot/dts/renesas/r8a779m1-salvator-xs.dts      |  53 +++++++
 arch/arm64/boot/dts/renesas/r8a779m1-ulcb-kf.dts   |  19 +++
 arch/arm64/boot/dts/renesas/r8a779m1-ulcb.dts      |  54 +++++++
 arch/arm64/boot/dts/renesas/r8a779m1.dtsi          |  12 ++
 .../boot/dts/renesas/r8a779m3-salvator-xs.dts      |  46 ++++++
 arch/arm64/boot/dts/renesas/r8a779m3-ulcb-kf.dts   |  18 +++
 arch/arm64/boot/dts/renesas/r8a779m3-ulcb.dts      |  45 ++++++
 arch/arm64/boot/dts/renesas/r8a779m3.dtsi          |  12 ++
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi         |  80 ++++++++++
 arch/arm64/boot/dts/renesas/salvator-common.dtsi   |  76 ++++++++-
 arch/arm64/boot/dts/renesas/salvator-xs.dtsi       |  56 +++++++
 47 files changed, 943 insertions(+), 371 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m1-salvator-xs.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m1-ulcb-kf.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m1-ulcb.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m1.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m3-salvator-xs.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m3-ulcb-kf.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m3-ulcb.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m3.dtsi

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 1/3] Renesas ARM DT updates for v5.15
  2021-07-30 13:18 ` [GIT PULL 1/3] Renesas ARM DT " Geert Uytterhoeven
@ 2021-07-30 13:18   ` Geert Uytterhoeven
  2021-08-02 13:33   ` Arnd Bergmann
  1 sibling, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2021-07-30 13:18 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:

  Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)

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.15-tag1

for you to fetch changes up to 651f8cffade8615bb4fce1ecb3a929892c5e60d7:

  arm64: dts: renesas: r8a77961: Add iommus to ipmmu_ds[01] related nodes (2021-07-30 15:07:25 +0200)

----------------------------------------------------------------
Renesas ARM DT updates for v5.15

  - Switches support for the Draak and Ebisu development boards,
  - I2C support on RZ/G2L,
  - I2C EEPROM support on the Ebisu development board,
  - Sound support for the R-Car D3 SoC and the Draak development board,
  - Support for the new R-Car H3e-2G and M3e-2G SoCs on the Salvator-XS
    and ULCB development boards,
  - IOMMU support for DMAC, EtherAVB, and SDHI on the R-Car M3-W+ SoC,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Adam Ford (1):
      arm64: dts: renesas: beacon: Enable micbias

Biju Das (2):
      arm64: dts: renesas: r9a07g044: Add I2C nodes
      arm64: dts: renesas: hihope-rzg2-ex: Add EtherAVB internal rx delay

Geert Uytterhoeven (21):
      arm64: dts: renesas: salvator-x(s): Factor out HDMI1 parts
      arm64: dts: renesas: salvator-x(s): Factor out SATA parts
      arm64: dts: renesas: salvator-x(s): Factor out USB ch2 parts
      arm64: dts: renesas: salvator-xs: Factor out USB ch3 parts
      ARM: dts: r8a73a4: Remove non-functional DMA support
      ARM: dts: rzg1: Add generic compatible strings to IIC nodes
      arm64: dts: renesas: r8a774c0: Add generic compatible string to IIC node
      arm64: dts: renesas: r8a77990: Add generic compatible string to IIC node
      arm64: dts: renesas: rzg2: Rename i2c_dvfs to iic_pmic
      arm64: dts: renesas: r8a779a0: Restore sort order
      arm64: dts: renesas: r8a77995: draak: Remove bogus adv7511w properties
      arm64: dts: renesas: r8a77990: ebisu: Add I2C EEPROM for PMIC
      arm64: dts: renesas: rcar-gen3: Add SoC model to comment headers
      arm64: dts: renesas: Add Renesas R8A779M1 SoC support
      arm64: dts: renesas: Add Renesas R8A779M3 SoC support
      arm64: dts: renesas: Add support for Salvator-XS with R-Car H3e-2G
      arm64: dts: renesas: Add support for H3ULCB with R-Car H3e-2G
      arm64: dts: renesas: Add support for H3ULCB+Kingfisher with R-Car H3e-2G
      arm64: dts: renesas: Add support for Salvator-XS with R-Car M3e-2G
      arm64: dts: renesas: Add support for M3ULCB with R-Car M3e-2G
      arm64: dts: renesas: Add support for M3ULCB+Kingfisher with R-Car M3e-2G

Kuninori Morimoto (2):
      arm64: dts: renesas: r8a77995: Add R-Car Sound support
      arm64: dts: renesas: r8a77995: draak: Add R-Car Sound support

Magnus Damm (2):
      arm64: dts: renesas: r8a77995: draak: Add SW56 support
      arm64: dts: renesas: r8a77990: ebisu: Add SW4 support

Yoshihiro Shimoda (1):
      arm64: dts: renesas: r8a77961: Add iommus to ipmmu_ds[01] related nodes

 arch/arm/boot/dts/r8a73a4.dtsi                     |  44 ------
 arch/arm/boot/dts/r8a7742.dtsi                     |   4 +-
 arch/arm/boot/dts/r8a7743.dtsi                     |   4 +-
 arch/arm/boot/dts/r8a7744.dtsi                     |   4 +-
 arch/arm64/boot/dts/renesas/Makefile               |   8 +
 .../boot/dts/renesas/beacon-renesom-baseboard.dtsi |   8 +
 arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi    |   1 +
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi          |   4 +-
 arch/arm64/boot/dts/renesas/r8a774b1.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          |   8 +-
 .../arm64/boot/dts/renesas/r8a77950-salvator-x.dts |  73 ---------
 arch/arm64/boot/dts/renesas/r8a77950-ulcb-kf.dts   |   2 +-
 arch/arm64/boot/dts/renesas/r8a77950-ulcb.dts      |   2 +-
 arch/arm64/boot/dts/renesas/r8a77950.dtsi          |   2 +
 .../arm64/boot/dts/renesas/r8a77951-salvator-x.dts |  73 ---------
 .../boot/dts/renesas/r8a77951-salvator-xs.dts      | 122 ---------------
 arch/arm64/boot/dts/renesas/r8a77951-ulcb-kf.dts   |   2 +-
 arch/arm64/boot/dts/renesas/r8a77951-ulcb.dts      |   2 +-
 arch/arm64/boot/dts/renesas/r8a77951.dtsi          |   5 +
 arch/arm64/boot/dts/renesas/r8a77960-ulcb-kf.dts   |   2 +-
 arch/arm64/boot/dts/renesas/r8a77960-ulcb.dts      |   2 +-
 arch/arm64/boot/dts/renesas/r8a77961-ulcb-kf.dts   |   2 +-
 arch/arm64/boot/dts/renesas/r8a77961-ulcb.dts      |   3 +-
 arch/arm64/boot/dts/renesas/r8a77961.dtsi          |  29 ++++
 .../boot/dts/renesas/r8a77965-salvator-xs.dts      |  14 --
 arch/arm64/boot/dts/renesas/r8a77965-ulcb-kf.dts   |   2 +-
 arch/arm64/boot/dts/renesas/r8a77965-ulcb.dts      |   2 +-
 arch/arm64/boot/dts/renesas/r8a77965.dtsi          |   2 +
 arch/arm64/boot/dts/renesas/r8a77970-eagle.dts     |   2 +-
 arch/arm64/boot/dts/renesas/r8a77980-condor.dts    |   2 +-
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts     |  50 +++++-
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |   6 +-
 arch/arm64/boot/dts/renesas/r8a77995-draak.dts     | 169 ++++++++++++++++++++-
 arch/arm64/boot/dts/renesas/r8a77995.dtsi          | 158 +++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts    |   2 +-
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          |  26 ++--
 .../boot/dts/renesas/r8a779m1-salvator-xs.dts      |  53 +++++++
 arch/arm64/boot/dts/renesas/r8a779m1-ulcb-kf.dts   |  19 +++
 arch/arm64/boot/dts/renesas/r8a779m1-ulcb.dts      |  54 +++++++
 arch/arm64/boot/dts/renesas/r8a779m1.dtsi          |  12 ++
 .../boot/dts/renesas/r8a779m3-salvator-xs.dts      |  46 ++++++
 arch/arm64/boot/dts/renesas/r8a779m3-ulcb-kf.dts   |  18 +++
 arch/arm64/boot/dts/renesas/r8a779m3-ulcb.dts      |  45 ++++++
 arch/arm64/boot/dts/renesas/r8a779m3.dtsi          |  12 ++
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi         |  80 ++++++++++
 arch/arm64/boot/dts/renesas/salvator-common.dtsi   |  76 ++++++++-
 arch/arm64/boot/dts/renesas/salvator-xs.dtsi       |  56 +++++++
 47 files changed, 943 insertions(+), 371 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m1-salvator-xs.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m1-ulcb-kf.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m1-ulcb.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m1.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m3-salvator-xs.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m3-ulcb-kf.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m3-ulcb.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m3.dtsi

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 2/3] Renesas driver updates for v5.15
  2021-07-30 13:18 [GIT PULL 0/3] Renesas SoC updates for v5.15 Geert Uytterhoeven
  2021-07-30 13:18 ` Geert Uytterhoeven
  2021-07-30 13:18 ` [GIT PULL 1/3] Renesas ARM DT " Geert Uytterhoeven
@ 2021-07-30 13:18 ` Geert Uytterhoeven
  2021-07-30 13:18   ` Geert Uytterhoeven
  2021-08-02 13:34   ` Arnd Bergmann
  2021-07-30 13:18 ` [GIT PULL 3/3] Renesas DT binding " Geert Uytterhoeven
  3 siblings, 2 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2021-07-30 13:18 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v5.15-tag1

for you to fetch changes up to bfe6b5590ce6cab81b3ee51b4541bd1d0b18b3b2:

  soc: renesas: Identify R-Car H3e-2G and M3e-2G (2021-07-27 09:27:19 +0200)

----------------------------------------------------------------
Renesas driver updates for v5.15

  - Initial support for the new R-Car H3e-2G and M3e-2G SoCs.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      soc: renesas: Identify R-Car H3e-2G and M3e-2G

 drivers/soc/renesas/Kconfig       | 2 ++
 drivers/soc/renesas/renesas-soc.c | 4 ++++
 2 files changed, 6 insertions(+)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 2/3] Renesas driver updates for v5.15
  2021-07-30 13:18 ` [GIT PULL 2/3] Renesas driver " Geert Uytterhoeven
@ 2021-07-30 13:18   ` Geert Uytterhoeven
  2021-08-02 13:34   ` Arnd Bergmann
  1 sibling, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2021-07-30 13:18 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v5.15-tag1

for you to fetch changes up to bfe6b5590ce6cab81b3ee51b4541bd1d0b18b3b2:

  soc: renesas: Identify R-Car H3e-2G and M3e-2G (2021-07-27 09:27:19 +0200)

----------------------------------------------------------------
Renesas driver updates for v5.15

  - Initial support for the new R-Car H3e-2G and M3e-2G SoCs.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      soc: renesas: Identify R-Car H3e-2G and M3e-2G

 drivers/soc/renesas/Kconfig       | 2 ++
 drivers/soc/renesas/renesas-soc.c | 4 ++++
 2 files changed, 6 insertions(+)

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 3/3] Renesas DT binding updates for v5.15
  2021-07-30 13:18 [GIT PULL 0/3] Renesas SoC updates for v5.15 Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2021-07-30 13:18 ` [GIT PULL 2/3] Renesas driver " Geert Uytterhoeven
@ 2021-07-30 13:18 ` Geert Uytterhoeven
  2021-07-30 13:18   ` Geert Uytterhoeven
  2021-08-02 13:34   ` Arnd Bergmann
  3 siblings, 2 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2021-07-30 13:18 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v5.15-tag1

for you to fetch changes up to 3e82868e8523d5426f76866863704b02adacac3e:

  dt-bindings: arm: renesas: Document R-Car H3e-2G and M3e-2G SoCs and boards (2021-07-27 09:26:16 +0200)

----------------------------------------------------------------
Renesas DT binding updates for v5.15

  - Document support for the new R-Car H3e-2G and M3e-2G SoCs and
    boards.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      dt-bindings: arm: renesas: Document R-Car H3e-2G and M3e-2G SoCs and boards

 Documentation/devicetree/bindings/arm/renesas.yaml | 50 +++++++++++++++++-----
 1 file changed, 39 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [GIT PULL 3/3] Renesas DT binding updates for v5.15
  2021-07-30 13:18 ` [GIT PULL 3/3] Renesas DT binding " Geert Uytterhoeven
@ 2021-07-30 13:18   ` Geert Uytterhoeven
  2021-08-02 13:34   ` Arnd Bergmann
  1 sibling, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2021-07-30 13:18 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v5.15-tag1

for you to fetch changes up to 3e82868e8523d5426f76866863704b02adacac3e:

  dt-bindings: arm: renesas: Document R-Car H3e-2G and M3e-2G SoCs and boards (2021-07-27 09:26:16 +0200)

----------------------------------------------------------------
Renesas DT binding updates for v5.15

  - Document support for the new R-Car H3e-2G and M3e-2G SoCs and
    boards.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      dt-bindings: arm: renesas: Document R-Car H3e-2G and M3e-2G SoCs and boards

 Documentation/devicetree/bindings/arm/renesas.yaml | 50 +++++++++++++++++-----
 1 file changed, 39 insertions(+), 11 deletions(-)

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL 1/3] Renesas ARM DT updates for v5.15
  2021-07-30 13:18 ` [GIT PULL 1/3] Renesas ARM DT " Geert Uytterhoeven
  2021-07-30 13:18   ` Geert Uytterhoeven
@ 2021-08-02 13:33   ` Arnd Bergmann
  2021-08-02 13:33     ` Arnd Bergmann
  1 sibling, 1 reply; 14+ messages in thread
From: Arnd Bergmann @ 2021-08-02 13:33 UTC (permalink / raw)
  To: soc, Geert Uytterhoeven, arm-soc
  Cc: Arnd Bergmann, Magnus Damm, linux-renesas-soc, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 30 Jul 2021 15:18:54 +0200, Geert Uytterhoeven wrote:
> The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:
> 
>   Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)
> 
> 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.15-tag1
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 272614ec1b6bde9ab56bf8c9a71c4ff9ccf2eff8

       Arnd

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL 1/3] Renesas ARM DT updates for v5.15
  2021-08-02 13:33   ` Arnd Bergmann
@ 2021-08-02 13:33     ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2021-08-02 13:33 UTC (permalink / raw)
  To: soc, Geert Uytterhoeven, arm-soc
  Cc: Arnd Bergmann, Magnus Damm, linux-renesas-soc, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 30 Jul 2021 15:18:54 +0200, Geert Uytterhoeven wrote:
> The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:
> 
>   Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)
> 
> 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.15-tag1
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 272614ec1b6bde9ab56bf8c9a71c4ff9ccf2eff8

       Arnd

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL 3/3] Renesas DT binding updates for v5.15
  2021-07-30 13:18 ` [GIT PULL 3/3] Renesas DT binding " Geert Uytterhoeven
  2021-07-30 13:18   ` Geert Uytterhoeven
@ 2021-08-02 13:34   ` Arnd Bergmann
  2021-08-02 13:34     ` Arnd Bergmann
  1 sibling, 1 reply; 14+ messages in thread
From: Arnd Bergmann @ 2021-08-02 13:34 UTC (permalink / raw)
  To: soc, Geert Uytterhoeven, arm-soc
  Cc: Arnd Bergmann, Magnus Damm, linux-renesas-soc, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 30 Jul 2021 15:18:56 +0200, Geert Uytterhoeven wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v5.15-tag1
> 
> [...]

Merged into arm/dt, thanks!

merge commit: c4994975132eb2488ad1259c273812ae38f5fccd

       Arnd

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL 3/3] Renesas DT binding updates for v5.15
  2021-08-02 13:34   ` Arnd Bergmann
@ 2021-08-02 13:34     ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2021-08-02 13:34 UTC (permalink / raw)
  To: soc, Geert Uytterhoeven, arm-soc
  Cc: Arnd Bergmann, Magnus Damm, linux-renesas-soc, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 30 Jul 2021 15:18:56 +0200, Geert Uytterhoeven wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v5.15-tag1
> 
> [...]

Merged into arm/dt, thanks!

merge commit: c4994975132eb2488ad1259c273812ae38f5fccd

       Arnd

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL 2/3] Renesas driver updates for v5.15
  2021-07-30 13:18 ` [GIT PULL 2/3] Renesas driver " Geert Uytterhoeven
  2021-07-30 13:18   ` Geert Uytterhoeven
@ 2021-08-02 13:34   ` Arnd Bergmann
  2021-08-02 13:34     ` Arnd Bergmann
  1 sibling, 1 reply; 14+ messages in thread
From: Arnd Bergmann @ 2021-08-02 13:34 UTC (permalink / raw)
  To: soc, Geert Uytterhoeven, arm-soc
  Cc: Arnd Bergmann, Magnus Damm, linux-arm-kernel, linux-renesas-soc

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 30 Jul 2021 15:18:55 +0200, Geert Uytterhoeven wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v5.15-tag1
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: b6e952c35267b8da9a402f2f0c9ea23d5d929774

       Arnd

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [GIT PULL 2/3] Renesas driver updates for v5.15
  2021-08-02 13:34   ` Arnd Bergmann
@ 2021-08-02 13:34     ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2021-08-02 13:34 UTC (permalink / raw)
  To: soc, Geert Uytterhoeven, arm-soc
  Cc: Arnd Bergmann, Magnus Damm, linux-arm-kernel, linux-renesas-soc

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 30 Jul 2021 15:18:55 +0200, Geert Uytterhoeven wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v5.15-tag1
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: b6e952c35267b8da9a402f2f0c9ea23d5d929774

       Arnd

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-08-02 13:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30 13:18 [GIT PULL 0/3] Renesas SoC updates for v5.15 Geert Uytterhoeven
2021-07-30 13:18 ` Geert Uytterhoeven
2021-07-30 13:18 ` [GIT PULL 1/3] Renesas ARM DT " Geert Uytterhoeven
2021-07-30 13:18   ` Geert Uytterhoeven
2021-08-02 13:33   ` Arnd Bergmann
2021-08-02 13:33     ` Arnd Bergmann
2021-07-30 13:18 ` [GIT PULL 2/3] Renesas driver " Geert Uytterhoeven
2021-07-30 13:18   ` Geert Uytterhoeven
2021-08-02 13:34   ` Arnd Bergmann
2021-08-02 13:34     ` Arnd Bergmann
2021-07-30 13:18 ` [GIT PULL 3/3] Renesas DT binding " Geert Uytterhoeven
2021-07-30 13:18   ` Geert Uytterhoeven
2021-08-02 13:34   ` Arnd Bergmann
2021-08-02 13:34     ` Arnd Bergmann

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