Re: [PATCH v2 13/13] i2c: qup: reorganization of driver code to remove polling for qup v2

2018-03-13 Thread Sricharan R
Hi Abhishek, On 3/12/2018 6:45 PM, Abhishek Sahu wrote: > Following are the major issues in current driver code > > 1. The current driver simply assumes the transfer completion >whenever its gets any non-error interrupts and then simply do the >polling of available/free bytes in FIFO. > 2

[PATCH v2 13/13] i2c: qup: reorganization of driver code to remove polling for qup v2

2018-03-12 Thread Abhishek Sahu
Following are the major issues in current driver code 1. The current driver simply assumes the transfer completion whenever its gets any non-error interrupts and then simply do the polling of available/free bytes in FIFO. 2. The block mode is not working properly since no handling in bein