public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM:OMAP: Enable MADC on Overo
@ 2009-05-30 13:43 Steve Sakoman
  2009-06-02 17:40 ` [APPLIED] " Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Sakoman @ 2009-05-30 13:43 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org

diff --git a/arch/arm/mach-omap2/board-overo.c
b/arch/arm/mach-omap2/board-overo.c
index 48f9932..ce84ee7 100644
--- a/arch/arm/mach-omap2/board-overo.c
+++ b/arch/arm/mach-omap2/board-overo.c
@@ -340,10 +340,15 @@ static struct regulator_init_data overo_vmmc1 = {

 /* mmc2 (WLAN) and Bluetooth don't use twl4030 regulators */

+static struct twl4030_madc_platform_data overo_madc_data = {
+	.irq_line	= 1,
+};
+
 static struct twl4030_platform_data overo_twldata = {
 	.irq_base	= TWL4030_IRQ_BASE,
 	.irq_end	= TWL4030_IRQ_END,
 	.gpio		= &overo_gpio_data,
+	.madc		= &overo_madc_data,
 	.usb		= &overo_usb_data,
 	.power		= GENERIC3430_T2SCRIPTS_DATA,
 	.vmmc1		= &overo_vmmc1,

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

* [APPLIED] [PATCH] ARM:OMAP: Enable MADC on Overo
  2009-05-30 13:43 [PATCH] ARM:OMAP: Enable MADC on Overo Steve Sakoman
@ 2009-06-02 17:40 ` Tony Lindgren
  2009-06-02 17:42   ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2009-06-02 17:40 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Initial commit ID (Likely to change): e0d36db80568c16474d6f6f6cd142ac505506b51

PatchWorks
http://patchwork.kernel.org/patch/27051/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=e0d36db80568c16474d6f6f6cd142ac505506b51



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

* Re: [APPLIED] [PATCH] ARM:OMAP: Enable MADC on Overo
  2009-06-02 17:40 ` [APPLIED] " Tony Lindgren
@ 2009-06-02 17:42   ` Tony Lindgren
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2009-06-02 17:42 UTC (permalink / raw)
  To: linux-omap

* Tony Lindgren <tony@atomide.com> [090602 10:40]:
> This patch has been applied to the linux-omap
> by youw fwiendly patch wobot.

Oops, this one is missing the description and Signed-off-by,
please repost.

Tony
 
> Initial commit ID (Likely to change): e0d36db80568c16474d6f6f6cd142ac505506b51
> 
> PatchWorks
> http://patchwork.kernel.org/patch/27051/
> 
> Git (Likely to change, and takes a while to get mirrored)
> http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=e0d36db80568c16474d6f6f6cd142ac505506b51
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2009-06-02 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-30 13:43 [PATCH] ARM:OMAP: Enable MADC on Overo Steve Sakoman
2009-06-02 17:40 ` [APPLIED] " Tony Lindgren
2009-06-02 17:42   ` Tony Lindgren

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