Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1518297 > unrolled thread
| Started by | Andrey Smirnov <andrew.smirnov@gmail.com> |
|---|---|
| First post | 2016-11-09 17:50 +0100 |
| Last post | 2016-11-14 08:00 +0100 |
| Articles | 4 — 4 participants |
Back to article view | Back to linux.kernel
[PATCH] i.MX: Kconfig: Drop errata 769419 for Vybrid Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-11-09 17:50 +0100
Re: [PATCH] i.MX: Kconfig: Drop errata 769419 for Vybrid Fabio Estevam <festevam@gmail.com> - 2016-11-11 23:40 +0100
Re: [PATCH] i.MX: Kconfig: Drop errata 769419 for Vybrid Shawn Guo <shawnguo@kernel.org> - 2016-11-14 07:50 +0100
Re: [PATCH] i.MX: Kconfig: Drop errata 769419 for Vybrid Stefan Agner <stefan@agner.ch> - 2016-11-14 08:00 +0100
| From | Andrey Smirnov <andrew.smirnov@gmail.com> |
|---|---|
| Date | 2016-11-09 17:50 +0100 |
| Subject | [PATCH] i.MX: Kconfig: Drop errata 769419 for Vybrid |
| Message-ID | <sBEet-1on-13@gated-at.bofh.it> |
According to the datasheet, VF610 uses revision r3p2 of the L2C-310 block, same as i.MX6Q+, which does not require a software workaround for ARM errata 769419. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> --- arch/arm/mach-imx/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 9155b63..936c59d 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -557,7 +557,6 @@ config SOC_VF610 bool "Vybrid Family VF610 support" select ARM_GIC if ARCH_MULTI_V7 select PINCTRL_VF610 - select PL310_ERRATA_769419 if CACHE_L2X0 help This enables support for Freescale Vybrid VF610 processor. -- 2.5.5
[toc] | [next] | [standalone]
| From | Fabio Estevam <festevam@gmail.com> |
|---|---|
| Date | 2016-11-11 23:40 +0100 |
| Message-ID | <sCsEh-20Z-3@gated-at.bofh.it> |
| In reply to | #1518297 |
On Wed, Nov 9, 2016 at 2:44 PM, Andrey Smirnov <andrew.smirnov@gmail.com> wrote: > According to the datasheet, VF610 uses revision r3p2 of the L2C-310 > block, same as i.MX6Q+, which does not require a software workaround for > ARM errata 769419. > > Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
[toc] | [prev] | [next] | [standalone]
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2016-11-14 07:50 +0100 |
| Message-ID | <sDjfz-3nb-3@gated-at.bofh.it> |
| In reply to | #1518297 |
On Wed, Nov 09, 2016 at 08:44:10AM -0800, Andrey Smirnov wrote: > According to the datasheet, VF610 uses revision r3p2 of the L2C-310 > block, same as i.MX6Q+, which does not require a software workaround for > ARM errata 769419. > > Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> I updated subject prefix a bit and applied the patch. Shawn
[toc] | [prev] | [next] | [standalone]
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Date | 2016-11-14 08:00 +0100 |
| Message-ID | <sDjpf-3qJ-9@gated-at.bofh.it> |
| In reply to | #1518297 |
On 2016-11-09 17:44, Andrey Smirnov wrote: > According to the datasheet, VF610 uses revision r3p2 of the L2C-310 > block, same as i.MX6Q+, which does not require a software workaround for > ARM errata 769419. FWIW, r3p2 is also the revision according to the cache registers... Acked-by: Stefan Agner <stefan@agner.ch> -- Stefan > > Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> > --- > arch/arm/mach-imx/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig > index 9155b63..936c59d 100644 > --- a/arch/arm/mach-imx/Kconfig > +++ b/arch/arm/mach-imx/Kconfig > @@ -557,7 +557,6 @@ config SOC_VF610 > bool "Vybrid Family VF610 support" > select ARM_GIC if ARCH_MULTI_V7 > select PINCTRL_VF610 > - select PL310_ERRATA_769419 if CACHE_L2X0 > > help > This enables support for Freescale Vybrid VF610 processor.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web