usb: host: omap: common usb host core driver
authorKeshava Munegowda <keshava_mgowda@ti.com>
Tue, 1 Mar 2011 14:38:17 +0000 (20:08 +0530)
committerFelipe Balbi <balbi@ti.com>
Tue, 1 Mar 2011 15:02:22 +0000 (17:02 +0200)
commit17cdd29d6e1ab4164c792d78c6f096fbafb94e3f
tree46c8d1055f00eb79db0b035a58bbee5382de6c1c
parent181b250cf53233a7a7c6d7e1e9df402506712e93
usb: host: omap: common usb host core driver

enabling and disabling the common clocks for ehci
and ohci is implemented. usbhs is a common parent
platform driver for EHCI and OHCI driver. This driver
receives the clock enable and disable requests
from ehci and ohci drivers.The UHH and TLL
initialization is also performed.

Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
arch/arm/plat-omap/include/plat/usb.h
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/omap-usb-host.c [new file with mode: 0644]