From mboxrd@z Thu Jan 1 00:00:00 1970 From: lethal@linux-sh.org (Paul Mundt) Date: Mon, 31 May 2010 13:50:08 +0900 Subject: [PATCH 9/9 v2] ARM: mach-shmobile: add DMA support to sh7372, enable DMA for SDHI In-Reply-To: References: Message-ID: <20100531045008.GE20358@linux-sh.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, May 23, 2010 at 03:49:47PM +0200, Guennadi Liakhovetski wrote: > This adds DMA support for the sh7372 sh-mobile ARM core, using the shdma > dmaengine driver, and uses DMA for the SDHI SD-card controller on this SoC. > > Signed-off-by: Guennadi Liakhovetski > --- > > v1 -> v2: > > 1. updated to the current genesis tree HEAD > 2. adjusted the topic line to match platform preferences > 3. moved DMA platform devices to the top of the file, so that other > devices can reference them. > > Paul, this should be ready for you to merge now. > Applied, thanks.