commit | a4d8f64f7267a88d4688f5c216926f5f6cafbae6 | [log] [tgz] |
---|---|---|
author | Leilk Liu <leilk.liu@mediatek.com> | Wed Oct 31 16:49:16 2018 +0800 |
committer | Mark Brown <broonie@kernel.org> | Wed Oct 31 10:00:10 2018 +0000 |
tree | f368845c8aa106186b0bda49f43336b224600a72 | |
parent | 3511ba7d4ca6f39e2d060bb94e42a41ad1fee7bf [diff] |
spi: mediatek: use correct mata->xfer_len when in fifo transfer when xfer_len is greater than 64 bytes and use fifo mode to transfer, the actual length from the third time is mata->xfer_len but not len in mtk_spi_interrupt(). Signed-off-by: Leilk Liu <leilk.liu@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>