linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] omap: pandora: enable twl4030 charger
@ 2010-10-01  9:53 Grazvydas Ignotas
  2010-10-01 23:08 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Grazvydas Ignotas @ 2010-10-01  9:53 UTC (permalink / raw)
  To: linux-omap; +Cc: Tony Lindgren, Grazvydas Ignotas

Add platform data to make use of newly added charging driver.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
---
Now that the charger driver is in power_supply battery.git,
I'd love to have it working in next Linus kernel.

 arch/arm/mach-omap2/board-omap3pandora.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c
index f24528e..ed1dde3 100644
--- a/arch/arm/mach-omap2/board-omap3pandora.c
+++ b/arch/arm/mach-omap2/board-omap3pandora.c
@@ -533,6 +533,8 @@ static struct twl4030_codec_data omap3pandora_codec_data = {
 	.audio = &omap3pandora_audio_data,
 };
 
+static struct twl4030_bci_platform_data pandora_bci_data;
+
 static struct twl4030_platform_data omap3pandora_twldata = {
 	.irq_base	= TWL4030_IRQ_BASE,
 	.irq_end	= TWL4030_IRQ_END,
@@ -548,6 +550,7 @@ static struct twl4030_platform_data omap3pandora_twldata = {
 	.vaux4		= &pandora_vaux4,
 	.vsim		= &pandora_vsim,
 	.keypad		= &pandora_kp_data,
+	.bci		= &pandora_bci_data,
 };
 
 static struct i2c_board_info __initdata omap3pandora_i2c_boardinfo[] = {
-- 
1.6.3.3


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

* Re: [PATCH] omap: pandora: enable twl4030 charger
  2010-10-01  9:53 [PATCH] omap: pandora: enable twl4030 charger Grazvydas Ignotas
@ 2010-10-01 23:08 ` Tony Lindgren
  2010-10-02 13:28   ` Grazvydas Ignotas
  0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2010-10-01 23:08 UTC (permalink / raw)
  To: Grazvydas Ignotas; +Cc: linux-omap

* Grazvydas Ignotas <notasas@gmail.com> [101001 02:44]:
> Add platform data to make use of newly added charging driver.

Thanks, I'll queue this for the upcoming merge window.

Grazvydas (and others too), can you please always Cc linux-arm-kernel
mailing list too on your arch/arm/*omap*/ patches, that way I don't need
to repost them before merging?

Regards,

Tony 

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

* Re: [PATCH] omap: pandora: enable twl4030 charger
  2010-10-01 23:08 ` Tony Lindgren
@ 2010-10-02 13:28   ` Grazvydas Ignotas
  0 siblings, 0 replies; 3+ messages in thread
From: Grazvydas Ignotas @ 2010-10-02 13:28 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap

On Sat, Oct 2, 2010 at 2:08 AM, Tony Lindgren <tony@atomide.com> wrote:
> * Grazvydas Ignotas <notasas@gmail.com> [101001 02:44]:
>> Add platform data to make use of newly added charging driver.
>
> Thanks, I'll queue this for the upcoming merge window.
>
> Grazvydas (and others too), can you please always Cc linux-arm-kernel
> mailing list too on your arch/arm/*omap*/ patches, that way I don't need
> to repost them before merging?

ok, will do from now on.

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

end of thread, other threads:[~2010-10-02 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01  9:53 [PATCH] omap: pandora: enable twl4030 charger Grazvydas Ignotas
2010-10-01 23:08 ` Tony Lindgren
2010-10-02 13:28   ` Grazvydas Ignotas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).