commit | 37cb626da25d0d895079c85866d0c2030cd98438 | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Tue Apr 16 23:06:58 2019 +0530 |
committer | Peng Fan <peng.fan@nxp.com> | Fri May 03 20:44:11 2019 +0800 |
tree | 3d2f2c7caa0903efb0aa5bc449f68accd3282122 | |
parent | 6d6af20571d1f64b823ca0116654f326c3ac495f [diff] |
mmc: sdhci: Add Support for ADMA2 The Standard Host Controller Interface (SDHCI) specification version 3.00 adds support for Advanced DMA (ADMA) for both 64 and 32 bit widths of DMA. ADMA2 uses a table of descriptors for aggregating DMA requests. This significantly improves read and write throughput. Add Support for the same. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>