From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH 4/5] spi: tegra: remove support of legacy DMA driver based access Date: Thu, 13 Sep 2012 17:36:10 -0600 Message-ID: <50526DEA.3060502@wwwdotorg.org> References: <1345126397-28864-1-git-send-email-ldewangan@nvidia.com> <1345126397-28864-5-git-send-email-ldewangan@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1345126397-28864-5-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Laxman Dewangan Cc: olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org, grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org, lrg-l0cyMroinI0@public.gmane.org, broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org, vinod.koul-VuQAYsv1563Yd54FQh9/CA@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org List-Id: alsa-devel@alsa-project.org On 08/16/2012 08:13 AM, Laxman Dewangan wrote: > Remove the support code which uses the legacy APB DMA driver > for accessing the SPI FIFO. > The driver will use the dmaengine based APB DMA driver for > accessing reqding/writing to SPI FIFO. > > Signed-off-by: Laxman Dewangan Please note that I've applied this to Tegra's for-3.7/dmaengine branch, even though it hasn't been ack'd by an SPI maintainer. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759102Ab2IMXgQ (ORCPT ); Thu, 13 Sep 2012 19:36:16 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:55974 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759057Ab2IMXgN (ORCPT ); Thu, 13 Sep 2012 19:36:13 -0400 Message-ID: <50526DEA.3060502@wwwdotorg.org> Date: Thu, 13 Sep 2012 17:36:10 -0600 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: Laxman Dewangan CC: olof@lixom.net, grant.likely@secretlab.ca, lrg@ti.com, broonie@opensource.wolfsonmicro.com, vinod.koul@linux.intel.com, linux@arm.linux.org.uk, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, spi-devel-general@lists.sourceforge.net, alsa-devel@alsa-project.org Subject: Re: [PATCH 4/5] spi: tegra: remove support of legacy DMA driver based access References: <1345126397-28864-1-git-send-email-ldewangan@nvidia.com> <1345126397-28864-5-git-send-email-ldewangan@nvidia.com> In-Reply-To: <1345126397-28864-5-git-send-email-ldewangan@nvidia.com> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/16/2012 08:13 AM, Laxman Dewangan wrote: > Remove the support code which uses the legacy APB DMA driver > for accessing the SPI FIFO. > The driver will use the dmaengine based APB DMA driver for > accessing reqding/writing to SPI FIFO. > > Signed-off-by: Laxman Dewangan Please note that I've applied this to Tegra's for-3.7/dmaengine branch, even though it hasn't been ack'd by an SPI maintainer.