Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fusb200h: always compile in debugfs support | Oliver Neukum | 2013-12-03 | 1 | -4/+0 |
| | | | | | | | This allows removal of much conditional compilation. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | fusbh200: always build debugfs support | Oliver Neukum | 2013-12-03 | 1 | -8/+0 |
| | | | | | | | This gets rid of conditional compilation. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | usb host: Faraday USB2.0 FUSBH200-HCD driver | Yuan-Hsin Chen | 2013-05-17 | 1 | -0/+743 |
FUSBH200-HCD is an USB2.0 hcd for Faraday FUSBH200. FUSBH200 is an ehci-like controller with some differences. First, register layout of FUSBH200 is incompatible with EHCI. Furthermore, FUSBH200 is lack of siTDs which means iTDs are used for both HS and FS ISO transfer. Signed-off-by: Yuan-Hsin Chen <yhchen@faraday-tech.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |