Skip to content
Commit 250dcd11 authored by Ulf Hansson's avatar Ulf Hansson
Browse files

mmc: sdhci: Avoid swiotlb buffer being full



The commit de3ee99b ("mmc: Delete bounce buffer handling") deletes the
bounce buffer handling, but also causes the max_req_size for sdhci to be
increased, in case when max_segs == 1. This causes errors for sdhci-pci
Ricoh variant, about the swiotlb buffer to become full.

Fix the issue, by taking IO_TLB_SEGSIZE and IO_TLB_SHIFT into account when
deciding the max_req_size for sdhci.

Reported-by: default avatarJiri Slaby <jslaby@suse.cz>
Fixes: de3ee99b ("mmc: Delete bounce buffer handling")
Cc: <stable@vger.kernel.org> # v4.14+
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Tested-by: default avatarJiri Slaby <jslaby@suse.cz>
Acked-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
parent 52884f8f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment