This is the second step towards reusing fsl_ssi driver on device tree based IMX platforms. The series merges sound/soc/imx into sound/soc/fsl and makes fsl_ssi driver compilable on ARM/IMX.
Compile-tested for PowerPC.
Shawn Guo (4): ASoC: imx: add an explicit Kconfig option for imx-ssi driver ASoC: fsl: separate SSI and DMA Kconfig options ASoC: imx: merge sound/soc/imx into sound/soc/fsl ASoC: fsl: make fsl_ssi driver compilable on ARM/IMX
sound/soc/Makefile | 1 - sound/soc/fsl/Kconfig | 99 ++++++++++++++++++++++++++++-- sound/soc/fsl/Makefile | 22 ++++++- sound/soc/{imx => fsl}/eukrea-tlv320.c | 2 +- sound/soc/fsl/fsl_ssi.c | 75 ++++++++++++++--------- sound/soc/{imx => fsl}/imx-pcm-dma-mx2.c | 0 sound/soc/{imx => fsl}/imx-pcm-fiq.c | 0 sound/soc/{imx => fsl}/imx-pcm.c | 0 sound/soc/{imx => fsl}/imx-pcm.h | 0 sound/soc/{imx => fsl}/imx-ssi.c | 2 +- sound/soc/{imx => fsl}/imx-ssi.h | 0 sound/soc/{imx => fsl}/mx27vis-aic32x4.c | 0 sound/soc/{imx => fsl}/phycore-ac97.c | 0 sound/soc/{imx => fsl}/wm1133-ev1.c | 0 sound/soc/imx/Kconfig | 64 ------------------- sound/soc/imx/Makefile | 19 ------ 17 files changed, 162 insertions(+), 123 deletions(-)