Hi Mark
These patches moves current Renesas specific rsrc-card to more generic simple-dpcm-card, but by 1 patch was difficult. So, it uses 3 phases
Kuninori Morimoto (3): ASoC: rsrc-card: rename rsrc-card to simple-dpcm-card phase1 ASoC: rsrc-card: rename rsrc-card to simple-dpcm-card phase2 ASoC: rsrc-card: rename rsrc-card to simple-dpcm-card phase3
.../bindings/sound/renesas,rsrc-card.txt | 75 --------- .../devicetree/bindings/sound/simple-dpcm-card.txt | 79 ++++++++++ sound/soc/generic/Kconfig | 6 + sound/soc/generic/Makefile | 2 + .../rsrc-card.c => generic/simple-dpcm-card.c} | 173 +++++++++------------ sound/soc/sh/Kconfig | 6 - sound/soc/sh/rcar/Makefile | 3 - 7 files changed, 160 insertions(+), 184 deletions(-) delete mode 100644 Documentation/devicetree/bindings/sound/renesas,rsrc-card.txt create mode 100644 Documentation/devicetree/bindings/sound/simple-dpcm-card.txt rename sound/soc/{sh/rcar/rsrc-card.c => generic/simple-dpcm-card.c} (57%)