On Mon, Aug 2, 2010 at 9:34 AM, Cory Maccarrone <darkstar6262@xxxxxxxxx> wrote: > On Sat, May 29, 2010 at 5:12 PM, Cory Maccarrone <darkstar6262@xxxxxxxxx> 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, receive-only transfers were failing due to the >> perceived need to fill the TX buffer with something. This is in >> fact not needed. >> >> Signed-off-by: Cory Maccarrone <darkstar6262@xxxxxxxxx> >> --- >> drivers/spi/omap_spi_100k.c | 23 ++++++++++++----------- >> 1 files changed, 12 insertions(+), 11 deletions(-) >>[...] > > Adding another name to the list. This patch has been in my next-spi branch for a while, and I have a pull request pending out to Linus. g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html