Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1415844 > unrolled thread

[PATCH v3 0/2] spi: Add DMA support for ti-qspi

Started byVignesh R <vigneshr@ti.com>
First post2016-06-07 10:20 +0200
Last post2016-06-07 10:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/2] spi: Add DMA support for ti-qspi Vignesh R <vigneshr@ti.com> - 2016-06-07 10:20 +0200

#1415844 — [PATCH v3 0/2] spi: Add DMA support for ti-qspi

FromVignesh R <vigneshr@ti.com>
Date2016-06-07 10:20 +0200
Subject[PATCH v3 0/2] spi: Add DMA support for ti-qspi
Message-ID<rHkoW-gO-9@gated-at.bofh.it>
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.

v2: https://lkml.org/lkml/2016/4/25/187
v1: https://lkml.org/lkml/2016/4/4/855


Vignesh R (2):
  spi: Add DMA support for spi_flash_read()
  spi: spi-ti-qspi: Add DMA support for QSPI mmap read

 drivers/spi/spi-ti-qspi.c | 189 ++++++++++++++++++++++++++++++++++++++++++----
 drivers/spi/spi.c         |  14 ++++
 include/linux/spi/spi.h   |   4 +
 3 files changed, 194 insertions(+), 13 deletions(-)

-- 
2.8.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web