On Tue, 06 Nov 2012 11:13:59 +0800 chao bi <chao.bi@xxxxxxxxx> wrote: > > This patch is to correct the bit mapping of "MORE" and "CTS" in SPI frame header. > Per SPI protocol, SPI header is encoded with length of 4 byte, which is defined > as below: > bit 0 ~ 11: current data size; > bit 12: "MORE" bit; > bit 13: reserve > bit 14 ~ 15: reserve > bit 16 ~ 27: next data size > bit 28: RI > bit 29: DCD > bit 30: CTS/RTS > bit 31: DSR/DTR > > According to above SPI header structure, the bit mapping of "MORE" and "CTS" is > incorrect in function ifx_spi_decode_spi_header(); > > cc: Chen Jun <jun.d.chen@xxxxxxxxx> > Signed-off-by: channing <chao.bi@xxxxxxxxx> Acked-by: Alan Cox <alan@xxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html