public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add TWL4030 registers
@ 2009-02-27 13:55 Tuukka.O Toivonen
  2009-02-27 17:07 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Tuukka.O Toivonen @ 2009-02-27 13:55 UTC (permalink / raw)
  To: linux-omap; +Cc: sailus

Signed-off-by: Tuukka Toivonen <tuukka.o.toivonen@nokia.com>
---
 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)
-- 
1.5.4.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add TWL4030 registers
  2009-02-27 13:55 [PATCH] Add TWL4030 registers Tuukka.O Toivonen
@ 2009-02-27 17:07 ` Tony Lindgren
  2009-03-02  6:24   ` Tuukka.O Toivonen
  0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2009-02-27 17:07 UTC (permalink / raw)
  To: Tuukka.O Toivonen; +Cc: linux-omap, sailus

* Tuukka.O Toivonen <tuukka.o.toivonen@nokia.com> [090227 05:57]:
> Signed-off-by: Tuukka Toivonen <tuukka.o.toivonen@nokia.com>
> ---
>  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)

Tuukka, please post this to the associated driver mailings lists to get
this integrated. Basically please send to Samuel Ortiz and Cc LKML and
l-o.

Regards,

Tony

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] Add TWL4030 registers
  2009-02-27 17:07 ` Tony Lindgren
@ 2009-03-02  6:24   ` Tuukka.O Toivonen
  0 siblings, 0 replies; 3+ messages in thread
From: Tuukka.O Toivonen @ 2009-03-02  6:24 UTC (permalink / raw)
  To: sameo
  Cc: linux-omap@vger.kernel.org, sailus@maxwell.research.nokia.com,
	linux-kernel


Signed-off-by: Tuukka Toivonen <tuukka.o.toivonen@nokia.com>
---
 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)
-- 
1.5.2.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-02  6:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-27 13:55 [PATCH] Add TWL4030 registers Tuukka.O Toivonen
2009-02-27 17:07 ` Tony Lindgren
2009-03-02  6:24   ` Tuukka.O Toivonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox