Hi Mark
These patches are tidyup code and fixup for DMA support of DT #1 - #4 are cleanup code patches #5 - #6 are fixup for DMA for DT
Kuninori Morimoto (6): ASoC: rsnd: DT node clean up by using the of_node_put() ASoC: rsnd: save platform_device instead of device ASoC: rsnd: remove rsnd_src_non_ops ASoC: rsnd: module name is unified ASoC: rsnd: care DMA slave channel name for DT ASoC: rsnd: add rsnd_gen_dma_addr() for DMAC addr
.../devicetree/bindings/sound/renesas,rsnd.txt | 1 + sound/soc/sh/rcar/core.c | 87 ++++++++++++++++-- sound/soc/sh/rcar/dvc.c | 20 ++++- sound/soc/sh/rcar/gen.c | 95 ++++++++++++++++++++ sound/soc/sh/rcar/rsnd.h | 10 ++- sound/soc/sh/rcar/src.c | 50 +++++++---- sound/soc/sh/rcar/ssi.c | 28 ++++-- 7 files changed, 260 insertions(+), 31 deletions(-)