]> git.baikalelectronics.ru Git - kernel.git/commit
USB: add Cypress c67x00 OTG controller HCD driver
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 27 Apr 2008 06:59:45 +0000 (08:59 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 2 May 2008 17:25:57 +0000 (10:25 -0700)
commit537c8bb541fdc00a1207d68543c4e2b998fd6490
tree4da71b6882ff9c41690a1ebcfaf3f3de5154c082
parent689736992018d105d262751bfaac9b462a516080
USB: add Cypress c67x00 OTG controller HCD driver

This patch adds HCD support for the Cypress c67x00 family of devices.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/Makefile
drivers/usb/c67x00/Makefile [new file with mode: 0644]
drivers/usb/c67x00/c67x00-drv.c
drivers/usb/c67x00/c67x00-hcd.c [new file with mode: 0644]
drivers/usb/c67x00/c67x00-hcd.h [new file with mode: 0644]
drivers/usb/c67x00/c67x00-ll-hpi.c
drivers/usb/c67x00/c67x00-sched.c [new file with mode: 0644]
drivers/usb/c67x00/c67x00.h
drivers/usb/host/Kconfig