summaryrefslogtreecommitdiffstats
path: root/drivers/usb/c67x00/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* usb: makefile cleanupmatt mooney2010-10-221-3/+3
| | | | | | | | | | | | | | | For all modules, change <module>-objs to <module>-y; remove if-statements and replace with lists using the kbuild idiom; move flags to the top of the file; and fix alignment while trying to maintain the original scheme in each file. None of the dependencies are modified. Signed-off-by: matt mooney <mfm@muteddisk.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* USB: add Cypress c67x00 OTG controller HCD driverPeter Korsgaard2008-05-021-0/+9
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>