mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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:
parent
3a4e72cbf2
commit
b92a78e582
5 changed files with 4453 additions and 0 deletions
7
include/linux/oxu210hp.h
Normal file
7
include/linux/oxu210hp.h
Normal 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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue