* [PATCH] ARM: mstar: Select ARM_ERRATA_814220
@ 2022-02-23 6:48 ` Daniel Palmer
0 siblings, 0 replies; 5+ messages in thread
From: Daniel Palmer @ 2022-02-23 6:48 UTC (permalink / raw)
To: soc, arnd, olof, romain.perier
Cc: linux-arm-kernel, linux-kernel, Daniel Palmer
All of the SoCs that are supported so far are Cortex A7 r0p5.
So it seems like this errata is present.
Signed-off-by: Daniel Palmer <daniel@0x0f.com>
---
Arnd/Olof: Please apply this directly if acceptable.
I don't think we'll have enough for a PR.
arch/arm/mach-mstar/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-mstar/Kconfig b/arch/arm/mach-mstar/Kconfig
index 647355a94aa9..cd0e949a4f69 100644
--- a/arch/arm/mach-mstar/Kconfig
+++ b/arch/arm/mach-mstar/Kconfig
@@ -1,6 +1,7 @@
menuconfig ARCH_MSTARV7
bool "MStar/Sigmastar Armv7 SoC Support"
depends on ARCH_MULTI_V7
+ select ARM_ERRATA_814220
select ARM_GIC
select ARM_HEAVY_MB
select MST_IRQ
--
2.35.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] ARM: mstar: Select ARM_ERRATA_814220
@ 2022-02-23 6:48 ` Daniel Palmer
0 siblings, 0 replies; 5+ messages in thread
From: Daniel Palmer @ 2022-02-23 6:48 UTC (permalink / raw)
To: soc, arnd, olof, romain.perier
Cc: linux-arm-kernel, linux-kernel, Daniel Palmer
All of the SoCs that are supported so far are Cortex A7 r0p5.
So it seems like this errata is present.
Signed-off-by: Daniel Palmer <daniel@0x0f.com>
---
Arnd/Olof: Please apply this directly if acceptable.
I don't think we'll have enough for a PR.
arch/arm/mach-mstar/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-mstar/Kconfig b/arch/arm/mach-mstar/Kconfig
index 647355a94aa9..cd0e949a4f69 100644
--- a/arch/arm/mach-mstar/Kconfig
+++ b/arch/arm/mach-mstar/Kconfig
@@ -1,6 +1,7 @@
menuconfig ARCH_MSTARV7
bool "MStar/Sigmastar Armv7 SoC Support"
depends on ARCH_MULTI_V7
+ select ARM_ERRATA_814220
select ARM_GIC
select ARM_HEAVY_MB
select MST_IRQ
--
2.35.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: mstar: Select ARM_ERRATA_814220
2022-02-23 6:48 ` Daniel Palmer
@ 2022-02-23 9:47 ` Romain Perier
-1 siblings, 0 replies; 5+ messages in thread
From: Romain Perier @ 2022-02-23 9:47 UTC (permalink / raw)
To: Daniel Palmer
Cc: SoC Team, Arnd Bergmann, Olof Johansson, linux-arm-kernel,
Linux Kernel Mailing List
Hi,
Le mer. 23 févr. 2022 à 07:48, Daniel Palmer <daniel@0x0f.com> a écrit :
>
> All of the SoCs that are supported so far are Cortex A7 r0p5.
> So it seems like this errata is present.
>
> Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Reviewed-by: Romain Perier <romain.perier@gmail.com>
Regards,
Romain
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: mstar: Select ARM_ERRATA_814220
@ 2022-02-23 9:47 ` Romain Perier
0 siblings, 0 replies; 5+ messages in thread
From: Romain Perier @ 2022-02-23 9:47 UTC (permalink / raw)
To: Daniel Palmer
Cc: SoC Team, Arnd Bergmann, Olof Johansson, linux-arm-kernel,
Linux Kernel Mailing List
Hi,
Le mer. 23 févr. 2022 à 07:48, Daniel Palmer <daniel@0x0f.com> a écrit :
>
> All of the SoCs that are supported so far are Cortex A7 r0p5.
> So it seems like this errata is present.
>
> Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Reviewed-by: Romain Perier <romain.perier@gmail.com>
Regards,
Romain
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: mstar: Select ARM_ERRATA_814220
2022-02-23 6:48 ` Daniel Palmer
(?)
(?)
@ 2022-02-25 17:21 ` patchwork-bot+linux-soc
-1 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2022-02-25 17:21 UTC (permalink / raw)
To: Daniel Palmer; +Cc: soc
Hello:
This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Wed, 23 Feb 2022 15:48:07 +0900 you wrote:
> All of the SoCs that are supported so far are Cortex A7 r0p5.
> So it seems like this errata is present.
>
> Signed-off-by: Daniel Palmer <daniel@0x0f.com>
> ---
> Arnd/Olof: Please apply this directly if acceptable.
> I don't think we'll have enough for a PR.
>
> [...]
Here is the summary with links:
- ARM: mstar: Select ARM_ERRATA_814220
https://git.kernel.org/soc/soc/c/16018c0d27ed
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-02-25 17:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-23 6:48 [PATCH] ARM: mstar: Select ARM_ERRATA_814220 Daniel Palmer
2022-02-23 6:48 ` Daniel Palmer
2022-02-23 9:47 ` Romain Perier
2022-02-23 9:47 ` Romain Perier
2022-02-25 17:21 ` patchwork-bot+linux-soc
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.