From patchwork Thu Sep 22 12:16:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 4262 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id A559E23F6E for ; Thu, 22 Sep 2011 12:20:29 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 9907EA1865C for ; Thu, 22 Sep 2011 12:20:29 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id 23so3756598fxe.11 for ; Thu, 22 Sep 2011 05:20:29 -0700 (PDT) Received: by 10.223.61.66 with SMTP id s2mr2952464fah.27.1316693998710; Thu, 22 Sep 2011 05:19:58 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.18.198 with SMTP id y6cs165873lad; Thu, 22 Sep 2011 05:19:58 -0700 (PDT) Received: by 10.14.18.207 with SMTP id l55mr376516eel.42.1316693997795; Thu, 22 Sep 2011 05:19:57 -0700 (PDT) Received: from eu1sys200aog112.obsmtp.com (eu1sys200aog112.obsmtp.com. [207.126.144.133]) by mx.google.com with SMTP id w3si2480203eem.80.2011.09.22.05.19.51 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Sep 2011 05:19:57 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.133 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.133; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.133 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) smtp.mail=linus.walleij@stericsson.com Received: from beta.dmz-us.st.com ([167.4.1.35]) (using TLSv1) by eu1sys200aob112.postini.com ([207.126.147.11]) with SMTP ID DSNKTnsnKZZL2qv3hofHc2sFtQ/dI/UXkN1l@postini.com; Thu, 22 Sep 2011 12:19:57 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.16.71]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id F3BC141; Thu, 22 Sep 2011 12:16:37 +0000 (GMT) Received: from relay2.stm.gmessaging.net (unknown [10.230.100.18]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id 823E54A; Thu, 22 Sep 2011 12:16:37 +0000 (GMT) Received: from exdcvycastm004.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm004", Issuer "exdcvycastm004" (not verified)) by relay2.stm.gmessaging.net (Postfix) with ESMTPS id 0A1A7A8094; Thu, 22 Sep 2011 14:16:32 +0200 (CEST) Received: from localhost.localdomain (10.230.100.153) by smtp.stericsson.com (10.230.100.2) with Microsoft SMTP Server (TLS) id 8.3.83.0; Thu, 22 Sep 2011 14:16:36 +0200 From: Linus Walleij To: Cc: Lee Jones , srinidhi kasagar , , Linus Walleij Subject: [PATCH 1/2] ARM: mach-ux500: enable fix for ARM errata 754322 Date: Thu, 22 Sep 2011 14:16:26 +0200 Message-ID: <1316693786-18623-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.3.2 MIME-Version: 1.0 From: srinidhi kasagar This applies ARM errata fix 754322 for all ux500 platforms. Cc: stable@kernel.org Signed-off-by: srinidhi kasagar Signed-off-by: Linus Walleij --- arch/arm/mach-ux500/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 4210cb4..a3e0c86 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -6,6 +6,7 @@ config UX500_SOC_COMMON select ARM_GIC select HAS_MTU select ARM_ERRATA_753970 + select ARM_ERRATA_754322 menu "Ux500 SoC"