public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/7] usb: musb: TWL6030: Selecting TWL6030_USB transceiver
@ 2010-12-08  0:11 Hema HK
  0 siblings, 0 replies; 5+ messages in thread
From: Hema HK @ 2010-12-08  0:11 UTC (permalink / raw)
  To: linux-omap, linux-usb-owner; +Cc: Hema HK, Felipe Balbi, Tony Lindgren

Selecting the twl6030-usb for OMAP4430SDP and OMAP4 PANDA board and
adding OMAP4 internal phy code for compilation

Signed-off-by: Hema HK <hemahk@ti.com>
Cc: Felipe Balbi <balbi@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
---
 arch/arm/mach-omap2/Makefile |    1 +
 drivers/usb/musb/Kconfig     |    1 +
 2 files changed, 2 insertions(+)

Index: linux-2.6/arch/arm/mach-omap2/Makefile
===================================================================
--- linux-2.6.orig/arch/arm/mach-omap2/Makefile
+++ linux-2.6/arch/arm/mach-omap2/Makefile
@@ -180,6 +180,7 @@ obj-$(CONFIG_MACH_SBC3530)		+= board-oma
 usbfs-$(CONFIG_ARCH_OMAP_OTG)		:= usb-fs.o
 obj-y					+= $(usbfs-m) $(usbfs-y)
 obj-y					+= usb-musb.o
+obj-$(CONFIG_TWL6030_USB)		+= omap_phy_internal.o
 obj-$(CONFIG_MACH_OMAP2_TUSB6010)	+= usb-tusb6010.o
 obj-y					+= usb-ehci.o
 
Index: linux-2.6/drivers/usb/musb/Kconfig
===================================================================
--- linux-2.6.orig/drivers/usb/musb/Kconfig
+++ linux-2.6/drivers/usb/musb/Kconfig
@@ -12,6 +12,7 @@ config USB_MUSB_HDRC
 	depends on (ARM || (BF54x && !BF544) || (BF52x && !BF522 && !BF523))
 	select NOP_USB_XCEIV if (ARCH_DAVINCI || MACH_OMAP3EVM || BLACKFIN)
 	select TWL4030_USB if MACH_OMAP_3430SDP
+	select TWL4030_USB if (MACH_OMAP_3430SDP || MACH_OMAP4_PANDA)
 	select USB_OTG_UTILS
 	tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)'
 	help

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

* [PATCH 5/7] usb: musb: TWL6030: Selecting TWL6030_USB transceiver
@ 2010-12-08  8:30 Hema HK
  0 siblings, 0 replies; 5+ messages in thread
From: Hema HK @ 2010-12-08  8:30 UTC (permalink / raw)
  To: linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA
  Cc: Hema HK, Felipe Balbi, Tony Lindgren

Selecting the twl6030-usb for OMAP4430SDP and OMAP4 PANDA board and
adding OMAP4 internal PHY code for compilation

Signed-off-by: Hema HK <hemahk-l0cyMroinI0@public.gmane.org>
Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
Cc: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
---
 arch/arm/mach-omap2/Makefile |    1 +
 drivers/usb/musb/Kconfig     |    1 +
 2 files changed, 2 insertions(+)

Index: linux-2.6/arch/arm/mach-omap2/Makefile
===================================================================
--- linux-2.6.orig/arch/arm/mach-omap2/Makefile
+++ linux-2.6/arch/arm/mach-omap2/Makefile
@@ -168,9 +168,11 @@ obj-$(CONFIG_MACH_IGEP0030)		+= board-ig
 obj-$(CONFIG_MACH_OMAP3_TOUCHBOOK)	+= board-omap3touchbook.o \
 					   hsmmc.o
 obj-$(CONFIG_MACH_OMAP_4430SDP)		+= board-4430sdp.o \
-					   hsmmc.o
+					   hsmmc.o \
+					   omap_phy_internal.o
 obj-$(CONFIG_MACH_OMAP4_PANDA)		+= board-omap4panda.o \
-					   hsmmc.o
+					   hsmmc.o \
+					   omap_phy_internal.o
 
 obj-$(CONFIG_MACH_OMAP3517EVM)		+= board-am3517evm.o
 
Index: linux-2.6/drivers/usb/musb/Kconfig
===================================================================
--- linux-2.6.orig/drivers/usb/musb/Kconfig
+++ linux-2.6/drivers/usb/musb/Kconfig
@@ -12,6 +12,7 @@ config USB_MUSB_HDRC
 	depends on (ARM || (BF54x && !BF544) || (BF52x && !BF522 && !BF523))
 	select NOP_USB_XCEIV if (ARCH_DAVINCI || MACH_OMAP3EVM || BLACKFIN)
 	select TWL4030_USB if MACH_OMAP_3430SDP
