Re: [patch v8 1/4] USB: add Cypress c67x00 low level interface code

2008-02-20 Thread Greg KH
On Wed, Feb 20, 2008 at 05:59:36PM +0100, Peter Korsgaard wrote: > > "Greg" == Greg KH <[EMAIL PROTECTED]> writes: > > Hi, > > >> drivers/usb/c67x00/c67x00.h| 285 ++ > > Greg> Why not drivers/usb/hcd/c67x00/ instead? > > Because the device can do both host

Re: [patch v8 1/4] USB: add Cypress c67x00 low level interface code

2008-02-20 Thread Peter Korsgaard
> "Greg" == Greg KH <[EMAIL PROTECTED]> writes: Hi, >> drivers/usb/c67x00/c67x00.h| 285 ++ Greg> Why not drivers/usb/hcd/c67x00/ instead? Because the device can do both host and peripheral (E.G. see patch 4 in the series). We could put it under hcd for no

Re: [patch v8 1/4] USB: add Cypress c67x00 low level interface code

2008-02-20 Thread Greg KH
On Wed, Feb 20, 2008 at 10:07:28AM +0100, Peter Korsgaard wrote: > This patch adds the low level support code for the Cypress c67x00 family of > OTG controllers. The low level code is responsible for register access and > implements the software protocol for communicating with the 16bit > microcon

[patch v8 1/4] USB: add Cypress c67x00 low level interface code

2008-02-20 Thread Peter Korsgaard
This patch adds the low level support code for the Cypress c67x00 family of OTG controllers. The low level code is responsible for register access and implements the software protocol for communicating with the 16bit microcontroller inside the c67x00 device. Communication is done over the HPI int