]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: ISP1760 HCD driver
authorSebastian Siewior <bigeasy@linutronix.de>
Wed, 23 Apr 2008 22:37:04 +0000 (00:37 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 2 May 2008 17:25:50 +0000 (10:25 -0700)
commitdb11e47dd7b09b7f76c7eaa236277f23391331e7
tree56f2d03ddc18369128cb33b823ebc918af459985
parent886c35fbcf6fb2eee15687efc2d64d99b6ad9a4a
USB: ISP1760 HCD driver

This driver has been written from scratch and supports the ISP1760. ISP1761
might (should) work as well but the OTG isn't supported. Also ISO packets are
not. However, it works on my little PowerPC board.

Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/isp1760-hcd.c [new file with mode: 0644]
drivers/usb/host/isp1760-hcd.h [new file with mode: 0644]
drivers/usb/host/isp1760-if.c [new file with mode: 0644]