From patchwork Fri Oct 28 12:15:35 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 4872 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 8AD8A23E06 for ; Fri, 28 Oct 2011 12:15:56 +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 31D14A1863B for ; Fri, 28 Oct 2011 12:15:56 +0000 (UTC) Received: by faan26 with SMTP id n26so5300715faa.11 for ; Fri, 28 Oct 2011 05:15:56 -0700 (PDT) Received: by 10.223.76.27 with SMTP id a27mr5238822fak.12.1319804155942; Fri, 28 Oct 2011 05:15:55 -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.1.71 with SMTP id 7cs9046lak; Fri, 28 Oct 2011 05:15:55 -0700 (PDT) Received: by 10.14.2.7 with SMTP id 7mr214393eee.76.1319804154031; Fri, 28 Oct 2011 05:15:54 -0700 (PDT) Received: from eu1sys200aog109.obsmtp.com (eu1sys200aog109.obsmtp.com. [207.126.144.127]) by mx.google.com with SMTP id e48si2826042eea.118.2011.10.28.05.15.47 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 28 Oct 2011 05:15:53 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.127 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.127; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.127 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-eu.st.com ([164.129.1.35]) (using TLSv1) by eu1sys200aob109.postini.com ([207.126.147.11]) with SMTP; Fri, 28 Oct 2011 12:15:53 UTC Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id AAF36105; Fri, 28 Oct 2011 12:15:41 +0000 (GMT) Received: from relay2.stm.gmessaging.net (unknown [10.230.100.18]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 4E967260F; Fri, 28 Oct 2011 12:15:41 +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 F2EB6A807B; Fri, 28 Oct 2011 14:15:35 +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; Fri, 28 Oct 2011 14:15:40 +0200 From: Linus Walleij To: Samuel Ortiz , Cc: Randy Dunlap , Linus Walleij Subject: [PATCH] mfd/abx500: fix missing abx500 header file updates Date: Fri, 28 Oct 2011 14:15:35 +0200 Message-ID: <1319804135-2740-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.3.2 MIME-Version: 1.0 From: Linus Walleij I missed to include a patch adding the new silicon revision define CUT3P3 and remove the retired CUT0 versions of AB8500. Also delete the reference to the retired AB3550 from the header. Reported-by: Randy Dunlap Signed-off-by: Linus Walleij --- include/linux/mfd/abx500.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h index 896b5e4..e953b63 100644 --- a/include/linux/mfd/abx500.h +++ b/include/linux/mfd/abx500.h @@ -6,7 +6,7 @@ * * ABX500 core access functions. * The abx500 interface is used for the Analog Baseband chip - * ab3100, ab3550, ab5500, and ab8500. + * AB3100, AB5500, and AB8500. * * Author: Mattias Wallin * Author: Mattias Nilsson @@ -35,11 +35,11 @@ #define AB5500_2_1 0x22 /* AB8500 CIDs*/ -#define AB8500_CUTEARLY 0x00 #define AB8500_CUT1P0 0x10 #define AB8500_CUT1P1 0x11 #define AB8500_CUT2P0 0x20 #define AB8500_CUT3P0 0x30 +#define AB8500_CUT3P3 0x33 /* * AB3100, EVENTA1, A2 and A3 event register flags