Re: [U-Boot] [PATCH v5 5/5] usb: lpc32xx: add host USB driver

2015-08-06 Thread Vladimir Zapolskiy
Hi Sylvain, On 06.08.2015 21:01, LEMIEUX, SYLVAIN wrote: > Hi Vladimir, > > See comment below. > >> -Original Message- >> From: Vladimir Zapolskiy [mailto:v...@mleia.com] >> >> Hi Sylvain, >> >> On 05.08.2015 21:31, slemieux.t...@gmail.com wrote: >>> From: Sylvain Lemieux >>> >>> Incorp

Re: [U-Boot] [PATCH v5 5/5] usb: lpc32xx: add host USB driver

2015-08-06 Thread LEMIEUX, SYLVAIN
Hi Vladimir, See comment below. > -Original Message- > From: Vladimir Zapolskiy [mailto:v...@mleia.com] > > Hi Sylvain, > > On 05.08.2015 21:31, slemieux.t...@gmail.com wrote: > > From: Sylvain Lemieux > > > > Incorporate USB driver from legacy LPCLinux NXP BSP. > > The files taken from

Re: [U-Boot] [PATCH v5 5/5] usb: lpc32xx: add host USB driver

2015-08-05 Thread Marek Vasut
On Wednesday, August 05, 2015 at 11:59:39 PM, Vladimir Zapolskiy wrote: > Hi Sylvain, Hi! [...] > > +static struct otg_regs *otg = (struct otg_regs *)USB_BASE; > > +static struct clk_pm_regs *clk_pwr = (struct clk_pm_regs *)CLK_PM_BASE; > > + > > +static int wait_for_bit(void *reg, const u32 mas

Re: [U-Boot] [PATCH v5 5/5] usb: lpc32xx: add host USB driver

2015-08-05 Thread Vladimir Zapolskiy
Hi Sylvain, On 05.08.2015 21:31, slemieux.t...@gmail.com wrote: > From: Sylvain Lemieux > > Incorporate USB driver from legacy LPCLinux NXP BSP. > The files taken from the legacy patch are: > - lpc32xx USB driver > - lpc3250 header file USB registers definition. > > The legacy driver was update

Re: [U-Boot] [PATCH v5 5/5] usb: lpc32xx: add host USB driver

2015-08-05 Thread Marek Vasut
On Wednesday, August 05, 2015 at 08:31:57 PM, slemieux.t...@gmail.com wrote: > From: Sylvain Lemieux > > Incorporate USB driver from legacy LPCLinux NXP BSP. > The files taken from the legacy patch are: > - lpc32xx USB driver > - lpc3250 header file USB registers definition. > > The legacy drive