]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB device driver of Topcliff PCH
authorToshiharu Okada <toshiharu-linux@dsn.okisemi.com>
Thu, 11 Nov 2010 09:27:57 +0000 (18:27 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Nov 2010 21:57:25 +0000 (13:57 -0800)
commitf646cf94520e22cb11eb5d2e9a35b33bfe4bea1b
tree877f1f6f98b6f80ad2894d08e492c0d6ca2a1d4b
parentd8df0b611c66db3b7afd0678213979209616681a
USB device driver of Topcliff PCH

This patch adds the USB device driver of EG20T(Topcliff) PCH.

EG20T PCH is the platform controller hub that is going to be used in
Intel's upcoming general embedded platform. All IO peripherals in
EG20T PCH are actually devices sitting on AMBA bus.
EG20T PCH has USB device I/F. Using this I/F, it is able to access system
devices connected to USB device.

Signed-off-by: Toshiharu Okada <toshiharu-linux@dsn.okisemi.com>
Acked-by: MichaƂ Nazarewicz <m.nazarewicz@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/Kconfig
drivers/usb/gadget/Makefile
drivers/usb/gadget/gadget_chips.h
drivers/usb/gadget/pch_udc.c [new file with mode: 0644]