From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] dmaengine: Add hisilicon k3 DMA engine driver Date: Mon, 24 Jun 2013 18:15:57 +0200 Message-ID: <10541174.SUr9yD0veu@wuerfel> References: <1371444872-26994-1-git-send-email-zhangfei.gao@linaro.org> <201306211341.53928.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-arm-kernel@lists.infradead.org Cc: Vinod Koul , Zhangfei Gao , device-tree , Russell King - ARM Linux , zhangfei gao List-Id: devicetree@vger.kernel.org On Monday 24 June 2013 16:49:08 zhangfei gao wrote: > > Dear Arnd & Vinod > > The suggestion of using dma_get_slave_channel instead of filter works here. > Dma driver should modify accordingly. The changes all look good to me, thanks a lot for following up! However, you should really follow the procedure for posting patches even if it's just for the sake of discussion: * always provide a signed-off-by and a patch description * use an email client that doesn't break whitespace * I would have split this up into two separate patches, one for the subsystem and one for the new driver. Arnd