Re: [PATCH] i2c: mediatek: i2c multi transfer optimization

2016-02-25 Thread kbuild test robot
Hi Liguo, [auto build test WARNING on wsa/i2c/for-next] [also build test WARNING on next-20160224] [cannot apply to v4.5-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Liguo-Zhang/i2c-med

[PATCH] i2c: mediatek: i2c multi transfer optimization

2016-02-25 Thread Liguo Zhang
Send the next transfer in the i2c irq handler, and only signal complete() when the entire transaction has been completed. Signed-off-by: Liguo Zhang --- drivers/i2c/busses/i2c-mt65xx.c | 220 ++-- 1 file changed, 123 insertions(+), 97 deletions(-) diff --git