commit | 9c5de2c1754c2bb3c69c4d7bf0d0edc0a61d8232 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Mon Jun 02 15:38:05 2014 +0200 |
committer | Mark Brown <broonie@linaro.org> | Mon Jun 02 15:49:32 2014 +0100 |
tree | 7df2f1092d7a960b1445c72e05b6fef470d81394 | |
parent | 32c64261c6f50a4e71ec7546f7e2f48eba91c985 [diff] |
spi: rspi: Remove unused 16-bit DMA support The 16-bit DMA support doesn't fit well within the SPI core DMA framework, as it needs to manage its own double-sized temporary buffers, for handling the interleaved data. Remove it, as there is no in-tree board code that sets rspi_plat_data.dma_width_16bit. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mark Brown <broonie@linaro.org>