Re: [PATCH v7 7/9] dmaengine: core: expose max burst capability to clients

2016-02-08 Thread Vinod Koul
On Fri, Jan 22, 2016 at 07:06:50PM +0800, Caesar Wang wrote: > From: Shawn Lin > > This patch add max_burst to dma_get_slave_caps for clients > to get the burst capability of slave dma controller. Applied, thanks -- ~Vinod

[PATCH v7 7/9] dmaengine: core: expose max burst capability to clients

2016-01-22 Thread Caesar Wang
From: Shawn Lin This patch add max_burst to dma_get_slave_caps for clients to get the burst capability of slave dma controller. Signed-off-by: Shawn Lin Signed-off-by: Caesar Wang --- Changes in v7: - fix the subject. Changes in v6: - remove expose quirk and add dma max_burst caps for clien