Re: [U-Boot] [PATCH v3 4/4] board: pic32mzda: enable USB-host, USB-storage support.

2016-03-19 Thread Marek Vasut
On 03/16/2016 10:12 AM, Daniel Schwierzeck wrote: > > > Am 15.03.2016 um 13:44 schrieb Purna Chandra Mandal: >> Enable MUSB host and USB storage support for Microchip >> PIC32MZ[DA] Starter Kit. >> >> Signed-off-by: Purna Chandra Mandal >> >> --- >> >> Changes in v3:

Re: [U-Boot] [PATCH v3 4/4] board: pic32mzda: enable USB-host, USB-storage support.

2016-03-16 Thread Daniel Schwierzeck
Am 15.03.2016 um 13:44 schrieb Purna Chandra Mandal: > Enable MUSB host and USB storage support for Microchip > PIC32MZ[DA] Starter Kit. > > Signed-off-by: Purna Chandra Mandal > > --- > > Changes in v3: > - add arch specific reads{bwlq}, writes{bwlq} in

[U-Boot] [PATCH v3 4/4] board: pic32mzda: enable USB-host, USB-storage support.

2016-03-15 Thread Purna Chandra Mandal
Enable MUSB host and USB storage support for Microchip PIC32MZ[DA] Starter Kit. Signed-off-by: Purna Chandra Mandal --- Changes in v3: - add arch specific reads{bwlq}, writes{bwlq} in respective arch io.h - remove reads{bwlq}, writes{bwlq} in musb-new driver