All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Add RZ/G1N support.
@ 2018-09-11 10:12 Biju Das
  2018-09-11 10:12 ` [PATCH 01/10] dt-bindings: power: rcar-sysc: Document r8a7744 SYSC binding Biju Das
                   ` (9 more replies)
  0 siblings, 10 replies; 46+ messages in thread
From: Biju Das @ 2018-09-11 10:12 UTC (permalink / raw)
  To: Simon Horman
  Cc: Biju Das, Magnus Damm, linux-renesas-soc, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro

This patch series aims to add support for Renesas RZ/G1N (r8a7744) SoC.

RZ/G1N SoC is similar to RZ/G1M and R-Car Gen2 M2-W/M2-N SoC.

This patch set is based on renesas-devel-20180906-v4.19-rc2.

Biju Das (10):
  dt-bindings: power: rcar-sysc: Document r8a7744 SYSC binding
  dt-bindings: power: rcar-sysc: Add r8a7744 power domain index macros
  soc: renesas: rcar-sysc: Add r8a7744 support
  dt-bindings: reset: rcar-rst: Document r8a7744 reset module
  soc: renesas: rcar-rst: Add support for RZ/G1N
  dt-bindings: clock: renesas: cpg-mssr: Document r8a7744 binding
  clk: renesas: Add r8a7744 CPG Core Clock Definitions
  clk: renesas: r8a7743: Add r8a7744 support
  ARM: shmobile: r8a7744: Basic SoC support
  cpufreq: dt: Add support for r8a7744

 .../devicetree/bindings/clock/renesas,cpg-mssr.txt | 11 +++---
 .../bindings/power/renesas,rcar-sysc.txt           |  1 +
 .../devicetree/bindings/reset/renesas,rst.txt      |  1 +
 arch/arm/mach-shmobile/Kconfig                     |  5 +++
 arch/arm/mach-shmobile/setup-rcar-gen2.c           |  2 ++
 drivers/clk/renesas/Kconfig                        |  2 +-
 drivers/clk/renesas/r8a7743-cpg-mssr.c             | 13 +++++++-
 drivers/clk/renesas/renesas-cpg-mssr.c             |  5 +++
 drivers/cpufreq/cpufreq-dt-platdev.c               |  1 +
 drivers/soc/renesas/Kconfig                        |  2 +-
 drivers/soc/renesas/rcar-rst.c                     |  1 +
 drivers/soc/renesas/rcar-sysc.c                    |  2 ++
 include/dt-bindings/clock/r8a7744-cpg-mssr.h       | 39 ++++++++++++++++++++++
 include/dt-bindings/power/r8a7744-sysc.h           | 24 +++++++++++++
 14 files changed, 101 insertions(+), 8 deletions(-)
 create mode 100644 include/dt-bindings/clock/r8a7744-cpg-mssr.h
 create mode 100644 include/dt-bindings/power/r8a7744-sysc.h

-- 
2.7.4

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

end of thread, other threads:[~2018-09-26  2:34 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-11 10:12 [PATCH 00/10] Add RZ/G1N support Biju Das
2018-09-11 10:12 ` [PATCH 01/10] dt-bindings: power: rcar-sysc: Document r8a7744 SYSC binding Biju Das
2018-09-12  9:43   ` Simon Horman
2018-09-17  8:29     ` Simon Horman
2018-09-14 12:25   ` Geert Uytterhoeven
2018-09-11 10:12 ` [PATCH 02/10] dt-bindings: power: rcar-sysc: Add r8a7744 power domain index macros Biju Das
2018-09-12 10:01   ` Simon Horman
2018-09-17  8:31     ` Simon Horman
2018-09-14 12:26   ` Geert Uytterhoeven
2018-09-11 10:12 ` [PATCH 03/10] soc: renesas: rcar-sysc: Add r8a7744 support Biju Das
2018-09-12 10:04   ` Simon Horman
2018-09-17  8:34     ` Simon Horman
2018-09-14 12:29   ` Geert Uytterhoeven
2018-09-11 10:12 ` [PATCH 04/10] dt-bindings: reset: rcar-rst: Document r8a7744 reset module Biju Das
2018-09-12 10:05   ` Simon Horman
2018-09-17  8:46     ` Simon Horman
2018-09-14 12:32   ` Geert Uytterhoeven
2018-09-11 10:12 ` [PATCH 05/10] soc: renesas: rcar-rst: Add support for RZ/G1N Biju Das
2018-09-12 10:05   ` Simon Horman
2018-09-17  8:36     ` Simon Horman
2018-09-14 12:33   ` Geert Uytterhoeven
2018-09-11 10:12 ` [PATCH 06/10] dt-bindings: clock: renesas: cpg-mssr: Document r8a7744 binding Biju Das
2018-09-12 10:08   ` Simon Horman
2018-09-14 12:51   ` Geert Uytterhoeven
2018-09-11 10:12 ` [PATCH 07/10] clk: renesas: Add r8a7744 CPG Core Clock Definitions Biju Das
2018-09-12 10:09   ` Simon Horman
2018-09-14 12:55   ` Geert Uytterhoeven
2018-09-11 10:12 ` [PATCH 08/10] clk: renesas: r8a7743: Add r8a7744 support Biju Das
2018-09-12 10:11   ` Simon Horman
2018-09-14 13:00   ` Geert Uytterhoeven
2018-09-11 10:12 ` [PATCH 09/10] ARM: shmobile: r8a7744: Basic SoC support Biju Das
2018-09-11 10:12   ` Biju Das
2018-09-12 10:11   ` Simon Horman
2018-09-12 10:11     ` Simon Horman
2018-09-14 12:48   ` Geert Uytterhoeven
2018-09-14 12:48     ` Geert Uytterhoeven
2018-09-17  8:48     ` Simon Horman
2018-09-17  8:48       ` Simon Horman
2018-09-11 10:12 ` [PATCH 10/10] cpufreq: dt: Add support for r8a7744 Biju Das
2018-09-11 10:59   ` Rafael J. Wysocki
2018-09-11 11:10     ` Biju Das
2018-09-25  8:16       ` Biju Das
2018-09-25 20:22         ` Rafael J. Wysocki
2018-09-12  4:57   ` Viresh Kumar
2018-09-12 10:11   ` Simon Horman
2018-09-14 12:48   ` Geert Uytterhoeven

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.