From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 18 Jun 2013 17:08:01 +0200 Subject: [PATCH] dmaengine: Add hisilicon k3 DMA engine driver In-Reply-To: <51C06D19.3020304@linaro.org> References: <1371444872-26994-1-git-send-email-zhangfei.gao@linaro.org> <201306181609.14966.arnd@arndb.de> <51C06D19.3020304@linaro.org> Message-ID: <3686094.n3OCaPGG8M@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 18 June 2013 22:22:17 zhangfei wrote: > > With no need to have a filter function. > > Cool, then I would like to wait for the patch. Maybe you can try to add the dma_get_slave_channel() function I proposed here as a first patch and add your driver on top. There may be issues I missed, and Vinod needs to agree to the concept first, but that would probably get his attention. Or you could send your the new interface as an add-on patch and convert your driver along with adding it. Arnd