Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757206Ab1EYM5G (ORCPT ); Wed, 25 May 2011 08:57:06 -0400 Received: from mga11.intel.com ([192.55.52.93]:26880 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756960Ab1EYM5F (ORCPT ); Wed, 25 May 2011 08:57:05 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,266,1304319600"; d="scan'208";a="7333479" Subject: Re: [PATCH 2/2] dmaengine: add TODO items for future work on dma drivers From: "Koul, Vinod" To: Linus Walleij Cc: LKML , Russell King , Per Forlin , Dan , linux-arm-kernel@lists.infradead.org In-Reply-To: References: <1306323570-11133-1-git-send-email-vinod.koul@intel.com> <1306323570-11133-3-git-send-email-vinod.koul@intel.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 25 May 2011 17:53:36 +0530 Message-ID: <1306326216.30236.196.camel@vkoul-udesk3> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1380 Lines: 43 On Wed, 2011-05-25 at 14:47 +0200, Linus Walleij wrote: > 2011/5/25 Koul, Vinod : > > > From: Vinod Koul > > > > Signed-off-by: Vinod Koul > > --- > > drivers/dma/TODO | 12 ++++++++++++ > > 1 files changed, 12 insertions(+), 0 deletions(-) > > create mode 100644 drivers/dma/TODO > > > > diff --git a/drivers/dma/TODO b/drivers/dma/TODO > > new file mode 100644 > > index 0000000..b67d184 > > --- /dev/null > > +++ b/drivers/dma/TODO > > @@ -0,0 +1,12 @@ > > +TODO for slave dma > > + > > +1. Move remaining drivers to use new slave interface > > Here is the hitlist: > - find arch/arm/ |grep -e "dma.c$" > - arch/arm/mach-s3c64xx/dma.c need to be merged into > drivers/dma/amba-pl08x.c - make adjustments for local > deviations > > Or were you mainly talking about the drivers already in > drivers/dma? I was talking about current drivers still using old pointer mechanism for passing slave info. And yes this should be in list too, and this is where I may need your help :) I will try to compile the list for drivers which should be moved -- ~Vinod -- 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/