summaryrefslogtreecommitdiff
path: root/drivers/reset
diff options
context:
space:
mode:
authorDaniel Drake <drake@endlessm.com>2019-03-20 14:36:53 +0800
committerUlf Hansson <ulf.hansson@linaro.org>2019-03-21 11:19:06 +0100
commit5ea47691bd99e1100707ec63364aff72324e2af4 (patch)
tree027b2aff667b33417d9c63ba0bf38923b2f0ce2e /drivers/reset
parent031d2ccc16775c9531800979069e141fbedeb2f7 (diff)
mmc: alcor: fix DMA reads
Setting max_blk_count to 1 here was causing the mmc block layer to always use the MMC_READ_SINGLE_BLOCK command here, which the driver does not DMA-accelerate. Drop the max_blk_ settings here. The mmc host defaults suffice, along with the max_segs and max_seg_size settings, which I have now documented in more detail. Now each MMC command reads 4 512-byte blocks, using DMA instead of PIO. On my SD card, this increases read performance (measured with dd) from 167kb/sec to 4.6mb/sec. Link: http://lkml.kernel.org/r/CAD8Lp47L5T3jnAjBiPs1cQ+yFA3L6LJtgFvMETnBrY63-Zdi2g@mail.gmail.com Signed-off-by: Daniel Drake <drake@endlessm.com> Reviewed-by: Oleksij Rempel <linux@rempel-privat.de> Fixes: c5413ad815a6 ("mmc: add new Alcor Micro Cardreader SD/MMC driver") Cc: stable@vger.kernel.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/reset')
0 files changed, 0 insertions, 0 deletions