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
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
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
> >