OSDN Git Service

usb: host: Faraday fotg210-hcd driver
authorFeng-Hsin Chiang <john453@faraday-tech.com>
Mon, 29 Jul 2013 16:48:32 +0000 (16:48 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Jul 2013 18:15:39 +0000 (11:15 -0700)
commit7d50195f6c5005d6ae7a789d9a7f0a94d104ee96
tree71a5ffe742a199242d7399e8237902398628ca02
parent02f00c4a9183ebf15aa50e57391b0f44e2f092c2
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: Feng-Hsin Chiang <john453@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]