[GIT PULL 3/4] Renesas driver updates for v5.10 (take two)

Geert Uytterhoeven geert+renesas at glider.be
Fri Sep 18 08:47:59 EDT 2020


The following changes since commit 464d9b349be634bd12978f2554b2b0198e56399d:

  soc: renesas: Align driver description titles (2020-09-01 10:22:16 +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.10-tag2

for you to fetch changes up to 1b4298f000064cc20540a565d249914c60597550:

  soc: renesas: r8a779a0-sysc: Add r8a779a0 support (2020-09-16 08:57:31 +0200)

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

  - Add core support for the R-Car V3U (R8A779A0) SoC, including System
    Controller (SYSC) and Reset (RST) support,
  - Various Kconfig cleanups.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      Merge tag 'renesas-r8a779a0-dt-binding-defs-tag' into renesas-drivers-for-v5.10

Kuninori Morimoto (2):
      soc: renesas: Use ARM32/ARM64 for menu description
      soc: renesas: Sort driver description title

Yoshihiro Shimoda (5):
      dt-bindings: power: Add r8a779a0 SYSC power domain definitions
      dt-bindings: clock: Add r8a779a0 CPG Core Clock Definitions
      soc: renesas: Identify R-Car V3U
      soc: renesas: rcar-rst: Add support for R-Car V3U
      soc: renesas: r8a779a0-sysc: Add r8a779a0 support

 drivers/soc/renesas/Kconfig                   | 346 ++++++++++----------
 drivers/soc/renesas/Makefile                  |   1 +
 drivers/soc/renesas/r8a779a0-sysc.c           | 448 ++++++++++++++++++++++++++
 drivers/soc/renesas/rcar-rst.c                |   6 +
 drivers/soc/renesas/renesas-soc.c             |   8 +
 include/dt-bindings/clock/r8a779a0-cpg-mssr.h |  55 ++++
 include/dt-bindings/power/r8a779a0-sysc.h     |  59 ++++
 7 files changed, 754 insertions(+), 169 deletions(-)
 create mode 100644 drivers/soc/renesas/r8a779a0-sysc.c
 create mode 100644 include/dt-bindings/clock/r8a779a0-cpg-mssr.h
 create mode 100644 include/dt-bindings/power/r8a779a0-sysc.h



More information about the linux-arm-kernel mailing list