]> Pileus Git - ~andy/linux/commit
usb: host: Faraday fotg210-hcd driver
authorYuan-Hsin Chen <yhchen@faraday-tech.com>
Wed, 19 Jun 2013 19:53:04 +0000 (19:53 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 23:04:53 +0000 (16:04 -0700)
commit1dd3d123239179fad5de5dc00a6e0014a1918fde
treee7a3e302d4d01e218984ad6cb2328c039b9994b3
parent10e232c597ac757e7f8600649f7e872e86de190f
usb: host: Faraday fotg210-hcd driver

FOTG210 is an OTG controller which can be configured as an
USB2.0 host. FOTG210 host is an ehci-like controller with
some differences. First, register layout of FOTG210 is
incompatible with EHCI. Furthermore, FOTG210 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/fotg210-hcd.c [new file with mode: 0644]
drivers/usb/host/fotg210.h [new file with mode: 0644]