Re: [PATCH v4][ 3/8] usb: chipidea: usbmisc: Add USB support for i.MX25/i.MX35 CPUs

2014-03-25 Thread Fabio Estevam
Hi Peter, On Fri, Mar 14, 2014 at 3:51 AM, Peter Chen wrote: > On Thu, Mar 13, 2014 at 10:18:41AM +0100, Denis Carikli wrote: >> This adds the i.MX25 and the i.MX35 support in the >> ChipIdea usbmisc driver. >> >> The i.MX25 and i.MX35 usb controllers are similar enough to be >> able to use the s

Re: [PATCH v4][ 3/8] usb: chipidea: usbmisc: Add USB support for i.MX25/i.MX35 CPUs

2014-03-14 Thread Peter Chen
On Thu, Mar 13, 2014 at 10:18:41AM +0100, Denis Carikli wrote: > This adds the i.MX25 and the i.MX35 support in the > ChipIdea usbmisc driver. > > The i.MX25 and i.MX35 usb controllers are similar enough to be > able to use the same code. > > Signed-off-by: Denis Carikli > --- > Changelog v3->v4

[PATCH v4][ 3/8] usb: chipidea: usbmisc: Add USB support for i.MX25/i.MX35 CPUs

2014-03-13 Thread Denis Carikli
This adds the i.MX25 and the i.MX35 support in the ChipIdea usbmisc driver. The i.MX25 and i.MX35 usb controllers are similar enough to be able to use the same code. Signed-off-by: Denis Carikli --- Changelog v3->v4: - The MXC_EHCI_INTERFACE_* were renamed in MX25_EHCI_INTERFACE_* - Since the pe