usb host: Oxford OXU210HP HCD driver.

This driver implements the support for Oxford OXU210HP USB high-speed host,
no peripheral nor OTG.

Signed-off-by: Rodolfo Giometti <giometti@linux.it>
Cc: Kan Liu <kan.k.liu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Rodolfo Giometti 2008-10-23 10:08:07 +02:00 committed by Greg Kroah-Hartman
parent 3a4e72cbf2
commit b92a78e582
5 changed files with 4453 additions and 0 deletions

7
include/linux/oxu210hp.h Normal file
View file

@ -0,0 +1,7 @@
/* platform data for the OXU210HP HCD */
struct oxu210hp_platform_data {
unsigned int bus16:1;
unsigned int use_hcd_otg:1;
unsigned int use_hcd_sph:1;
};