+	select TWL6030_USB if (MACH_OMAP_4430SDP || MACH_OMAP4_PANDA)
 	select USB_OTG_UTILS
 	tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)'
 	help
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 5/7] usb: musb: TWL6030: Selecting TWL6030_USB transceiver
@ 2010-12-08 16:02 Hema HK
  2010-12-08 16:03 ` Sergei Shtylyov
  0 siblings, 1 reply; 5+ messages in thread
From: Hema HK @ 2010-12-08 16:02 UTC (permalink / raw)
  To: linux-usb, linux-omap; +Cc: Hema HK, Felipe Balbi, Tony Lindgren

Selecting the twl6030-usb for OMAP4430SDP and OMAP4 PANDA board and
adding OMAP4 internal phy code for compilation

Signed-off-by: Hema HK <hemahk@ti.com>
Cc: Felipe Balbi <balbi@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
---
 arch/arm/mach-omap2/Makefile |    1 +
 drivers/usb/musb/Kconfig     |    1 +
 2 files changed, 2 insertions(+)

Index: linux-2.6/arch/arm/mach-omap2/Makefile
===================================================================
--- linux-2.6.orig/arch/arm/mach-omap2/Makefile
+++ linux-2.6/arch/arm/mach-omap2/Makefile
@@ -180,6 +180,7 @@ obj-$(CONFIG_MACH_SBC3530)		+= board-oma
 usbfs-$(CONFIG_ARCH_OMAP_OTG)		:= usb-fs.o
 obj-y					+= $(usbfs-m) $(usbfs-y)
 obj-y					+= usb-musb.o
+obj-$(CONFIG_TWL6030_USB)		+= omap_phy_internal.o
 obj-$(CONFIG_MACH_OMAP2_TUSB6010)	+= usb-tusb6010.o
 obj-y					+= usb-ehci.o
 
Index: linux-2.6/drivers/usb/musb/Kconfig
===================================================================
--- linux-2.6.orig/drivers/usb/musb/Kconfig
+++ linux-2.6/drivers/usb/musb/Kconfig
@@ -12,6 +12,7 @@ config USB_MUSB_HDRC
 	depends on (ARM || (BF54x && !BF544) || (BF52x && !BF522 && !BF523))
 	select NOP_USB_XCEIV if (ARCH_DAVINCI || MACH_OMAP3EVM || BLACKFIN)
 	select TWL4030_USB if MACH_OMAP_3430SDP
+	select TWL6030_USB if (MACH_OMAP_3430SDP || MACH_OMAP4_PANDA)
 	select USB_OTG_UTILS
 	tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)'
 	help

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

* Re: [PATCH 5/7] usb: musb: TWL6030: Selecting TWL6030_USB transceiver
  2010-12-08 16:02 [PATCH 5/7] usb: musb: TWL6030: Selecting TWL6030_USB transceiver Hema HK
@ 2010-12-08 16:03 ` Sergei Shtylyov
       [not found]   ` <4CFFAC6F.9000808-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Sergei Shtylyov @ 2010-12-08 16:03 UTC (permalink / raw)
  To: Hema HK; +Cc: linux-usb, linux-omap, Felipe Balbi, Tony Lindgren

Hello.

Hema HK wrote:

> Selecting the twl6030-usb for OMAP4430SDP and OMAP4 PANDA board and
> adding OMAP4 internal phy code for compilation

> Signed-off-by: Hema HK <hemahk@ti.com>
> Cc: Felipe Balbi <balbi@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
[...]

> Index: linux-2.6/drivers/usb/musb/Kconfig
> ===================================================================
> --- linux-2.6.orig/drivers/usb/musb/Kconfig
> +++ linux-2.6/drivers/usb/musb/Kconfig
> @@ -12,6 +12,7 @@ config USB_MUSB_HDRC
>  	depends on (ARM || (BF54x && !BF544) || (BF52x && !BF522 && !BF523))
>  	select NOP_USB_XCEIV if (ARCH_DAVINCI || MACH_OMAP3EVM || BLACKFIN)
>  	select TWL4030_USB if MACH_OMAP_3430SDP
> +	select TWL6030_USB if (MACH_OMAP_3430SDP || MACH_OMAP4_PANDA)

    Parens are not necessary. Though the previous code uses them...

WBR, Sergei


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

* Re: [PATCH 5/7] usb: musb: TWL6030: Selecting TWL6030_USB transceiver
       [not found]   ` <4CFFAC6F.9000808-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
@ 2010-12-09  5:12     ` Kalliguddi, Hema
  0 siblings, 0 replies; 5+ messages in thread
From: Kalliguddi, Hema @ 2010-12-09  5:12 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA, Felipe Balbi, Tony Lindgren

On Wed, Dec 8, 2010 at 9:33 PM, Sergei Shtylyov <sshtylyov-Igf4POYTYCDQT0dZR+AlfA@public.gmane.org> wrote:
> Hello.
>
> Hema HK wrote:
>
>> Selecting the twl6030-usb for OMAP4430SDP and OMAP4 PANDA board and
>> adding OMAP4 internal phy code for compilation
>
>> Signed-off-by: Hema HK <hemahk-l0cyMroinI0@public.gmane.org>
>> Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
>> Cc: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
>
> [...]
>
>> Index: linux-2.6/drivers/usb/musb/Kconfig
>> ===================================================================
>> --- linux-2.6.orig/drivers/usb/musb/Kconfig
>> +++ linux-2.6/drivers/usb/musb/Kconfig
>> @@ -12,6 +12,7 @@ config USB_MUSB_HDRC
>>        depends on (ARM || (BF54x && !BF544) || (BF52x && !BF522 &&
>> !BF523))
>>        select NOP_USB_XCEIV if (ARCH_DAVINCI || MACH_OMAP3EVM || BLACKFIN)
>>        select TWL4030_USB if MACH_OMAP_3430SDP
>> +       select TWL6030_USB if (MACH_OMAP_3430SDP || MACH_OMAP4_PANDA)
>
>   Parens are not necessary. Though the previous code uses them...
>
OK.

Regards,
Hema
> WBR, Sergei
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2010-12-09  5:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 16:02 [PATCH 5/7] usb: musb: TWL6030: Selecting TWL6030_USB transceiver Hema HK
2010-12-08 16:03 ` Sergei Shtylyov
     [not found]   ` <4CFFAC6F.9000808-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
2010-12-09  5:12     ` Kalliguddi, Hema
  -- strict thread matches above, loose matches on Subject: below --
2010-12-08  8:30 Hema HK
2010-12-08  0:11 Hema HK

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