Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752275Ab3FZBcr (ORCPT ); Tue, 25 Jun 2013 21:32:47 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:37632 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752073Ab3FZBcn (ORCPT ); Tue, 25 Jun 2013 21:32:43 -0400 From: Joel A Fernandes To: Tony Lindgren , Sekhar Nori , Matt Porter , Grant Likely , Rob Herring , Vinod Koul , Mark Brown , Benoit Cousson , Russell King , Balaji TK , 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 Subject: [PATCH 0/2] EDMA config and comments Date: Tue, 25 Jun 2013 20:31:54 -0500 Message-ID: <1372210314-7115-1-git-send-email-joelagnel@ti.com> X-Mailer: git-send-email 1.7.0.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1046 Lines: 30 From: Joel A Fernandes Minor patches remaining after EDMA series has been merged: First patch adds the TI_EDMA option which people can forget to add and can result in failure without any informative errors of why DMA is not working. Second patch adds comments to the EDMA code for the calculations in the A-sync case. From my experience, this code is not-so-obvious. Hopefully this makes the life of readers of the code a little better. Joel A Fernandes (2): ARM: configs: Enable TI_EDMA in omap2plus_defconfig DMA: EDMA: Add comments for A-sync case calculations arch/arm/configs/omap2plus_defconfig | 1 + drivers/dma/edma.c | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) -- Resending as first attempt didn't work. 1.7.9.5 -- 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/