From patchwork Fri Feb 27 13:55:00 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tuukka.O Toivonen" X-Patchwork-Id: 9197 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n1RDtUID012388 for ; Fri, 27 Feb 2009 13:55:30 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752301AbZB0Nza (ORCPT ); Fri, 27 Feb 2009 08:55:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752325AbZB0Nza (ORCPT ); Fri, 27 Feb 2009 08:55:30 -0500 Received: from smtp.nokia.com ([192.100.122.233]:42297 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752301AbZB0Nz3 (ORCPT ); Fri, 27 Feb 2009 08:55:29 -0500 Received: from vaebh105.NOE.Nokia.com (vaebh105.europe.nokia.com [10.160.244.31]) by mgw-mx06.nokia.com (Switch-3.2.6/Switch-3.2.6) with ESMTP id n1RDsxVd019997 for ; Fri, 27 Feb 2009 15:55:23 +0200 Received: from esebh102.NOE.Nokia.com ([172.21.138.183]) by vaebh105.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 27 Feb 2009 15:55:02 +0200 Received: from mgw-int02.ntc.nokia.com ([172.21.143.97]) by esebh102.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Fri, 27 Feb 2009 15:55:02 +0200 Received: from ouped118100.nmp.nokia.com (ouped118100.nmp.nokia.com [172.23.118.100]) by mgw-int02.ntc.nokia.com (Switch-3.2.5/Switch-3.2.5) with ESMTP id n1RDt0RY008684; Fri, 27 Feb 2009 15:55:01 +0200 From: "Tuukka.O Toivonen" Organization: Nokia To: linux-omap@vger.kernel.org Subject: [PATCH] Add TWL4030 registers Date: Fri, 27 Feb 2009 15:55:00 +0200 User-Agent: KMail/1.9.6 Cc: sailus@maxwell.research.nokia.com MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200902271555.00330.tuukka.o.toivonen@nokia.com> X-OriginalArrivalTime: 27 Feb 2009 13:55:02.0142 (UTC) FILETIME=[FC6729E0:01C998E2] X-Nokia-AV: Clean Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Signed-off-by: Tuukka Toivonen --- include/linux/i2c/twl4030.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/include/linux/i2c/twl4030.h b/include/linux/i2c/twl4030.h index c89d33b..c4fe1b6 100644 --- a/include/linux/i2c/twl4030.h +++ b/include/linux/i2c/twl4030.h @@ -379,11 +379,21 @@ int twl4030_sih_setup(int module); #define TWL4030_VDAC_DEV_GRP 0x3B #define TWL4030_VDAC_DEDICATED 0x3E #define TWL4030_VAUX1_DEV_GRP 0x17 +#define TWL4030_VAUX1_TYPE 0x18 +#define TWL4030_VAUX1_REMAP 0x19 #define TWL4030_VAUX1_DEDICATED 0x1A #define TWL4030_VAUX2_DEV_GRP 0x1B +#define TWL4030_VAUX2_TYPE 0x1C +#define TWL4030_VAUX2_REMAP 0x1D #define TWL4030_VAUX2_DEDICATED 0x1E #define TWL4030_VAUX3_DEV_GRP 0x1F +#define TWL4030_VAUX3_TYPE 0x20 +#define TWL4030_VAUX3_REMAP 0x21 #define TWL4030_VAUX3_DEDICATED 0x22 +#define TWL4030_VAUX4_DEV_GRP 0x23 +#define TWL4030_VAUX4_TYPE 0x24 +#define TWL4030_VAUX4_REMAP 0x25 +#define TWL4030_VAUX4_DEDICATED 0x26 #if defined(CONFIG_TWL4030_BCI_BATTERY) || \ defined(CONFIG_TWL4030_BCI_BATTERY_MODULE)