Re: [PATCH 07/18] spi: qup: Fix transaction done signaling

2017-06-14 Thread Sricharan R
Hi Andy, On 6/15/2017 1:21 AM, Andy Gross wrote: > On Wed, Jun 14, 2017 at 12:43:43PM +0530, Sricharan R wrote: >> Hi Varada, >> >> On 6/14/2017 11:22 AM, Varadarajan Narayanan wrote: >>> Wait to signal done until we get all of the interrupts we are expecting >>> to get for a transaction. If we d

Re: [PATCH 07/18] spi: qup: Fix transaction done signaling

2017-06-14 Thread Andy Gross
On Wed, Jun 14, 2017 at 12:43:43PM +0530, Sricharan R wrote: > Hi Varada, > > On 6/14/2017 11:22 AM, Varadarajan Narayanan wrote: > > Wait to signal done until we get all of the interrupts we are expecting > > to get for a transaction. If we don't wait for the input done flag, we > > can be inbet

Re: [PATCH 07/18] spi: qup: Fix transaction done signaling

2017-06-14 Thread Sricharan R
Hi Varada, On 6/14/2017 11:22 AM, Varadarajan Narayanan wrote: > Wait to signal done until we get all of the interrupts we are expecting > to get for a transaction. If we don't wait for the input done flag, we > can be inbetween transactions when the done flag comes in and this can > mess up the

[PATCH 07/18] spi: qup: Fix transaction done signaling

2017-06-13 Thread Varadarajan Narayanan
Wait to signal done until we get all of the interrupts we are expecting to get for a transaction. If we don't wait for the input done flag, we can be inbetween transactions when the done flag comes in and this can mess up the next transaction. Signed-off-by: Andy Gross Signed-off-by: Varadarajan