commit | 5dc47fefe1d470da47dd400796bbf93ffe82fd33 | [log] [tgz] |
---|---|---|
author | Varadarajan Narayanan <varada@codeaurora.org> | Fri Jul 28 12:22:57 2017 +0530 |
committer | Mark Brown <broonie@kernel.org> | Tue Aug 08 12:15:39 2017 +0100 |
tree | 0451d79b6290e4d9afdd453254488851b5846ecb | |
parent | 3b5ea2c981dd470882bdc83e548dd15a942dbf4d [diff] |
spi: qup: allow block mode to generate multiple transactions This let's you write more to the SPI bus than 64K-1 which is important if the block size of a SPI device is >= 64K or some other device wants to do something larger. This has the benefit of completely removing spi_message from the spi-qup transactions Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org> Signed-off-by: Varadarajan Narayanan <varada@codeaurora.org> Signed-off-by: Mark Brown <broonie@kernel.org>