29 Oct
2013
29 Oct
'13
10:56 a.m.
Hi Lars
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?
Yes. Actually our platform is still not 100% DT compatible yet. So, we need DT / non-DT support
Best regards --- Kuninori Morimoto