[PATCH 07/12] mtd: gpmi: move to use generic DMA helper
From: Shawn Guo <hidden>
Date: 2013-03-11 03:03:14
Artem, On Fri, Mar 08, 2013 at 03:19:45PM +0200, Artem Bityutskiy wrote:
On Wed, 2013-02-27 at 23:25 +0800, Shawn Guo wrote:quoted
With the generic DMA device tree helper supported by mxs-dma driver, client devices only need to call dma_request_slave_channel() for requesting a DMA channel from dmaengine. Signed-off-by: Shawn Guo <redacted> Cc: Artem Bityutskiy <dedekind1@gmail.com> Cc: linux-mtd at lists.infradead.orgIt looks like this ne is rather independent and can go via the MTD tree. So pushed this one to l2-mtd.git - let me know if I am confused. Thanks!
First of all, there is a new version (v2) of the patch (series) to address review comments. Secondly, as Arnd pointed it out, you shouldn't apply this single patch, because it depends on the first 3 patches in the series to work. Applying this single patch will result in a non-functional gpmi driver. As I mentioned in the cover letter, I prefer to have your ACK on the patch to merge the series through arm-soc tree as a whole. If you insist that you merge the patch through your tree, I can also create a topic branch containing the first 3 patches, as Arnd suggests. Please just let me know. Shawn