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

2015-08-04 Thread slemieux . tyco
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 updated and clean-up as part of the integration with the latest u-boot. Signed-off-by:

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

2015-08-04 Thread Marek Vasut
On Tuesday, August 04, 2015 at 11:04:42 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 driver

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

2015-08-05 Thread LEMIEUX, SYLVAIN
Hi Marek, Is it OK to only submit the patch that need to be update as a new version or I always have to resubmit the complete set of patches? See comments and question below. Sylvain > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > > On Tuesday, August 04, 2015 at 11:0

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

2015-08-05 Thread Marek Vasut
On Wednesday, August 05, 2015 at 12:54:38 PM, LEMIEUX, SYLVAIN wrote: > Hi Marek, > > Is it OK to only submit the patch that need to be update as a new > version or I always have to resubmit the complete set of patches? It's OK to submit just the patch, see "Sending updated patch versions" at htt