Re: [PATCH v2 2/3] arm: mvebu: Enable USB controllers on Armada 370/XP boards

2013-01-23 Thread Eric Bénard
Hi Thomas, Le Wed, 23 Jan 2013 19:03:52 +0100, Thomas Petazzoni a écrit : > On Wed, 23 Jan 2013 14:04:42 -0300, Ezequiel Garcia wrote: > > > from the OpenBlocks AX3-4 board dts file, since you mentioned this > > board uses that USB > > port for a PCIe connector -- if I understood correctly. > >

Re: [help] imx27 - isp1504 : unable to init transceiver, probably missing

2013-09-25 Thread Eric Bénard
Hi Christoph, Le Wed, 25 Sep 2013 12:17:40 +0200, Christoph Fritz a écrit : > On Tue, 2013-04-09 at 14:28 -0300, Fabio Estevam wrote: > > On Mon, Apr 8, 2013 at 9:09 PM, Fabio Estevam wrote: > > > > >> I know that I have to use the driver ULPI but with my configuration, I > > >> get these erro

Re: [help] imx27 - isp1504 : unable to init transceiver, probably missing

2013-09-26 Thread Eric Bénard
Hi, Le Thu, 26 Sep 2013 17:59:39 +0200, Christoph Fritz a écrit : > On Wed, 2013-09-25 at 16:00 +0200, Eric Bénard wrote: > > Le Wed, 25 Sep 2013 12:17:40 +0200, > > Christoph Fritz a écrit : > > > > > On Tue, 2013-04-09 at 14:28 -0300, Fabio Estevam wrote: >

Re: USB Host support for mx25

2014-03-06 Thread Eric Bénard
Hi Fabio, Le Thu, 6 Mar 2014 07:23:30 -0300, Fabio Estevam a écrit : > Let me know if you have some other suggestion. That's because usbmisc is not fully implemented for i.MX25 & 35 as USB_CTRL must be configured (for both i.MX25 and i.MX35). Denis is working on this. Eric -- To unsubscribe fro

Re: [PATCH 1/9] usb: chipidea: usbmisc: Add USB Host support for i.MX25/i.MX35 CPUs

2014-03-09 Thread Eric Bénard
Hi Fabio, Le Sun, 9 Mar 2014 22:21:59 -0300, Fabio Estevam a écrit : > On Fri, Mar 7, 2014 at 2:04 PM, Denis Carikli wrote: > > > +static int usbmisc_imx25_init(struct imx_usbmisc_data *data) > > +{ > > + void __iomem *reg = NULL; > > This variable is not used and causes a warning. Pleas