summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-dspi.c
diff options
context:
space:
mode:
authorbayi cheng <bayi.cheng@mediatek.com>2022-11-14 16:13:27 +0800
committerMark Brown <broonie@kernel.org>2022-11-14 11:48:51 +0000
commitd52a826b40604387d3e24b54e12e404867902fbb (patch)
treef331b01b595352e94a06be5fd1add02131bfdbb9 /drivers/spi/spi-fsl-dspi.c
parent6c6871cdaef96361f6b79a3e45d451a6475df4d6 (diff)
downloadlinux-stable-d52a826b40604387d3e24b54e12e404867902fbb.tar.gz
linux-stable-d52a826b40604387d3e24b54e12e404867902fbb.tar.bz2
linux-stable-d52a826b40604387d3e24b54e12e404867902fbb.zip
spi: spi-mtk-nor: Optimize timeout for dma read
The timeout value of the current dma read is unreasonable. For example, If the spi flash clock is 26Mhz, It will takes about 1.3ms to read a 4KB data in spi mode. But the actual measurement exceeds 50s when a dma read timeout is encountered. In order to be more accurately, It is necessary to use usecs_to_jiffies, After modification, the measured timeout value is about 130ms. Signed-off-by: bayi cheng <bayi.cheng@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20221114081327.25750-1-bayi.cheng@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-fsl-dspi.c')
0 files changed, 0 insertions, 0 deletions