From patchwork Thu Sep 20 14:43:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 1485591 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 339BFDF2D2 for ; Thu, 20 Sep 2012 14:43:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932215Ab2ITOmr (ORCPT ); Thu, 20 Sep 2012 10:42:47 -0400 Received: from mail-ie0-f174.google.com ([209.85.223.174]:41616 "EHLO mail-ie0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932154Ab2ITOmn (ORCPT ); Thu, 20 Sep 2012 10:42:43 -0400 Received: by mail-ie0-f174.google.com with SMTP id k13so3502403iea.19 for ; Thu, 20 Sep 2012 07:42:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=PjaiyJWm/Wf373Q6J9Y7J5rgHq9vbpi5xlFRwC4Cu4Q=; b=i8zFcsmP66swyZVMIBXcxK+9TCgrpxpMCdYBxTIqGSsgiZxx9CcMKVG7hZw2N/s1BF hS/QPNMYglpxk7eMoEC0BC/m5dLIfiL27vGDcI+vCaHupVQEp8VKmjlFOKVaTMqxdG4P JTxFUdzGha02qPH/9KP4wUcCBOyBwsJ7CqsAC9LvuebpolxWripk0y0nwSiX5w50ouKb 94Os7Wq6AcsESqdPyzVvKBjghcRn0dHMDvoV9JTJCrxFtNUzBWF1VNwossh9muMLcACi k/1GDKLGfzifTnaGJpsPbJSSs90kf8QjoAU3cli7mmsVhYjidBrCPihfngOy0aF4fiJU Hl/A== Received: by 10.50.168.106 with SMTP id zv10mr2695404igb.13.1348152163126; Thu, 20 Sep 2012 07:42:43 -0700 (PDT) Received: from beef.ohporter.com (cpe-24-166-64-7.neo.res.rr.com. [24.166.64.7]) by mx.google.com with ESMTPS id p5sm15288242igm.13.2012.09.20.07.42.41 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Sep 2012 07:42:42 -0700 (PDT) From: Matt Porter To: Tony Lindgren , Sekhar Nori , Grant Likely , Mark Brown , Benoit Cousson , Russell King , Vinod Koul , Rob Landley , Chris Ball Cc: Devicetree Discuss , Linux OMAP List , Linux ARM Kernel List , Linux DaVinci Kernel List , Linux Kernel Mailing List , Linux Documentation List , Linux MMC List , Linux SPI Devel List , Arnd Bergmann , Dan Williams , Rob Herring Subject: [RFC PATCH 13/13] Documentation: add schedule for removing private EDMA API Date: Thu, 20 Sep 2012 10:43:46 -0400 Message-Id: <1348152226-13588-14-git-send-email-mporter@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1348152226-13588-1-git-send-email-mporter@ti.com> References: <1348152226-13588-1-git-send-email-mporter@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org The davinci-pcm driver is the last in-kernel user of the private EDMA API. Once it has been converted to DMA Engine API the private EDMA API functionality can be folded into the EDMA DMA Engine driver and removed. Signed-off-by: Matt Porter --- Documentation/feature-removal-schedule.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index f4d8c71..64109e6 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -637,3 +637,13 @@ Who: Russell King , Santosh Shilimkar ---------------------------- + +What: EDMA private DMA implementation +When: 2013 +Why: We have a DMA engine implementation; all users should be updated + to use this rather than persisting with the old APIs. The old APIs + block merging the old DMA engine implementation into the DMA + engine driver. +Who: Matt Porter + +----------------------------