Re: [Patch v3] spi: qup: Fix incorrect block transfers

2014-10-02 Thread Andy Gross
On Thu, Oct 02, 2014 at 04:44:32PM +0300, Ivan T. Ivanov wrote: > > Hi Andy, > > I am trying to understand why we need extra functions for block > read and write. I separated them out because the constraints for doing the allowable writes/reads was making the whole thing messy. I opted for a c

Re: [Patch v3] spi: qup: Fix incorrect block transfers

2014-10-02 Thread Ivan T. Ivanov
Hi Andy, I am trying to understand why we need extra functions for block read and write. Essentially fifo and block read/write function are looking the same for me. Except that block functions have one extra write in QUP_OPERATIONAL register. On Tue, 2014-09-30 at 16:21 -0500, Andy Gross wrote