From patchwork Tue Oct 11 08:49:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 4608 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 DAFEF23DEE for ; Tue, 11 Oct 2011 08:49:42 +0000 (UTC) Received: from mail-gx0-f180.google.com (mail-gx0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id A20A6A18310 for ; Tue, 11 Oct 2011 08:49:42 +0000 (UTC) Received: by ggni2 with SMTP id i2so8459087ggn.11 for ; Tue, 11 Oct 2011 01:49:42 -0700 (PDT) Received: by 10.223.85.139 with SMTP id o11mr38275489fal.0.1318322981871; Tue, 11 Oct 2011 01:49:41 -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.24.41 with SMTP id r9cs150373laf; Tue, 11 Oct 2011 01:49:41 -0700 (PDT) Received: by 10.213.114.136 with SMTP id e8mr125062ebq.43.1318322981395; Tue, 11 Oct 2011 01:49:41 -0700 (PDT) Received: from eu1sys200aog106.obsmtp.com (eu1sys200aog106.obsmtp.com. [207.126.144.121]) by mx.google.com with SMTP id f50si4142107eec.11.2011.10.11.01.49.38 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 11 Oct 2011 01:49:41 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.121 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.121; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.121 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 eu1sys200aob106.postini.com ([207.126.147.11]) with SMTP; Tue, 11 Oct 2011 08:49:41 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 7C71D1DD; Tue, 11 Oct 2011 08:49:36 +0000 (GMT) Received: from relay1.stm.gmessaging.net (unknown [10.230.100.17]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id ECAD81D19; Tue, 11 Oct 2011 08:49:35 +0000 (GMT) Received: from exdcvycastm003.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm003", Issuer "exdcvycastm003" (not verified)) by relay1.stm.gmessaging.net (Postfix) with ESMTPS id B769624C07D; Tue, 11 Oct 2011 10:49:29 +0200 (CEST) Received: from localhost.localdomain (10.230.100.153) by smtp.stericsson.com (10.230.100.1) with Microsoft SMTP Server (TLS) id 8.3.83.0; Tue, 11 Oct 2011 10:49:34 +0200 From: Linus Walleij To: Samuel Ortiz , Cc: Lee Jones , Mattias Wallin , Linus Walleij Subject: [PATCH 2/4] mfd/ab8500-core: Add support for ab8500 v3.3 Date: Tue, 11 Oct 2011 10:49:32 +0200 Message-ID: <1318322972-11470-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.3.2 MIME-Version: 1.0 From: Mattias Wallin This patch adds support for ab8500 cut 3, MetalFix 3 or v3.3. Signed-off-by: Mattias Wallin Reviewed-by: Jonas Aaberg Signed-off-by: Linus Walleij --- drivers/mfd/ab8500-core.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index eb238ee..14ee189 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c @@ -849,6 +849,7 @@ int __devinit ab8500_init(struct ab8500 *ab8500) case AB8500_CUT1P1: case AB8500_CUT2P0: case AB8500_CUT3P0: + case AB8500_CUT3P3: dev_info(ab8500->dev, "detected chip, revision: %#x\n", value); break; default: