Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1464463
| From | Vignesh R <vigneshr@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v6 0/2] spi: Add DMA support for ti-qspi |
| Date | 2016-08-17 12:00 +0200 |
| Message-ID | <s75NJ-7IP-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series adds support for DMA during QSPI flash read using memory mapped mode. Tested on DRA74 EVM, DRA72 EVM and AM437x SK on linux-next. Vignesh R (2): spi: Add support to handle kmap'd buffers in spi_map_buf() spi: spi-ti-qspi: Add DMA support for QSPI mmap read drivers/spi/spi-ti-qspi.c | 139 ++++++++++++++++++++++++++++++++++++++++------ drivers/spi/spi.c | 17 +++++- 2 files changed, 136 insertions(+), 20 deletions(-) -- 2.9.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v6 0/2] spi: Add DMA support for ti-qspi Vignesh R <vigneshr@ti.com> - 2016-08-17 12:00 +0200
[PATCH v6 1/2] spi: Add support to handle kmap'd buffers in spi_map_buf() Vignesh R <vigneshr@ti.com> - 2016-08-17 12:00 +0200
Applied "spi: Add support to handle kmap'd buffers in spi_map_buf()" to the spi tree Mark Brown <broonie@kernel.org> - 2016-08-17 13:30 +0200
csiph-web