This is a note to let you know that I've just added the patch titled
[PATCH] ARM: tegra: remove Tegra30 errata from MACH_TEGRA_DT
to the 3.2-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
arm-tegra-remove-tegra30-errata-from-mach_tegra_dt.patch
and it can be found in the queue-3.2 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From [email protected] Thu Apr 5 17:44:42 2012
From: Stephen Warren <[email protected]>
Date: Thu, 5 Apr 2012 16:50:05 -0600
Subject: [PATCH] ARM: tegra: remove Tegra30 errata from MACH_TEGRA_DT
To: [email protected]
Cc: [email protected], Stephen Warren <[email protected]>
Message-ID: <[email protected]>
From: Stephen Warren <[email protected]>
[no upstream commit match, as this is a fix for a mis-applied patch in the
previous 3.2-stable release. - gregkh]
Commit 83e4194 "ARM: tegra: select required CPU and L2 errata options"
contained two chunks; one was errata for Tegra20 (correctly applied)
and the second errata for Tegra30. The latter was accidentally applied
to the wrong config option; Tegra30 support wasn't added until v3.3,
and so the second chunk should have just been dropped. This patch does
so.
Signed-off-by: Stephen Warren <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
arch/arm/mach-tegra/Kconfig | 5 -----
1 file changed, 5 deletions(-)
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -61,11 +61,6 @@ config MACH_SEABOARD
config MACH_TEGRA_DT
bool "Generic Tegra board (FDT support)"
select USE_OF
- select ARM_ERRATA_743622
- select ARM_ERRATA_751472
- select ARM_ERRATA_754322
- select ARM_ERRATA_764369
- select PL310_ERRATA_769419 if CACHE_L2X0
help
Support for generic nVidia Tegra boards using Flattened Device Tree
Patches currently in stable-queue which might be from [email protected] are
queue-3.2/arm-tegra-remove-tegra30-errata-from-mach_tegra_dt.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html