]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf()
authorHsin-Yi Wang <hsinyi@chromium.org>
Fri, 15 Feb 2019 09:02:02 +0000 (17:02 +0800)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 12 Mar 2019 13:09:15 +0000 (14:09 +0100)
commit4370e38e90bb9f21ac66bdbf4cf18ccf556ee29e
tree1ec5d5103ce20805a6f168e8cf81ba2c5e18c35c
parent9818416e8a7b2729eca6245cca43e26f61a0703d
i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf()

DMA with zero-length transfers doesn't make sense and this HW doesn't
support them at all, so increase the threshold.

Fixes: 899c72f69769 ("i2c: mediatek: Use DMA safe buffers for i2c transactions")
Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
[wsa: reworded commit message]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-mt65xx.c