From mboxrd@z Thu Jan 1 00:00:00 1970 From: grant.likely@secretlab.ca (Grant Likely) Date: Thu, 8 Apr 2010 00:11:31 -0600 Subject: [PATCH 5/6] ARM: add PrimeCell generic DMA to PL022 In-Reply-To: <1269905797-6756-1-git-send-email-linus.walleij@stericsson.com> References: <1269905797-6756-1-git-send-email-linus.walleij@stericsson.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Mar 29, 2010 at 5:36 PM, Linus Walleij wrote: > This extends the PL022 UART driver with generic DMA engine support > using the PrimeCell DMA engine interface. Also fix up the test > code for the U300 platform. > > Signed-off-by: Linus Walleij > --- > ?arch/arm/mach-u300/dummyspichip.c | ? ?1 + > ?drivers/spi/amba-pl022.c ? ? ? ? ?| ?517 +++++++++++++++++++++++++++++++------ Hi Linus, I really don't have much to say about this one. It is entirely contained within the amba-pl022 driver, so I don't have any core SPI infrastructure concerns, and it is entirely dependent on the other patches in your series, so it doesn't make sense to merge separately through my SPI tree. I have not tested or reviewed it at all, but I have no objections to you merging it through whichever tree you merge the rest through. g.