From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ea0-x22c.google.com ([2a00:1450:4013:c01::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V44bT-0003J0-Bd for linux-mtd@lists.infradead.org; Tue, 30 Jul 2013 07:44:19 +0000 Received: by mail-ea0-f172.google.com with SMTP id q10so3389014eaj.17 for ; Tue, 30 Jul 2013 00:43:57 -0700 (PDT) Message-ID: <51F76EBA.1020504@gmail.com> Date: Tue, 30 Jul 2013 09:43:54 +0200 From: Daniel Mack MIME-Version: 1.0 To: Ezequiel Garcia Subject: Re: [PATCH 00/13] pxa3xx patches to support mvebu builds References: <1375140263-2028-1-git-send-email-ezequiel.garcia@free-electrons.com> In-Reply-To: <1375140263-2028-1-git-send-email-ezequiel.garcia@free-electrons.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Thomas Petazzoni , Lior Amsalem , Jason Cooper , Artem Bityutskiy , leiwen@marvell.com, haojian.zhuang@gmail.com, linux-mtd@lists.infradead.org, grinberg@compulab.co.il, Gregory Clement , eric.miao@marvell.com, computersforpeace@gmail.com, David Woodhouse , Willy Tarreau , nikita@compulab.co.il List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Ezequiel, On 30.07.2013 01:24, Ezequiel Garcia wrote: > It's also worth noting that since pxa3xx has a mach-specific > DMA API, I'm including a few patches to ifdef such pxa-specific > code in non PXA/MMP platforms. This ugly workaround should be > removed once the specific DMA API is replaced by dmaengine. Interesting, because I'm working on a dmaengine implementation for PXA right now. I'm not even half through, but I'm making progress, and I'm not sure yet how to merge it. Because there won't be any migration path, it'll be a bigger set that has to go in in one in order to prevent build breakage. Your patches will cause merge conflicts against mine, so I'm not sure whether I should rebase my work on top of yours or if you should wait until I'm finished. Daniel