linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/2] Renesas SoC updates for v5.15 (take two)
@ 2021-08-13 10:22 Geert Uytterhoeven
  2021-08-13 10:22 ` [GIT PULL 1/2] Renesas ARM DT " Geert Uytterhoeven
  2021-08-13 10:22 ` [GIT PULL 2/2] Renesas driver " Geert Uytterhoeven
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2021-08-13 10:22 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

	Hi soc folks,

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

It consists of two parts:

  [GIT PULL 1/2] Renesas ARM DT updates for v5.15 (take two)

    - Pin control, ADC, and CANFD support for the RZ/G2L SoC,
    - Add interrupt-names properties to the Renesas RZ/A and RZ/G2L I2C
      Bus Interface.

  [GIT PULL 2/2] Renesas driver updates for v5.15 (take two)

    - Prefer memcpy() over strcpy().

Note that the first part includes another update (append-only) to the
Renesas RZ/G2L DT Binding Definitions, which are shared by driver and DT
source files, and thus included in multiple pull requests:
  - "[GIT PULL] clk: renesas: Updates for v5.15" (for clk),
  - "[GIT PULL 1/2] Renesas ARM DT updates for v5.15 (take two)" (for
    soc).

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] 3+ messages in thread

* [GIT PULL 1/2] Renesas ARM DT updates for v5.15 (take two)
  2021-08-13 10:22 [GIT PULL 0/2] Renesas SoC updates for v5.15 (take two) Geert Uytterhoeven
@ 2021-08-13 10:22 ` Geert Uytterhoeven
  2021-08-13 10:22 ` [GIT PULL 2/2] Renesas driver " Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2021-08-13 10:22 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 651f8cffade8615bb4fce1ecb3a929892c5e60d7:

  arm64: dts: renesas: r8a77961: Add iommus to ipmmu_ds[01] related nodes (2021-07-30 15:07:25 +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.15-tag2

for you to fetch changes up to 13bf92e6dec0e2be1ef0c7dd483f2d8b34eaa905:

  dt-bindings: i2c: renesas,riic: Make interrupt-names required (2021-08-12 12:43:41 +0200)

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

  - Pin control, ADC, and CANFD support for the RZ/G2L SoC,
  - Add interrupt-names properties to the Renesas RZ/A and RZ/G2L I2C
    Bus Interface.

----------------------------------------------------------------
Geert Uytterhoeven (5):
      Merge tag 'renesas-r9a07g044-dt-binding-defs-tag2' into HEAD
      dt-bindings: i2c: renesas,riic: Add interrupt-names
      ARM: dts: rza: Add I2C interrupt-names
      arm64: dts: renesas: r9a07g044: Add I2C interrupt-names
      dt-bindings: i2c: renesas,riic: Make interrupt-names required

Lad Prabhakar (4):
      dt-bindings: clock: r9a07g044-cpg: Add entry for P0_DIV2 core clock
      arm64: dts: renesas: r9a07g044: Add pinctrl node
      arm64: dts: renesas: r9a07g044: Add ADC node
      arm64: dts: renesas: r9a07g044: Add CANFD node

 .../devicetree/bindings/i2c/renesas,riic.yaml      |  30 ++++--
 arch/arm/boot/dts/r7s72100.dtsi                    |   8 ++
 arch/arm/boot/dts/r7s9210.dtsi                     |   8 ++
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi         | 104 +++++++++++++++++++++
 include/dt-bindings/clock/r9a07g044-cpg.h          |   1 +
 5 files changed, 143 insertions(+), 8 deletions(-)

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

* [GIT PULL 2/2] Renesas driver updates for v5.15 (take two)
  2021-08-13 10:22 [GIT PULL 0/2] Renesas SoC updates for v5.15 (take two) Geert Uytterhoeven
  2021-08-13 10:22 ` [GIT PULL 1/2] Renesas ARM DT " Geert Uytterhoeven
@ 2021-08-13 10:22 ` Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2021-08-13 10:22 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit bfe6b5590ce6cab81b3ee51b4541bd1d0b18b3b2:

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

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

for you to fetch changes up to 148bcca9ad0488d623aa36b21ac152bb056a1ae4:

  soc: renesas: Prefer memcpy() over strcpy() (2021-08-12 12:36:57 +0200)

----------------------------------------------------------------
Renesas driver updates for v5.15 (take two)

  - Prefer memcpy() over strcpy().

----------------------------------------------------------------
Len Baker (1):
      soc: renesas: Prefer memcpy() over strcpy()

 drivers/soc/renesas/r8a779a0-sysc.c | 6 ++++--
 drivers/soc/renesas/rcar-sysc.c     | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13 10:22 [GIT PULL 0/2] Renesas SoC updates for v5.15 (take two) Geert Uytterhoeven
2021-08-13 10:22 ` [GIT PULL 1/2] Renesas ARM DT " Geert Uytterhoeven
2021-08-13 10:22 ` [GIT PULL 2/2] Renesas driver " Geert Uytterhoeven

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