All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/7] usb: otg: Kconfig: Add Kconfig option for TWL6030 transceiver.
@ 2010-12-08 16:01 Hema HK
       [not found] ` <1291824097-7098-1-git-send-email-hemahk-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Hema HK @ 2010-12-08 16:01 UTC (permalink / raw)
  To: linux-usb-u79uwXL29TY76Z2rM5mHXA, linux-omap-u79uwXL29TY76Z2rM5mHXA
  Cc: Hema HK, Felipe Balbi, David Brownell

Added the TWL6030-usb transceiver option in the Kconfig

Signed-off-by: Hema HK <hemahk-l0cyMroinI0@public.gmane.org>
Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
Cc: David Brownell <dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
---
 drivers/usb/otg/Kconfig |   12 ++++++++++++
 1 file changed, 12 insertions(+)

Index: linux-2.6/drivers/usb/otg/Kconfig
===================================================================
--- linux-2.6.orig/drivers/usb/otg/Kconfig
+++ linux-2.6/drivers/usb/otg/Kconfig
@@ -59,6 +59,18 @@ config TWL4030_USB
 	  This transceiver supports high and full speed devices plus,
 	  in host mode, low speed.
 
+config TWL6030_USB
+	tristate "TWL6030 USB Transceiver Driver"
+	depends on TWL4030_CORE
+	select USB_OTG_UTILS
+	help
+	  Enable this to support the USB OTG transceiver on TWL6030
+	  family chips. This TWL6030 transceiver has the VBUS and ID GND
+	  and OTG SRP events capabilities. For all other transceiver functionality
+	  UTMI PHY is embedded in OMAP4430.The internal PHY configurations APIs
+	  are hooked to this driver through platform_data structure.
+	  The definition of internal PHY APIs are in the mach-omap2 layer.
+
 config NOP_USB_XCEIV
 	tristate "NOP USB Transceiver Driver"
 	select USB_OTG_UTILS
--
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

* Re: [PATCH 3/7] usb: otg: Kconfig: Add Kconfig option for TWL6030 transceiver.
       [not found] ` <1291824097-7098-1-git-send-email-hemahk-l0cyMroinI0@public.gmane.org>
@ 2010-12-08 16:05   ` Sergei Shtylyov
       [not found]     ` <4CFFACBD.80304-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Sergei Shtylyov @ 2010-12-08 16:05 UTC (permalink / raw)
  To: Hema HK
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA, Felipe Balbi, David Brownell

Hello.

Hema HK wrote:

> Added the TWL6030-usb transceiver option in the Kconfig

> Signed-off-by: Hema HK <hemahk-l0cyMroinI0@public.gmane.org>
> Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
> Cc: David Brownell <dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
[...]

> Index: linux-2.6/drivers/usb/otg/Kconfig
> ===================================================================
> --- linux-2.6.orig/drivers/usb/otg/Kconfig
> +++ linux-2.6/drivers/usb/otg/Kconfig
> @@ -59,6 +59,18 @@ config TWL4030_USB
>  	  This transceiver supports high and full speed devices plus,
>  	  in host mode, low speed.
>  
> +config TWL6030_USB
> +	tristate "TWL6030 USB Transceiver Driver"
> +	depends on TWL4030_CORE
> +	select USB_OTG_UTILS
> +	help
> +	  Enable this to support the USB OTG transceiver on TWL6030
> +	  family chips. This TWL6030 transceiver has the VBUS and ID GND
> +	  and OTG SRP events capabilities. For all other transceiver functionality
> +	  UTMI PHY is embedded in OMAP4430.The internal PHY configurations APIs
                                           ^^
    Space missing after period.

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

* Re: [PATCH 3/7] usb: otg: Kconfig: Add Kconfig option for TWL6030 transceiver.
       [not found]     ` <4CFFACBD.80304-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
@ 2010-12-09  5:11       ` Kalliguddi, Hema
  0 siblings, 0 replies; 5+ messages in thread
From: Kalliguddi, Hema @ 2010-12-09  5:11 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA, Felipe Balbi, David Brownell

Hi,

