]> git.baikalelectronics.ru Git - kernel.git/commit
usb: ehci: omap: add support for TLL mode on OMAP4
authorAnand Gadiyar <gadiyar@ti.com>
Wed, 16 Feb 2011 10:13:14 +0000 (15:43 +0530)
committerFelipe Balbi <balbi@ti.com>
Tue, 1 Mar 2011 15:00:56 +0000 (17:00 +0200)
commitc02436a8f4b8f7c3910bf68d59020e55bbdbba34
tree18762ed9b092982b196aa0c5681d01cb80e2e1ab
parent602638b8b8a17ba0ca8297d9cc25b1d8a4bea0bf
usb: ehci: omap: add support for TLL mode on OMAP4

The EHCI controller in OMAP4 supports a transceiver-less link
mode (TLL mode), similar to the one in OMAP3. On the OMAP4
however, there are an additional set of clocks that need
to be turned on to get this working.

Request and configure these for each port if that port
is connected in TLL mode.

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/host/ehci-omap.c