From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754053AbcFGISi (ORCPT ); Tue, 7 Jun 2016 04:18:38 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:37519 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751547AbcFGISe (ORCPT ); Tue, 7 Jun 2016 04:18:34 -0400 From: Vignesh R To: Mark Brown CC: , , , Vignesh R Subject: [PATCH v3 0/2] spi: Add DMA support for ti-qspi Date: Tue, 7 Jun 2016 13:48:08 +0530 Message-ID: <20160607081810.6640-1-vigneshr@ti.com> X-Mailer: git-send-email 2.8.3 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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