From mboxrd@z Thu Jan 1 00:00:00 1970 From: zonque@gmail.com (Daniel Mack) Date: Tue, 13 Aug 2013 23:56:13 +0200 Subject: [PATCH v2 00/11] dma: pdma: some patches needed for PXA DT environments In-Reply-To: <201308102325.16609.arnd@arndb.de> References: <1376153545-14361-1-git-send-email-zonque@gmail.com> <201308102325.16609.arnd@arndb.de> Message-ID: <520AAB7D.1050506@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10.08.2013 23:25, Arnd Bergmann wrote: > On Saturday 10 August 2013, Daniel Mack wrote: >> This is v2 of my series to add more features to the pdma driver. >> >> Changes from v1 -> v2: >> >> - drop the two patches from Xiang Wang that are already applied to >> Vinod's next branch >> - add another patch to cleanup the unlocking path in lookup_phy(), >> as suggested by Ezequiel >> - provide an own xlate function rather than using >> of_dma_simple_xlate(), as suggested by Arnd >> >> >> There's still an open topic with the DALGN flag, as Xiang Wang pointed >> out. According to him, there's a chance we need an alternative way of >> forcing the driver into byte-align mode, but that can still be done in >> an additional patch later. >> > > Acked-by: Arnd Bergmann > Vinod, Dan, are you fine with this series as well? Thanks, Daniel