]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/usb/host/Kconfig
usb host: Faraday USB2.0 FUSBH200-HCD driver
authorYuan-Hsin Chen <yuanlmm@gmail.com>
Fri, 17 May 2013 10:14:14 +0000 (10:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2013 17:12:52 +0000 (10:12 -0700)
commit6c920bfb98d07a883918733075a4bc4287e36946
treeabcc093ac580efd2f8444dc37e7b5eb3cecd75d8
parenta1fefaab1bbf9cd409cb11887953567d0a8faeb6
usb host: Faraday USB2.0 FUSBH200-HCD driver

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>
drivers/usb/Makefile
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/fusbh200-hcd.c [new file with mode: 0644]
drivers/usb/host/fusbh200.h [new file with mode: 0644]