Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1293885
| From | Peter Ujfalusi <peter.ujfalusi@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v02 0/6] ARM: DTS: da850: eDMA new bindings and MMC/SPI DMA support |
| Date | 2015-12-17 14:30 +0100 |
| Message-ID | <qGGN3-8nL-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v02 0/6] ARM: DTS: da850: eDMA new bindings and MMC/SPI DMA support Peter Ujfalusi <peter.ujfalusi@ti.com> - 2015-12-17 14:30 +0100 [PATCH v02 4/6] ARM: DTS: da850: Enable DMA use for MMC0 Peter Ujfalusi <peter.ujfalusi@ti.com> - 2015-12-17 14:30 +0100 [PATCH v02 6/6] ARM: DTS: da850: Enable DMA for SPI1 Peter Ujfalusi <peter.ujfalusi@ti.com> - 2015-12-17 14:30 +0100 [PATCH v02 3/6] ARM: DTS: da850: Enable eDMA1 Peter Ujfalusi <peter.ujfalusi@ti.com> - 2015-12-17 14:30 +0100 [PATCH v02 2/6] ARM: DTS: da850: Use the new DT bindings for the eDMA3 Peter Ujfalusi <peter.ujfalusi@ti.com> - 2015-12-17 14:30 +0100 [PATCH v02 5/6] ARM: DTS: da850: Add node for mmc1 Peter Ujfalusi <peter.ujfalusi@ti.com> - 2015-12-17 14:30 +0100 [PATCH v02 1/6] ARM: DTS: da850: fix edma0 reg space Peter Ujfalusi <peter.ujfalusi@ti.com> - 2015-12-17 14:40 +0100
csiph-web