]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit86a8e9847c8a54befe4ea92d75b41ce1f546c508
tree46c8d1055f00eb79db0b035a58bbee5382de6c1c
parent926340bfa0079e995306ebb4729c1941cb18a01f
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]