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

2017-07-18 Thread Jean-Jacques Hiblot
On 17/07/2017 23:39, Adam Ford wrote: On Mon, Jul 17, 2017 at 3:29 PM, Jean-Jacques Hiblot wrote: On 14/07/2017 15:18, Adam Ford wrote: On Thu, Jul 13, 2017 at 2:22 AM, Jean-Jacques Hiblot wrote: On 12/07/2017 19:30, Tom Rini wrote: On Tue, Jul 11, 2017 at 06:20:09PM +0200, Jean-Jacques

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

2017-07-17 Thread Adam Ford
On Mon, Jul 17, 2017 at 3:29 PM, Jean-Jacques Hiblot wrote: > > > On 14/07/2017 15:18, Adam Ford wrote: >> >> On Thu, Jul 13, 2017 at 2:22 AM, Jean-Jacques Hiblot >> wrote: >>> >>> >>> On 12/07/2017 19:30, Tom Rini wrote: On Tue, Jul 11, 2017 at 06:20:09PM +0200, Jean-Jacques Hiblot wro

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

2017-07-17 Thread Jean-Jacques Hiblot
On 14/07/2017 15:18, Adam Ford wrote: On Thu, Jul 13, 2017 at 2:22 AM, Jean-Jacques Hiblot wrote: On 12/07/2017 19:30, Tom Rini wrote: On Tue, Jul 11, 2017 at 06:20:09PM +0200, Jean-Jacques Hiblot wrote: This series enables the ADMA present in some OMAP SOCs. On a DRA7 the performances wh

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

2017-07-14 Thread Adam Ford
On Thu, Jul 13, 2017 at 2:22 AM, Jean-Jacques Hiblot wrote: > > > On 12/07/2017 19:30, Tom Rini wrote: >> >> On Tue, Jul 11, 2017 at 06:20:09PM +0200, Jean-Jacques Hiblot wrote: >> >>> This series enables the ADMA present in some OMAP SOCs. >>> On a DRA7 the performances when reading from the eMMC

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

2017-07-13 Thread Jean-Jacques Hiblot
On 12/07/2017 19:30, Tom Rini wrote: On Tue, Jul 11, 2017 at 06:20:09PM +0200, 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 20MB/s to 40MB/s. Also while were at it, fix some incorrect bit opera

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

2017-07-12 Thread Adam Ford
On Wed, Jul 12, 2017 at 12:30 PM, Tom Rini wrote: > On Tue, Jul 11, 2017 at 06:20:09PM +0200, 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 20MB/s >> to 40MB/s. >> Also while were at it, fix

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

2017-07-12 Thread Tom Rini
On Tue, Jul 11, 2017 at 06:20:09PM +0200, 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 20MB/s > to 40MB/s. > Also while were at it, fix some incorrect bit operations > > This is the first seri

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

2017-07-11 Thread Jean-Jacques Hiblot
This series enables the ADMA present in some OMAP SOCs. On a DRA7 the performances when reading from the eMMC go from 20MB/s to 40MB/s. Also while were at it, fix some incorrect bit operations This is the first series of 3 which wille enable HS200 and UHS on the omap5 platforms (dra7 and am57). T