Re: [patch v8 3/4] USB: add Cypress c67x00 OTG controller HCD driver

2008-02-20 Thread Peter Korsgaard
> "David" == David Brownell <[EMAIL PROTECTED]> writes: Hi, David> +ccflags-$(CONFIG_USB_DEBUG)+= -DDEBUG David> It's a newish idiom, most easily applied to new code before David> it merges ... :) Ok. I'll fix that. David> And I realize that some of the drivers there have violat

Re: [patch v8 3/4] USB: add Cypress c67x00 OTG controller HCD driver

2008-02-20 Thread David Brownell
On Wednesday 20 February 2008, Peter Korsgaard wrote: > +ifeq ($(CONFIG_USB_DEBUG),y) > +   EXTRA_CFLAGS+= -DDEBUG > +endif The canonical Sam Ravnborg comment is to replace that with: +ccflags-$(CONFIG_USB_DEBUG)+= -DDEBUG It's a newish idiom, most easily applied to new cod

[patch v8 3/4] USB: add Cypress c67x00 OTG controller HCD driver

2008-02-20 Thread Peter Korsgaard
This patch adds HCD support for the Cypress c67x00 family of devices. Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> --- drivers/usb/Makefile |2 drivers/usb/c67x00/Makefile| 11 drivers/usb/c67x00/c67x00-drv.c| 13 drivers/usb/c67x00/c67x00-hcd.c| 41