Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756328AbbLQN21 (ORCPT ); Thu, 17 Dec 2015 08:28:27 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:35302 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755109AbbLQN20 (ORCPT ); Thu, 17 Dec 2015 08:28:26 -0500 From: Peter Ujfalusi To: , CC: , , , Subject: [PATCH v02 0/6] ARM: DTS: da850: eDMA new bindings and MMC/SPI DMA support Date: Thu, 17 Dec 2015 15:27:46 +0200 Message-ID: <1450358872-2951-1-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 2.6.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: 1526 Lines: 48 Hi, Changes since v1: - Added tested by from Sushaanth Srirangapathi - Updated to use the non 16bit arrays [1] - memcpy channels are not reserved as requested by Sekhar - DMA memcpy is disabled for now Switch to use the new eDMA bindings and enable DMA for MMC0, SPI1. Add node for MMC1. [1] As it has been discussed in the following thread: https://www.mail-archive.com/linux-omap@vger.kernel.org/msg122117.html the DT bindings has been changes compared to what we had in 4.4-rc1: the arrays now don't have the 16bit type. The changes are now merged to mainline and Vinod provided us a branch: git://git.infradead.org/users/vkoul/slave-dma.git fix/edma Which is based on 4.4-rc1 and only contains the two patch for changing the eDMA bindings. Regards, Peter --- Peter Ujfalusi (6): ARM: DTS: da850: fix edma0 reg space ARM: DTS: da850: Use the new DT bindings for the eDMA3 ARM: DTS: da850: Enable eDMA1 ARM: DTS: da850: Enable DMA use for MMC0 ARM: DTS: da850: Add node for mmc1 ARM: DTS: da850: Enable DMA for SPI1 arch/arm/boot/dts/da850-enbw-cmc.dts | 8 +++++ arch/arm/boot/dts/da850-evm.dts | 8 +++++ arch/arm/boot/dts/da850.dtsi | 58 ++++++++++++++++++++++++++++++++---- 3 files changed, 68 insertions(+), 6 deletions(-) -- 2.6.4 -- 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/