Re: [U-Boot] [PATCH v2 0/5] mmc: omap_hsmmc: Add support for ADMA

2017-11-07 Thread Jean-Jacques Hiblot
Hi Jaehoon On 25/09/2017 07:26, Jaehoon Chung wrote: Hi, On 09/25/2017 11:15 AM, Simon Glass wrote: Hi, On 22 September 2017 at 08:20, Jaehoon Chung wrote: On 09/21/2017 11:51 PM, Jean-Jacques Hiblot wrote: This series enables the ADMA present in some OMAP SOCs. On a DRA7 the performances

Re: [U-Boot] [PATCH v2 0/5] mmc: omap_hsmmc: Add support for ADMA

2017-09-24 Thread Vignesh R
+ Adam, who authored the reverted patch for omap3. On Friday 22 September 2017 07:50 PM, Jaehoon Chung wrote: > On 09/21/2017 11:51 PM, Jean-Jacques Hiblot wrote: >> This series enables the ADMA present in some OMAP SOCs. >> On a DRA7 the performances when reading from the eMMC go from 18MB/s >>

Re: [U-Boot] [PATCH v2 0/5] mmc: omap_hsmmc: Add support for ADMA

2017-09-24 Thread Jaehoon Chung
Hi, On 09/25/2017 11:15 AM, Simon Glass wrote: > Hi, > > On 22 September 2017 at 08:20, Jaehoon Chung wrote: >> On 09/21/2017 11:51 PM, Jean-Jacques Hiblot wrote: >>> This series enables the ADMA present in some OMAP SOCs. >>> On a DRA7 the performances when reading from the eMMC go from 18MB/s

Re: [U-Boot] [PATCH v2 0/5] mmc: omap_hsmmc: Add support for ADMA

2017-09-24 Thread Simon Glass
Hi, On 22 September 2017 at 08:20, Jaehoon Chung wrote: > On 09/21/2017 11:51 PM, Jean-Jacques Hiblot wrote: >> This series enables the ADMA present in some OMAP SOCs. >> On a DRA7 the performances when reading from the eMMC go from 18MB/s >> to 43MB/s. >> Also while were at it, fix some incorrec

Re: [U-Boot] [PATCH v2 0/5] mmc: omap_hsmmc: Add support for ADMA

2017-09-22 Thread Jaehoon Chung
On 09/21/2017 11:51 PM, Jean-Jacques Hiblot wrote: > This series enables the ADMA present in some OMAP SOCs. > On a DRA7 the performances when reading from the eMMC go from 18MB/s > to 43MB/s. > Also while were at it, fix some incorrect bit operations > > This series applies on top of the series