Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751996Ab3GJHy5 (ORCPT ); Wed, 10 Jul 2013 03:54:57 -0400 Received: from mga14.intel.com ([143.182.124.37]:45264 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751043Ab3GJHyz convert rfc822-to-8bit (ORCPT ); Wed, 10 Jul 2013 03:54:55 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,1034,1363158000"; d="scan'208";a="266281905" Message-ID: <1373442874.24799.215.camel@smile> Subject: Re: [PATCH 00/12] dma: various minor clean ups for slave drivers From: Andy Shevchenko To: Vinod Koul Cc: Andy Shevchenko , linux-kernel@vger.kernel.org, Dan Williams , Li Yang , Zhang Wei , linuxppc-dev@lists.ozlabs.org, Stephen Warren , linux-tegra@vger.kernel.org, Shawn Guo Date: Wed, 10 Jul 2013 10:54:34 +0300 In-Reply-To: <20130530174727.GE3767@intel.com> References: <1369656882-25241-1-git-send-email-andriy.shevchenko@linux.intel.com> <20130530174727.GE3767@intel.com> Organization: Intel Finland Oy Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Evolution 3.4.4-3 Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2022 Lines: 54 On Thu, 2013-05-30 at 23:17 +0530, Vinod Koul wrote: > On Mon, May 27, 2013 at 03:14:30PM +0300, Andy Shevchenko wrote: > > Here is a set of small independent patches that clean up or fix minor things > > across DMA slave drivers. > The series looks fine. I am going to wait a day more and apply, pls speak up if > you disagree and ack if you agree Kindly remind about this series. > > -- > ~Vinod > > > > Andy Shevchenko (12): > > imx-sdma: remove useless variable > > mxs-dma: remove useless variable > > edma: no need to assign residue to 0 explicitly > > ep93xx_dma: remove useless use of lock > > fsldma: remove useless use of lock > > mmp_pdma: remove useless use of lock > > mpc512x_dma: remove useless use of lock > > pch_dma: remove useless use of lock > > tegra20-apb-dma: remove useless use of lock > > ipu_idmac: re-use dma_cookie_status() > > mmp_tdma: set cookies as well when asked for tx status > > txx9dmac: return DMA_SUCCESS immediately from device_tx_status() > > > > drivers/dma/edma.c | 2 -- > > drivers/dma/ep93xx_dma.c | 10 +--------- > > drivers/dma/fsldma.c | 10 +--------- > > drivers/dma/imx-sdma.c | 9 +++------ > > drivers/dma/ipu/ipu_idmac.c | 5 +---- > > drivers/dma/mmp_pdma.c | 10 +--------- > > drivers/dma/mmp_tdma.c | 3 ++- > > drivers/dma/mpc512x_dma.c | 10 +--------- > > drivers/dma/mxs-dma.c | 4 +--- > > drivers/dma/pch_dma.c | 9 +-------- > > drivers/dma/tegra20-apb-dma.c | 8 +++----- > > drivers/dma/txx9dmac.c | 13 ++++++------- > > 12 files changed, 21 insertions(+), 72 deletions(-) > > > > -- > > 1.8.2.rc0.22.gb3600c3 > > > -- Andy Shevchenko Intel Finland Oy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/