[PATCH v3 1/6] DMA: PL330: move filter function into driver
From: jassisinghbrar@gmail.com (Jassi Brar)
Date: 2011-09-12 18:57:48
Also in:
linux-devicetree, linux-samsung-soc
From: jassisinghbrar@gmail.com (Jassi Brar)
Date: 2011-09-12 18:57:48
Also in:
linux-devicetree, linux-samsung-soc
On Mon, Sep 12, 2011 at 11:59 PM, Thomas Abraham [off-list ref] wrote:
The dma channel selection filter function is moved from plat-samsung into the pl330 driver. In additon to that, a check is added in the filter function to ensure that the channel on which the filter has been invoked is pl330 channel instance (and avoid any incorrect access of chan->private in a system with multiple types of DMA drivers). Suggested-by: Russell King <redacted> Signed-off-by: Thomas Abraham <redacted>
Acked-by: Jassi Brar <jassisinghbrar@gmail.com>