previously burst length (BURST_LENGTH) is always set to equal to bits_per_word, causes a 10us gap between each word in transfer, which significantly affects performance. This patch set uses 32 bits tranfser to simulate lowers bits transfer, and by set burst length to maximum possible value to reduce number of gaps in both PIO & DMA transfers. * This patch set is against linux-next tree Jiada Wang (2): spi: imx: dynamic burst length adjust for PIO mode spi: imx: dynamic burst length adjust for DMA mode drivers/spi/spi-imx.c | 293 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 267 insertions(+), 26 deletions(-) -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html