From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755429AbcKQSlW (ORCPT ); Thu, 17 Nov 2016 13:41:22 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:35626 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755091AbcKQSlR (ORCPT ); Thu, 17 Nov 2016 13:41:17 -0500 From: Sanchayan Maity To: broonie@kernel.org Cc: stefan@agner.ch, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, Sanchayan Maity Subject: [PATCH 0/4] Fixes for Vybrid SPI DMA implementation Date: Thu, 17 Nov 2016 17:46:47 +0530 Message-Id: X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161111122036.fubv7b4jc5vkdxhc@sirena.org.uk> References: <20161111122036.fubv7b4jc5vkdxhc@sirena.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, The following set of patches have fixes for Vybrid SPI DMA implementation along with some minor clean ups requested at time when v3 version of SPI DMA support patch was accepted. This series of patches is based on top of branch topic/fsl-dspi. http://git.kernel.org/cgit/linux/kernel/git/broonie/spi.git/log/?h=topic/fsl-dspi The patches have been tested on a Toradex Colibri Vybrid VF61 module. Thanks & Regards, Sanchayan. Sanchayan Maity (4): spi: spi-fsl-dspi: Fix SPI transfer issue when using multiple SPI_IOC_MESSAGE spi: spi-fsl-dspi: Fix incorrect DMA setup spi: spi-fsl-dspi: Fix continuous selection format spi: spi-fsl-dspi: Minor code cleanup and error path fixes drivers/spi/spi-fsl-dspi.c | 69 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 51 insertions(+), 18 deletions(-) -- 2.10.2 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sanchayan Maity Subject: [PATCH 0/4] Fixes for Vybrid SPI DMA implementation Date: Thu, 17 Nov 2016 17:46:47 +0530 Message-ID: References: <20161111122036.fubv7b4jc5vkdxhc@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Sanchayan Maity , linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, stefan@agner.ch, linux-kernel@vger.kernel.org To: broonie@kernel.org Return-path: In-Reply-To: <20161111122036.fubv7b4jc5vkdxhc@sirena.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org List-Id: linux-spi.vger.kernel.org Hello, The following set of patches have fixes for Vybrid SPI DMA implementation along with some minor clean ups requested at time when v3 version of SPI DMA support patch was accepted. This series of patches is based on top of branch topic/fsl-dspi. http://git.kernel.org/cgit/linux/kernel/git/broonie/spi.git/log/?h=topic/fsl-dspi The patches have been tested on a Toradex Colibri Vybrid VF61 module. Thanks & Regards, Sanchayan. Sanchayan Maity (4): spi: spi-fsl-dspi: Fix SPI transfer issue when using multiple SPI_IOC_MESSAGE spi: spi-fsl-dspi: Fix incorrect DMA setup spi: spi-fsl-dspi: Fix continuous selection format spi: spi-fsl-dspi: Minor code cleanup and error path fixes drivers/spi/spi-fsl-dspi.c | 69 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 51 insertions(+), 18 deletions(-) -- 2.10.2 From mboxrd@z Thu Jan 1 00:00:00 1970 From: maitysanchayan@gmail.com (Sanchayan Maity) Date: Thu, 17 Nov 2016 17:46:47 +0530 Subject: [PATCH 0/4] Fixes for Vybrid SPI DMA implementation In-Reply-To: <20161111122036.fubv7b4jc5vkdxhc@sirena.org.uk> References: <20161111122036.fubv7b4jc5vkdxhc@sirena.org.uk> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello, The following set of patches have fixes for Vybrid SPI DMA implementation along with some minor clean ups requested at time when v3 version of SPI DMA support patch was accepted. This series of patches is based on top of branch topic/fsl-dspi. http://git.kernel.org/cgit/linux/kernel/git/broonie/spi.git/log/?h=topic/fsl-dspi The patches have been tested on a Toradex Colibri Vybrid VF61 module. Thanks & Regards, Sanchayan. Sanchayan Maity (4): spi: spi-fsl-dspi: Fix SPI transfer issue when using multiple SPI_IOC_MESSAGE spi: spi-fsl-dspi: Fix incorrect DMA setup spi: spi-fsl-dspi: Fix continuous selection format spi: spi-fsl-dspi: Minor code cleanup and error path fixes drivers/spi/spi-fsl-dspi.c | 69 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 51 insertions(+), 18 deletions(-) -- 2.10.2