From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Tue, 23 Jul 2013 01:47:13 +0000 Subject: Re: [PATCH 0/6] DMA for MMCIF and SDHI devices in DT mode Message-Id: <20130723014713.GI16481@verge.net.au> List-Id: References: <1374498981-5263-1-git-send-email-g.liakhovetski@gmx.de> In-Reply-To: <1374498981-5263-1-git-send-email-g.liakhovetski@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Mon, Jul 22, 2013 at 03:16:15PM +0200, Guennadi Liakhovetski wrote: > This patch series adds DMA support for MMCIF and SDHI on APE6EVM, > armadillo800eva and KZM9G in DT mode. > > Cc: Guennadi Liakhovetski > > Guennadi Liakhovetski (6): > ARM: shmobile: ape6evm: add DMA support to MMCIF > ARM: shmobile: ape6evm-reference: enable DMA for the MMC interface > ARM: shmobile: armadillo800eva-reference: add MMCIF and SDHI DT nodes > ARM: shmobile: armadillo800eva-reference: add DMA to SDHI and MMCIF > ARM: shmobile: sh73a0: add support for the DMA0 controller in DT > ARM: shmobile: kzm9g-reference: add DMA channels to MMCIF and SDHI DT > > arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts | 3 + > .../boot/dts/r8a7740-armadillo800eva-reference.dts | 92 ++++++++++++++++++++ > arch/arm/boot/dts/r8a7740.dtsi | 33 +++++++ > arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 9 ++ > arch/arm/boot/dts/sh73a0.dtsi | 43 +++++++++ > arch/arm/mach-shmobile/board-ape6evm.c | 2 + > arch/arm/mach-shmobile/clock-sh73a0.c | 1 + > arch/arm/mach-shmobile/setup-sh73a0.c | 3 + > 8 files changed, 186 insertions(+), 0 deletions(-) Magnus, could you review this?