On Wed, Dec 8, 2010 at 9:35 PM, Sergei Shtylyov <sshtylyov-Igf4POYTYCDQT0dZR+AlfA@public.gmane.org> wrote:
> Hello.
>
> Hema HK wrote:
>
>> Added the TWL6030-usb transceiver option in the Kconfig
>
>> Signed-off-by: Hema HK <hemahk-l0cyMroinI0@public.gmane.org>
>> Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
>> Cc: David Brownell <dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
>
> [...]
>
>> Index: linux-2.6/drivers/usb/otg/Kconfig
>> ===================================================================
>> --- linux-2.6.orig/drivers/usb/otg/Kconfig
>> +++ linux-2.6/drivers/usb/otg/Kconfig
>> @@ -59,6 +59,18 @@ config TWL4030_USB
>>          This transceiver supports high and full speed devices plus,
>>          in host mode, low speed.
>>  +config TWL6030_USB
>> +       tristate "TWL6030 USB Transceiver Driver"
>> +       depends on TWL4030_CORE
>> +       select USB_OTG_UTILS
>> +       help
>> +         Enable this to support the USB OTG transceiver on TWL6030
>> +         family chips. This TWL6030 transceiver has the VBUS and ID GND
>> +         and OTG SRP events capabilities. For all other transceiver
>> functionality
>> +         UTMI PHY is embedded in OMAP4430.The internal PHY configurations
>> APIs
>
>                                          ^^
>   Space missing after period.
I will fix it.

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

* [PATCH 3/7] usb: otg: Kconfig: Add Kconfig option for TWL6030 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, David Brownell

Added the TWL6030-usb transceiver option in the Kconfig

Signed-off-by: Hema HK <hemahk-l0cyMroinI0@public.gmane.org>
Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
Cc: David Brownell <dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
---
 drivers/usb/otg/Kconfig |   12 ++++++++++++
 1 file changed, 12 insertions(+)

Index: linux-2.6/drivers/usb/otg/Kconfig
===================================================================
--- linux-2.6.orig/drivers/usb/otg/Kconfig
+++ linux-2.6/drivers/usb/otg/Kconfig
@@ -59,6 +59,18 @@ config TWL4030_USB
 	  This transceiver supports high and full speed devices plus,
 	  in host mode, low speed.
 
+config TWL6030_USB
+	tristate "TWL6030 USB Transceiver Driver"
+	depends on TWL4030_CORE
+	select USB_OTG_UTILS
+	help
+	  Enable this to support the USB OTG transceiver on TWL6030
+	  family chips. This TWL6030 transceiver has the VBUS and ID GND
+	  and OTG SRP events capabilities. For all other transceiver functionality
+	  UTMI PHY is embedded in OMAP4430.The internal PHY configurations APIs
+	  are hooked to this driver through platform_data structure.
+	  The definition of internal PHY APIs are in the mach-omap2 layer.
+
 config NOP_USB_XCEIV
 	tristate "NOP USB Transceiver Driver"
 	select USB_OTG_UTILS
--
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 3/7] usb: otg: Kconfig: Add Kconfig option for TWL6030 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, David Brownell

Added the TWL6030-usb transceiver option in the Kconfig

Signed-off-by: Hema HK <hemahk@ti.com>
Cc: Felipe Balbi <balbi@ti.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
---
 drivers/usb/otg/Kconfig |   12 ++++++++++++
 1 file changed, 12 insertions(+)

Index: linux-2.6/drivers/usb/otg/Kconfig
===================================================================
--- linux-2.6.orig/drivers/usb/otg/Kconfig
+++ linux-2.6/drivers/usb/otg/Kconfig
@@ -59,6 +59,18 @@ config TWL4030_USB
 	  This transceiver supports high and full speed devices plus,
 	  in host mode, low speed.
 
+config TWL6030_USB
+	tristate "TWL6030 USB Transceiver Driver"
+	depends on TWL4030_CORE
+	select USB_OTG_UTILS
+	help
+	  Enable this to support the USB OTG transceiver on TWL6030
+	  family chips. This TWL6030 transceiver has the VBUS and ID GND
+	  and OTG SRP events capabilities. For all other transceiver functionality
+	  UTMI PHY is embedded in OMAP4430.The internal PHY configurations APIs
+	  are hooked to this driver through platform_data structure.
+	  The definition of internal PHY APIs are in the mach-omap2 layer.
+
 config NOP_USB_XCEIV
 	tristate "NOP USB Transceiver Driver"
 	select USB_OTG_UTILS

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

end of thread, other threads:[~2010-12-09  5:11 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:01 [PATCH 3/7] usb: otg: Kconfig: Add Kconfig option for TWL6030 transceiver Hema HK
     [not found] ` <1291824097-7098-1-git-send-email-hemahk-l0cyMroinI0@public.gmane.org>
2010-12-08 16:05   ` Sergei Shtylyov
     [not found]     ` <4CFFACBD.80304-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
2010-12-09  5:11       ` 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.