Loading
!5933 [sync] PR-5895: i2c: i801: Fix block process call transactions
Merge Pull Request from: @openeuler-sync-bot Origin pull request: https://gitee.com/openeuler/kernel/pulls/5895 PR sync from: Liao Chen <liaochen4@huawei.com> https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/MP5WRJGPAQWUNCND6JWO6SSBEYJMBV5O/ According to the Intel datasheets, software must reset the block buffer index twice for block process call transactions: once before writing the outgoing data to the buffer, and once again before reading the incoming data from the buffer. The driver is currently missing the second reset, causing the wrong portion of the block buffer to be read. Jean Delvare (1): i2c: i801: Fix block process call transactions -- 2.34.1 https://gitee.com/src-openeuler/kernel/issues/I93ELY Link:https://gitee.com/openeuler/kernel/pulls/5933 Reviewed-by:Jialin Zhang <zhangjialin11@huawei.com> Reviewed-by:
Zhang Jianhua <chris.zjh@huawei.com> Signed-off-by:
Jialin Zhang <zhangjialin11@huawei.com>