All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 8/9] ARM: shmobile: select errata 798181 for SoCs with CA15 cores
Date: Fri,  4 Nov 2016 10:44:42 +0100	[thread overview]
Message-ID: <44c1a893820d3ce4806c5248ad0c0fa7ffcbe380.1478251657.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1478251657.git.horms+renesas@verge.net.au>

Select ARM errata 798181 on SoCs cores affected CA15 cores.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/mach-shmobile/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index c48be1d332ed..6fbd9b7d2d67 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -60,6 +60,7 @@ config ARCH_R7S72100
 config ARCH_R8A73A4
 	bool "R-Mobile APE6 (R8A73A40)"
 	select ARCH_RMOBILE
+	select ARM_ERRATA_798181 if SMP
 	select RENESAS_IRQC
 
 config ARCH_R8A7740
@@ -70,6 +71,7 @@ config ARCH_R8A7740
 config ARCH_R8A7743
 	bool "RZ/G1M (R8A77430)"
 	select ARCH_RCAR_GEN2
+	select ARM_ERRATA_798181 if SMP
 
 config ARCH_R8A7778
 	bool "R-Car M1A (R8A77781)"
@@ -82,20 +84,24 @@ config ARCH_R8A7779
 config ARCH_R8A7790
 	bool "R-Car H2 (R8A77900)"
 	select ARCH_RCAR_GEN2
+	select ARM_ERRATA_798181 if SMP
 	select I2C
 
 config ARCH_R8A7791
 	bool "R-Car M2-W (R8A77910)"
 	select ARCH_RCAR_GEN2
+	select ARM_ERRATA_798181 if SMP
 	select I2C
 
 config ARCH_R8A7792
 	bool "R-Car V2H (R8A77920)"
 	select ARCH_RCAR_GEN2
+	select ARM_ERRATA_798181 if SMP
 
 config ARCH_R8A7793
 	bool "R-Car M2-N (R8A7793)"
 	select ARCH_RCAR_GEN2
+	select ARM_ERRATA_798181 if SMP
 	select I2C
 
 config ARCH_R8A7794
-- 
2.7.0.rc3.207.g0ac5344

WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 8/9] ARM: shmobile: select errata 798181 for SoCs with CA15 cores
Date: Fri,  4 Nov 2016 10:44:42 +0100	[thread overview]
Message-ID: <44c1a893820d3ce4806c5248ad0c0fa7ffcbe380.1478251657.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1478251657.git.horms+renesas@verge.net.au>

Select ARM errata 798181 on SoCs cores affected CA15 cores.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/mach-shmobile/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index c48be1d332ed..6fbd9b7d2d67 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -60,6 +60,7 @@ config ARCH_R7S72100
 config ARCH_R8A73A4
 	bool "R-Mobile APE6 (R8A73A40)"
 	select ARCH_RMOBILE
+	select ARM_ERRATA_798181 if SMP
 	select RENESAS_IRQC
 
 config ARCH_R8A7740
@@ -70,6 +71,7 @@ config ARCH_R8A7740
 config ARCH_R8A7743
 	bool "RZ/G1M (R8A77430)"
 	select ARCH_RCAR_GEN2
+	select ARM_ERRATA_798181 if SMP
 
 config ARCH_R8A7778
 	bool "R-Car M1A (R8A77781)"
@@ -82,20 +84,24 @@ config ARCH_R8A7779
 config ARCH_R8A7790
 	bool "R-Car H2 (R8A77900)"
 	select ARCH_RCAR_GEN2
+	select ARM_ERRATA_798181 if SMP
 	select I2C
 
 config ARCH_R8A7791
 	bool "R-Car M2-W (R8A77910)"
 	select ARCH_RCAR_GEN2
+	select ARM_ERRATA_798181 if SMP
 	select I2C
 
 config ARCH_R8A7792
 	bool "R-Car V2H (R8A77920)"
 	select ARCH_RCAR_GEN2
+	select ARM_ERRATA_798181 if SMP
 
 config ARCH_R8A7793
 	bool "R-Car M2-N (R8A7793)"
 	select ARCH_RCAR_GEN2
+	select ARM_ERRATA_798181 if SMP
 	select I2C
 
 config ARCH_R8A7794
-- 
2.7.0.rc3.207.g0ac5344

  parent reply	other threads:[~2016-11-04  9:45 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-04  9:44 [GIT PULL] Renesas ARM Based SoC Updates for v4.10 Simon Horman
2016-11-04  9:44 ` Simon Horman
2016-11-04  9:44 ` [PATCH 1/9] ARM: shmobile: Sort Kconfig selections Simon Horman
2016-11-04  9:44   ` Simon Horman
2016-11-04  9:44 ` [PATCH 2/9] ARM: shmobile: only call rcar_gen2_clocks_init() if present Simon Horman
2016-11-04  9:44   ` Simon Horman
2016-11-04  9:44 ` [PATCH 3/9] ARM: shmobile: r8a7743: basic SoC support Simon Horman
2016-11-04  9:44   ` Simon Horman
2016-11-04  9:44 ` [PATCH 4/9] ARM: shmobile: document SK-RZG1M board Simon Horman
2016-11-04  9:44   ` Simon Horman
2016-11-04  9:44 ` [PATCH 5/9] ARM: shmobile: r8a7794/alt: Add board part number to DT bindings Simon Horman
2016-11-04  9:44   ` Simon Horman
2016-11-04  9:44 ` [PATCH 6/9] ARM: shmobile: r8a7793/gose: " Simon Horman
2016-11-04  9:44   ` Simon Horman
2016-11-04  9:44 ` [PATCH 7/9] ARM: shmobile: Consolidate R8A7743 and R8A779[234] machine definitions Simon Horman
2016-11-04  9:44   ` Simon Horman
2016-11-04  9:44 ` Simon Horman [this message]
2016-11-04  9:44   ` [PATCH 8/9] ARM: shmobile: select errata 798181 for SoCs with CA15 cores Simon Horman
2016-11-04  9:44 ` [PATCH 9/9] ARM: shmobile: r8a7779/marzen: Add board part number to DT bindings Simon Horman
2016-11-04  9:44   ` Simon Horman
2016-11-18  1:41 ` [GIT PULL] Renesas ARM Based SoC Updates for v4.10 Olof Johansson
2016-11-18  1:41   ` Olof Johansson

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=44c1a893820d3ce4806c5248ad0c0fa7ffcbe380.1478251657.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.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.