Re: [spi-devel-general] [PATCH] [SPI] SPI100k: Fix 8-bit and RX-only transfers

2010-08-10 Thread Grant Likely
On Mon, Aug 2, 2010 at 9:34 AM, Cory Maccarrone darkstar6...@gmail.com wrote: On Sat, May 29, 2010 at 5:12 PM, Cory Maccarrone darkstar6...@gmail.com wrote: This change fixes 8-bit transfers and RX-only transfers.  The SPI100k framework requires minimum 16-bit words to be written, so 8-bit

Re: [spi-devel-general] [PATCH] [SPI] SPI100k: Fix 8-bit and RX-only transfers

2010-07-19 Thread Cory Maccarrone
On Sat, May 29, 2010 at 6:12 PM, Cory Maccarrone darkstar6...@gmail.com wrote: This change fixes 8-bit transfers and RX-only transfers.  The SPI100k framework requires minimum 16-bit words to be written, so 8-bit transfers must be shited by 8 bits and sent out as a 16-bit word. Additionally,

[spi-devel-general] [PATCH] [SPI] SPI100k: Fix 8-bit and RX-only transfers

2010-05-29 Thread Cory Maccarrone
This change fixes 8-bit transfers and RX-only transfers. The SPI100k framework requires minimum 16-bit words to be written, so 8-bit transfers must be shited by 8 bits and sent out as a 16-bit word. Additionally, receive-only transfers were failing due to the perceived need to fill the TX buffer