* [PATCH] USB:musb:fix dependency of selecting TWL4030_USB
@ 2009-08-01 13:01 tom.leiming
2009-08-01 14:32 ` Gadiyar, Anand
0 siblings, 1 reply; 3+ messages in thread
From: tom.leiming @ 2009-08-01 13:01 UTC (permalink / raw)
To: greg, dbrownell; +Cc: linux-usb, linux-embedded, Ming Lei
From: Ming Lei <tom.leiming@gmail.com>
All machines based on OMAP34XX should select TWL_4030_USB if
they want to support musb.
Signed-off-by: Ming Lei <tom.leiming@gmail.com>
---
drivers/usb/musb/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
index 70073b1..6ac465e 100644
--- a/drivers/usb/musb/Kconfig
+++ b/drivers/usb/musb/Kconfig
@@ -11,7 +11,7 @@ config USB_MUSB_HDRC
depends on (USB || USB_GADGET) && HAVE_CLK
depends on !SUPERH
select NOP_USB_XCEIV if ARCH_DAVINCI
- select TWL4030_USB if MACH_OMAP_3430SDP
+ select TWL4030_USB if ARCH_OMAP34XX
select USB_OTG_UTILS
tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)'
help
--
1.6.0.GIT
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH] USB:musb:fix dependency of selecting TWL4030_USB
2009-08-01 13:01 [PATCH] USB:musb:fix dependency of selecting TWL4030_USB tom.leiming
@ 2009-08-01 14:32 ` Gadiyar, Anand
2009-08-01 14:51 ` Ming Lei
0 siblings, 1 reply; 3+ messages in thread
From: Gadiyar, Anand @ 2009-08-01 14:32 UTC (permalink / raw)
To: tom.leiming@gmail.com, greg@kroah.com,
dbrownell@users.sourceforge.net
Cc: linux-usb@vger.kernel.org, linux-embedded@vger.kernel.org
Ming Lei wrote:
>
> From: Ming Lei <tom.leiming@gmail.com>
>
> All machines based on OMAP34XX should select TWL_4030_USB if
> they want to support musb.
Not really. The OMAP3 EVM uses an NXP ISP1504 transceiver instead,
and so registers a NOP transceiver instead.
- Anand
>
> Signed-off-by: Ming Lei <tom.leiming@gmail.com>
> ---
> drivers/usb/musb/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
> index 70073b1..6ac465e 100644
> --- a/drivers/usb/musb/Kconfig
> +++ b/drivers/usb/musb/Kconfig
> @@ -11,7 +11,7 @@ config USB_MUSB_HDRC
> depends on (USB || USB_GADGET) && HAVE_CLK
> depends on !SUPERH
> select NOP_USB_XCEIV if ARCH_DAVINCI
> - select TWL4030_USB if MACH_OMAP_3430SDP
> + select TWL4030_USB if ARCH_OMAP34XX
> select USB_OTG_UTILS
> tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)'
> help
> --
> 1.6.0.GIT
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] USB:musb:fix dependency of selecting TWL4030_USB
2009-08-01 14:32 ` Gadiyar, Anand
@ 2009-08-01 14:51 ` Ming Lei
0 siblings, 0 replies; 3+ messages in thread
From: Ming Lei @ 2009-08-01 14:51 UTC (permalink / raw)
To: Gadiyar, Anand
Cc: greg@kroah.com, dbrownell@users.sourceforge.net,
linux-usb@vger.kernel.org, linux-embedded@vger.kernel.org
2009/8/1 Gadiyar, Anand <gadiyar@ti.com>:
> Ming Lei wrote:
>>
>> From: Ming Lei <tom.leiming@gmail.com>
>>
>> All machines based on OMAP34XX should select TWL_4030_USB if
>> they want to support musb.
>
> Not really. The OMAP3 EVM uses an NXP ISP1504 transceiver instead,
> and so registers a NOP transceiver instead.
Oh, I forget that twl4030 is a standalone chip, so please ignore the patch.
Maybe we should remove the dependency on MACH_OMAP_3430SDP, because
many machines may use twl4030.
--
Lei Ming
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-01 14:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-01 13:01 [PATCH] USB:musb:fix dependency of selecting TWL4030_USB tom.leiming
2009-08-01 14:32 ` Gadiyar, Anand
2009-08-01 14:51 ` Ming Lei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox