[PATCH-v2.6.39] spi/omap_mcspi: Fix broken last word xfer

2011-03-21 Thread Jarkko Nikula
Commit adef658 "spi/omap_mcspi: catch xfers of non-multiple SPI word size" broke the transmission of last word in cases where access is multiple of word size and word size is 16 or 32 bits. Fix this by replacing the test "c > (word_len>>3)" in do-while loops with "c >= 'pointer increment size'". T

Reminder about your invitation from 志龙 张

2011-03-21 Thread LinkedIn Invitations
LinkedIn This is a reminder that on March 16, 志龙 张 sent you an invitation to become part of his or her professional network at LinkedIn. Follow this link to accept 志龙 张's invitation. https://www.linkedin.com/e/g7s4jc-glj7kum6-3g/doi/2514884176/P_eUC09s/gir_446131421_0/EML-inv_1

Re: dw_spi CS control/transfer modes

2011-03-21 Thread Jamie Iles
Hi Feng, On Mon, Mar 21, 2011 at 10:06:42AM +0800, Feng Tang wrote: > Hi Jamie, > > On Sat, 19 Mar 2011 04:11:35 +0800 > Jamie Iles wrote: > > > Hi, > > > > I have a platform with a DesignWare SSI and I'm trying to use the > > dw_spi block using a GPIO for the chip select to workaround the > >