mfd: omap-usb-tll: HOST TLL platform driver
authorKeshava Munegowda <keshava_mgowda@ti.com>
Mon, 16 Jul 2012 13:31:08 +0000 (19:01 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 21 Sep 2012 21:39:24 +0000 (23:39 +0200)
commit16fa3dc75c22f9769d418f19c45e11b118aab2eb
treedf05b4ff423c2d4f273c71f80f7f62c74147ea54
parent99de1cc5a77122e59640668b202280ecdb0f3c2e
mfd: omap-usb-tll: HOST TLL platform driver

The platform driver for the TLL component of the OMAP USB host controller
is implemented. Depending on the TLL hardware revision , the TLL channels
are configured. The USB HS core driver uses this driver through exported
APIs from the TLL platform driver.
usb_tll_enable and usb_tll_disble are the exported APIs of the USB TLL
platform driver.

Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
Reviewed-by: Partha Basak <parthab@india.ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
arch/arm/plat-omap/include/plat/usb.h
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/omap-usb-tll.c [new file with mode: 0644]