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

2008-02-20 Thread Peter Korsgaard
> "Greg" == Greg KH <[EMAIL PROTECTED]> writes: >> Sorry, I cannot reproduce that here. Could you try again? Greg> I will on the next round :) Ok. Greg> Can you move the files under the hcd/ subdir Greg> Oops, I ment "host/" not, "hcd/". Yeah, I guessed ;) >> Sorry, I don't think th

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

2008-02-20 Thread Greg KH
On Wed, Feb 20, 2008 at 10:07:01AM -0800, David Brownell wrote: > On Wednesday 20 February 2008, Greg KH wrote: > > > ?Greg> Can you move the files under the hcd/ subdir > > > > Oops, I ment "host/" not, "hcd/". > > > > > Sorry, I don't think that's a good idea as the hardware can do > > > periph

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

2008-02-20 Thread David Brownell
On Wednesday 20 February 2008, Greg KH wrote: > >  Greg> Can you move the files under the hcd/ subdir > > Oops, I ment "host/" not, "hcd/". > > > Sorry, I don't think that's a good idea as the hardware can do > > peripheral as well, and as you can see in patch 4, a gadget driver is > > on it's wa

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

2008-02-20 Thread Greg KH
On Wed, Feb 20, 2008 at 05:57:06PM +0100, Peter Korsgaard wrote: > > "Greg" == Greg KH <[EMAIL PROTECTED]> writes: > > Hi, > Greg> I don't know, I selected the config option, and yet, it built > Greg> as if it wasn't set. > > Sorry, I cannot reproduce that here. Could you try again? I will

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

2008-02-20 Thread Peter Korsgaard
> "Greg" == Greg KH <[EMAIL PROTECTED]> writes: Hi, Greg> I don't know, I selected the config option, and yet, it built Greg> as if it wasn't set. Sorry, I cannot reproduce that here. Could you try again? Greg> Can you move the files under the hcd/ subdir Sorry, I don't think that's a go

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

2008-02-20 Thread Greg KH
On Wed, Feb 20, 2008 at 10:01:40AM +0100, Peter Korsgaard wrote: > > "Greg" == Greg KH <[EMAIL PROTECTED]> writes: > > Greg> On Tue, Feb 19, 2008 at 04:09:19PM +0100, Peter Korsgaard wrote: > >> This patch adds HCD support for the Cypress c67x00 family of devices. > >> > >> Signed-off-by:

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

2008-02-20 Thread Peter Korsgaard
> "Greg" == Greg KH <[EMAIL PROTECTED]> writes: Greg> On Tue, Feb 19, 2008 at 04:09:19PM +0100, Peter Korsgaard wrote: >> This patch adds HCD support for the Cypress c67x00 family of devices. >> >> Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> Greg> And it doesn't build: Greg>

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

2008-02-19 Thread Greg KH
On Tue, Feb 19, 2008 at 04:09:19PM +0100, Peter Korsgaard wrote: > This patch adds HCD support for the Cypress c67x00 family of devices. > > Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> And it doesn't build: CC [M] drivers/usb/c67x00/c67x00-hcd.o distcc[2413] ERROR: compile /home/gregkh

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

2008-02-19 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| 40