Re: [PATCH v3 0/3] usb: ohci: introduce ohci-hcd driver for omap3

2010-04-25 Thread Gregory CLEMENT
Le 26 avril 2010 08:02:55 UTC+2, Gadiyar, Anand a écrit : > Gregory CLEMENT wrote: >>       This controller supports multiple interface modes. Only 2 of them >>       (3-pin DAT/SE0 and 4-pin DP/DM PHY modes) have been tested with this >>       driver. (However the only change for the other modes

RE: [PATCH v3 0/3] usb: ohci: introduce ohci-hcd driver for omap3

2010-04-25 Thread Gadiyar, Anand
Gregory CLEMENT wrote: > This controller supports multiple interface modes. Only 2 of them > (3-pin DAT/SE0 and 4-pin DP/DM PHY modes) have been tested with this > driver. (However the only change for the other modes is one register > setting for selecting the mode, and the

Re: [PATCH v3 0/3] usb: ohci: introduce ohci-hcd driver for omap3

2010-04-25 Thread Gregory CLEMENT
2010/4/26 Anand Gadiyar > > Hi all, > > This patch series adds the bus glue layer for the OHCI controller > on OMAP3 and later chips. This controller is a companion > to the EHCI controller on that chip, and some code is common > between the two drivers. The driver has been sitting in internal > t