Re: [PATCH v1 6/6] i2c: iproc: handle rx fifo full interrupt

2020-10-26 Thread Ray Jui
On 10/26/2020 8:13 AM, Rayagonda Kokatanur wrote: > Hi Dhanajay, > > On Fri, Oct 23, 2020 at 11:12 PM Ray Jui wrote: >> >> >> >> On 10/12/2020 3:03 PM, Dhananjay Phadke wrote: >>> From: Rayagonda Kokatanur >>> >>> On Sun, 11 Oct 2020 23:52:54 +0530, Rayagonda Kokatanur wrote: Add code to

Re: [PATCH v1 6/6] i2c: iproc: handle rx fifo full interrupt

2020-10-26 Thread Rayagonda Kokatanur
Hi Dhanajay, On Fri, Oct 23, 2020 at 11:12 PM Ray Jui wrote: > > > > On 10/12/2020 3:03 PM, Dhananjay Phadke wrote: > > From: Rayagonda Kokatanur > > > > On Sun, 11 Oct 2020 23:52:54 +0530, Rayagonda Kokatanur wrote: > >> Add code to handle IS_S_RX_FIFO_FULL_SHIFT interrupt to support > >> maste

Re: [PATCH v1 6/6] i2c: iproc: handle rx fifo full interrupt

2020-10-23 Thread Ray Jui
On 10/12/2020 3:03 PM, Dhananjay Phadke wrote: > From: Rayagonda Kokatanur > > On Sun, 11 Oct 2020 23:52:54 +0530, Rayagonda Kokatanur wrote: >> Add code to handle IS_S_RX_FIFO_FULL_SHIFT interrupt to support >> master write request with >= 64 bytes. >> >> Iproc has a slave rx fifo size of 64 b

[PATCH v1 6/6] i2c: iproc: handle rx fifo full interrupt

2020-10-11 Thread Rayagonda Kokatanur
Add code to handle IS_S_RX_FIFO_FULL_SHIFT interrupt to support master write request with >= 64 bytes. Iproc has a slave rx fifo size of 64 bytes. Rx fifo full interrupt (IS_S_RX_FIFO_FULL_SHIFT) will be generated when RX fifo becomes full. This can happen if master issues write request of more th