]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ohci: introduce omap3 ohci-hcd driver
authorAnand Gadiyar <gadiyar@ti.com>
Mon, 10 May 2010 16:26:11 +0000 (21:56 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:44 +0000 (13:21 -0700)
commita277479360e70557ed51392a7a3bbc78585fc8c3
treec4704f0f06f58805b0ae4b9bdf5eb401678ffbd1
parenta125322ce3ae748bfeabfc92b944051cf614353f
USB: ohci: introduce omap3 ohci-hcd driver

Add support for the OHCI controller present in OMAP3 and newer chips.

The code is mostly based off the ehci-omap.c driver.
Some of it is common to both drivers and will eventually
need to be factored out to platform init files.

In its current state, the driver cannot co-exist with the ehci-omap
driver, and this will be fixed in later versions. The second driver
to be loaded will overwrite settings made by the other. For now,
this driver should allow the few users of OMAP3 OHCI to get going.

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-omap3.c [new file with mode: 0644]