Revision 5ea47691bd99e1100707ec63364aff72324e2af4 authored by Daniel Drake on 20 March 2019, 06:36:53 UTC, committed by Ulf Hansson on 21 March 2019, 10:19:06 UTC
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>
1 parent 031d2cc
History
File Mode Size
Kconfig -rw-r--r-- 3.9 KB
Makefile -rw-r--r-- 492 bytes
ptp_chardev.c -rw-r--r-- 9.7 KB
ptp_clock.c -rw-r--r-- 10.0 KB
ptp_dte.c -rw-r--r-- 8.2 KB
ptp_ixp46x.c -rw-r--r-- 7.4 KB
ptp_kvm.c -rw-r--r-- 4.8 KB
ptp_pch.c -rw-r--r-- 16.2 KB
ptp_private.h -rw-r--r-- 3.3 KB
ptp_qoriq.c -rw-r--r-- 16.1 KB
ptp_qoriq_debugfs.c -rw-r--r-- 2.3 KB
ptp_sysfs.c -rw-r--r-- 7.8 KB

back to top