From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laxman Dewangan Subject: Re: [PATCH] spi: tegra: use dmaengine based dma driver Date: Tue, 10 Jul 2012 18:04:31 +0530 Message-ID: <4FFC2157.7090501@nvidia.com> References: <1340969480-7702-1-git-send-email-ldewangan@nvidia.com> <4FEDD97A.7050702@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4FEDD97A.7050702-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spi-devel-general-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org To: Stephen Warren , Mark Brown Cc: "spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org" , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-tegra@vger.kernel.org On Friday 29 June 2012 10:06 PM, Stephen Warren wrote: > On 06/29/2012 05:31 AM, Laxman Dewangan wrote: >> Use the dmaengine based Tegra APB DMA driver for >> data transfer between SPI FIFO and memory in >> place of legacy Tegra APB DMA. >> >> The new driver is selected if legacy driver is not >> selected and new DMA driver is enabled through config >> file. >> >> Signed-off-by: Laxman Dewangan > Acked-by: Stephen Warren > Hi Mark, Understand from Grant's mail's discussion that you are picking up the spi change. Please let me know if I need to re-send this patch. Thanks, Laxman ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755514Ab2GJMkx (ORCPT ); Tue, 10 Jul 2012 08:40:53 -0400 Received: from hqemgate03.nvidia.com ([216.228.121.140]:11638 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751498Ab2GJMkv (ORCPT ); Tue, 10 Jul 2012 08:40:51 -0400 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Tue, 10 Jul 2012 05:37:00 -0700 Message-ID: <4FFC2157.7090501@nvidia.com> Date: Tue, 10 Jul 2012 18:04:31 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Stephen Warren , Mark Brown CC: "grant.likely@secretlab.ca" , "spi-devel-general@lists.sourceforge.net" , "linux-kernel@vger.kernel.org" , "linux-tegra@vger.kernel.org" Subject: Re: [PATCH] spi: tegra: use dmaengine based dma driver References: <1340969480-7702-1-git-send-email-ldewangan@nvidia.com> <4FEDD97A.7050702@wwwdotorg.org> In-Reply-To: <4FEDD97A.7050702@wwwdotorg.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 29 June 2012 10:06 PM, Stephen Warren wrote: > On 06/29/2012 05:31 AM, Laxman Dewangan wrote: >> Use the dmaengine based Tegra APB DMA driver for >> data transfer between SPI FIFO and memory in >> place of legacy Tegra APB DMA. >> >> The new driver is selected if legacy driver is not >> selected and new DMA driver is enabled through config >> file. >> >> Signed-off-by: Laxman Dewangan > Acked-by: Stephen Warren > Hi Mark, Understand from Grant's mail's discussion that you are picking up the spi change. Please let me know if I need to re-send this patch. Thanks, Laxman