summaryrefslogtreecommitdiffstats
path: root/include/linux/spi/rspi.h
Commit message (Collapse)AuthorAgeFilesLines
* spi: rspi: Remove unused 16-bit DMA supportGeert Uytterhoeven2014-06-021-2/+0
| | | | | | | | | | | 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>
* spi: rcar: add Renesas QSPI support on RSPIHiep Cao Minh2013-09-171-0/+2
| | | | | | | | The R8A7790 has QSPI module which is very similar to RSPI. This patch adds into RSPI module together to supports QSPI module. Signed-off-by: Hiep Cao Minh <cm-hiep@jinso.co.jp> Signed-off-by: Mark Brown <broonie@linaro.org>
* spi/rspi: add dmaengine supportShimoda, Yoshihiro2012-05-191-0/+31
This patch adds dmaengine supporting using sh_dma driver. The module receives data by DMAC, it also needs TX DMAC to generate SPI's clocks. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
OpenPOWER on IntegriCloud