29 Oct
2013
29 Oct
'13
8:30 a.m.
On 10/29/2013 08:52 AM, Kuninori Morimoto wrote:
Remove original filter from rsnd_dma_init(), and use SH-DMA suitable filter. This new style can be used from Device Tree.
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
[...]
- dma->chan = dma_request_slave_channel_compat(mask, shdma_chan_filter,
(void *)id, dev,
is_play ? "tx" : "rx");
[...]
Just wondering, do you still need to support the non-DT case in your driver?
- Lars