Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932694Ab1EYMs7 (ORCPT ); Wed, 25 May 2011 08:48:59 -0400 Received: from mga01.intel.com ([192.55.52.88]:61291 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932207Ab1EYMsr (ORCPT ); Wed, 25 May 2011 08:48:47 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,266,1304319600"; d="scan'208";a="8462412" Subject: Re: [PATCH 2/2] dmaengine: add TODO items for future work on dma drivers From: "Koul, Vinod" To: Per Forlin Cc: LKML , linux-arm-kernel@lists.infradead.org, Russell King , Linus Walleij , Dan 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:45:18 +0530 Message-ID: <1306325718.30236.188.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: 1415 Lines: 42 On Wed, 2011-05-25 at 14:39 +0200, Per Forlin wrote: > On 25 May 2011 13:39, Koul, Vinod wrote: > > 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 > > +2. Remove old slave pointer machansim > > +3. Make issue_pending to start the transaction in below drivers > > + - mpc512x_dma > > + - imx-dma > > + - imx-sdma > > + - mxs-dma.c > > + - dw_dmac > > + - intel_mid_dma > > + - ste_dma40 > ste_dma40 already does this. At least is does so in 2.6.39. I may not > be up to date of what is merged for 2.6.40. Yes, I was supposed to drop this, but forgot before sending. I will update this before I apply if no other updates are required -- ~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/