All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Simon Horman <horms@verge.net.au>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Cc: "linux-renesas-soc@vger.kernel.org" <linux-renesas-soc@vger.kernel.org>
Subject: [PATCH 2/2] arm64: add Renesas R8A77980 support
Date: Wed, 31 Jan 2018 22:59:03 +0300	[thread overview]
Message-ID: <4bf1d0e3-7389-cd24-ff6a-c750d8ea42d6@cogentembedded.com> (raw)
In-Reply-To: <fbdd08a3-1ab3-8e70-20f1-d9c41493b11c@cogentembedded.com>

Add a configuration option for the R-Car V3H (R8A77980) SoC.

Based on the original (and large) patch by Vladimir Barinov.

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
 arch/arm64/Kconfig.platforms |    6 ++++++
 1 file changed, 6 insertions(+)

Index: renesas/arch/arm64/Kconfig.platforms
===================================================================
--- renesas.orig/arch/arm64/Kconfig.platforms
+++ renesas/arch/arm64/Kconfig.platforms
@@ -195,6 +195,12 @@ config ARCH_R8A77970
 	help
 	  This enables support for the Renesas R-Car V3M SoC.
 
+config ARCH_R8A77980
+	bool "Renesas R-Car V3H SoC Platform"
+	depends on ARCH_RENESAS
+	help
+	  This enables support for the Renesas R-Car V3H SoC.
+
 config ARCH_R8A77995
 	bool "Renesas R-Car D3 SoC Platform"
 	depends on ARCH_RENESAS

WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] arm64: add Renesas R8A77980 support
Date: Wed, 31 Jan 2018 22:59:03 +0300	[thread overview]
Message-ID: <4bf1d0e3-7389-cd24-ff6a-c750d8ea42d6@cogentembedded.com> (raw)
In-Reply-To: <fbdd08a3-1ab3-8e70-20f1-d9c41493b11c@cogentembedded.com>

Add a configuration option for the R-Car V3H (R8A77980) SoC.

Based on the original (and large) patch by Vladimir Barinov.

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
 arch/arm64/Kconfig.platforms |    6 ++++++
 1 file changed, 6 insertions(+)

Index: renesas/arch/arm64/Kconfig.platforms
===================================================================
--- renesas.orig/arch/arm64/Kconfig.platforms
+++ renesas/arch/arm64/Kconfig.platforms
@@ -195,6 +195,12 @@ config ARCH_R8A77970
 	help
 	  This enables support for the Renesas R-Car V3M SoC.
 
+config ARCH_R8A77980
+	bool "Renesas R-Car V3H SoC Platform"
+	depends on ARCH_RENESAS
+	help
+	  This enables support for the Renesas R-Car V3H SoC.
+
 config ARCH_R8A77995
 	bool "Renesas R-Car D3 SoC Platform"
 	depends on ARCH_RENESAS

  parent reply	other threads:[~2018-01-31 19:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-31 19:54 [PATCH 0/2] Add initial support for R-Car V3H (R8A77980) Sergei Shtylyov
2018-01-31 19:54 ` Sergei Shtylyov
     [not found] ` <fbdd08a3-1ab3-8e70-20f1-d9c41493b11c-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2018-01-31 19:56   ` [PATCH 1/2] DT: arm: shmobile: document R8A77980 SoC bindings Sergei Shtylyov
2018-01-31 19:56     ` Sergei Shtylyov
     [not found]     ` <d238e77a-e304-1fca-7ca6-bb99f6e55a68-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2018-02-01 20:01       ` Geert Uytterhoeven
2018-02-01 20:01         ` Geert Uytterhoeven
     [not found]         ` <CAMuHMdUJtCjkSGFTWKhCgCmfDsA7hQ+T=-dZwaeLEZ2L1qvGJw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-02-02  8:51           ` Simon Horman
2018-02-02  8:51             ` Simon Horman
2018-02-05  6:08             ` Rob Herring
2018-02-05  8:24               ` Simon Horman
2018-02-05  8:24                 ` Simon Horman
2018-01-31 19:59 ` Sergei Shtylyov [this message]
2018-01-31 19:59   ` [PATCH 2/2] arm64: add Renesas R8A77980 support Sergei Shtylyov
2018-02-01 20:02   ` Geert Uytterhoeven
2018-02-01 20:02     ` Geert Uytterhoeven
2018-02-02  8:56     ` Simon Horman
2018-02-02  8:56       ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4bf1d0e3-7389-cd24-ff6a-c750d8ea42d6@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=catalin.marinas@arm.com \
    --cc=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.