All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] soc: renesas: Add support for R-Car E3
@ 2018-04-11  9:36 Yoshihiro Shimoda
  2018-04-11  9:36 ` [PATCH 1/4] soc: renesas: identify " Yoshihiro Shimoda
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Yoshihiro Shimoda @ 2018-04-11  9:36 UTC (permalink / raw)
  To: horms, magnus.damm, robh+dt, mark.rutland
  Cc: devicetree, linux-renesas-soc, Yoshihiro Shimoda

This patch is based on the renesas-drivers-2018-04-03-v4.16 tag of
renesas-drivers.git.

Takeshi Kihara (4):
  soc: renesas: identify R-Car E3
  soc: renesas: Add r8a77990 SYSC PM Domain Binding Definitions
  soc: renesas: rcar-sysc: Add support for R-Car E3 power areas
  soc: renesas: rcar-rst: Add support for R-Car E3

 .../bindings/power/renesas,rcar-sysc.txt           |  1 +
 .../devicetree/bindings/reset/renesas,rst.txt      |  1 +
 drivers/soc/renesas/Kconfig                        |  8 +++++-
 drivers/soc/renesas/Makefile                       |  1 +
 drivers/soc/renesas/r8a77990-sysc.c                | 33 ++++++++++++++++++++++
 drivers/soc/renesas/rcar-rst.c                     |  1 +
 drivers/soc/renesas/rcar-sysc.c                    |  3 ++
 drivers/soc/renesas/rcar-sysc.h                    |  1 +
 drivers/soc/renesas/renesas-soc.c                  |  8 ++++++
 include/dt-bindings/power/r8a77990-sysc.h          | 26 +++++++++++++++++
 10 files changed, 82 insertions(+), 1 deletion(-)
 create mode 100644 drivers/soc/renesas/r8a77990-sysc.c
 create mode 100644 include/dt-bindings/power/r8a77990-sysc.h

-- 
1.9.1

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

end of thread, other threads:[~2018-04-13  8:46 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-11  9:36 [PATCH 0/4] soc: renesas: Add support for R-Car E3 Yoshihiro Shimoda
2018-04-11  9:36 ` [PATCH 1/4] soc: renesas: identify " Yoshihiro Shimoda
2018-04-11 13:26   ` Geert Uytterhoeven
2018-04-12  7:48     ` Simon Horman
2018-04-11  9:36 ` [PATCH 2/4] soc: renesas: Add r8a77990 SYSC PM Domain Binding Definitions Yoshihiro Shimoda
2018-04-11 14:55   ` Geert Uytterhoeven
2018-04-12  7:50     ` Simon Horman
2018-04-11  9:36 ` [PATCH 3/4] soc: renesas: rcar-sysc: Add support for R-Car E3 power areas Yoshihiro Shimoda
2018-04-11 15:10   ` Geert Uytterhoeven
2018-04-12  7:55     ` Simon Horman
2018-04-12  8:25       ` Yoshihiro Shimoda
2018-04-12  8:25         ` Yoshihiro Shimoda
2018-04-13  8:46         ` Geert Uytterhoeven
2018-04-11  9:36 ` [PATCH 4/4] soc: renesas: rcar-rst: Add support for R-Car E3 Yoshihiro Shimoda
2018-04-11 15:18   ` Geert Uytterhoeven
2018-04-12  7:54     ` Simon Horman
2018-04-12  8:11       ` Yoshihiro Shimoda
2018-04-12  8:11         ` Yoshihiro Shimoda
2018-04-13  8:09         ` Simon Horman

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.