]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: ti: Merge davinci and omap directories
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Mon, 17 Dec 2018 12:21:34 +0000 (14:21 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 18 Dec 2018 12:22:43 +0000 (12:22 +0000)
commitf59986a7d0884f4db58535af5fab75437c76c27b
tree447c549b6c72d4a8cedd34db1cb7b94691c21a16
parent1b041ef6a2add76d58c00938daffd1bb08e2ad1d
ASoC: ti: Merge davinci and omap directories

Create new directory to contain all Texas Instruments specific DAI,
platform and machine drivers instead of scattering them under davinci and
omap directories.

There is already inter dependency between the two directories becasue of
McASP (on dra7x it is serviced by sDMA, not EDMA).

With the upcoming AM654 we will need to introduce new platform driver for
UDMA and it does not fit under davinci, nor under omap.

With the move I have restructured the Kconfig to be more usable in the era
of simple-sound-card:
CPU DAIs can be selected individually and they will select the platform
driver they can be served with.

To avoid breakage, I have moved over deprecated Kconfig options so
defconfig builds will work without regression.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
For sound/soc/{omap => ti}:
Tested-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
60 files changed:
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/davinci/Kconfig [deleted file]
sound/soc/davinci/Makefile [deleted file]
sound/soc/davinci/davinci-evm.c [deleted file]
sound/soc/davinci/davinci-i2s.c [deleted file]
sound/soc/davinci/davinci-i2s.h [deleted file]
sound/soc/davinci/davinci-mcasp.c [deleted file]
sound/soc/davinci/davinci-mcasp.h [deleted file]
sound/soc/davinci/davinci-vcif.c [deleted file]
sound/soc/davinci/edma-pcm.c [deleted file]
sound/soc/davinci/edma-pcm.h [deleted file]
sound/soc/omap/Kconfig [deleted file]
sound/soc/omap/Makefile [deleted file]
sound/soc/omap/ams-delta.c [deleted file]
sound/soc/omap/n810.c [deleted file]
sound/soc/omap/omap-abe-twl6040.c [deleted file]
sound/soc/omap/omap-dmic.c [deleted file]
sound/soc/omap/omap-dmic.h [deleted file]
sound/soc/omap/omap-hdmi-audio.c [deleted file]
sound/soc/omap/omap-mcbsp-priv.h [deleted file]
sound/soc/omap/omap-mcbsp-st.c [deleted file]
sound/soc/omap/omap-mcbsp.c [deleted file]
sound/soc/omap/omap-mcbsp.h [deleted file]
sound/soc/omap/omap-mcpdm.c [deleted file]
sound/soc/omap/omap-mcpdm.h [deleted file]
sound/soc/omap/omap-twl4030.c [deleted file]
sound/soc/omap/omap3pandora.c [deleted file]
sound/soc/omap/osk5912.c [deleted file]
sound/soc/omap/rx51.c [deleted file]
sound/soc/omap/sdma-pcm.c [deleted file]
sound/soc/omap/sdma-pcm.h [deleted file]
sound/soc/ti/Kconfig [new file with mode: 0644]
sound/soc/ti/Makefile [new file with mode: 0644]
sound/soc/ti/ams-delta.c [new file with mode: 0644]
sound/soc/ti/davinci-evm.c [new file with mode: 0644]
sound/soc/ti/davinci-i2s.c [new file with mode: 0644]
sound/soc/ti/davinci-i2s.h [new file with mode: 0644]
sound/soc/ti/davinci-mcasp.c [new file with mode: 0644]
sound/soc/ti/davinci-mcasp.h [new file with mode: 0644]
sound/soc/ti/davinci-vcif.c [new file with mode: 0644]
sound/soc/ti/edma-pcm.c [new file with mode: 0644]
sound/soc/ti/edma-pcm.h [new file with mode: 0644]
sound/soc/ti/n810.c [new file with mode: 0644]
sound/soc/ti/omap-abe-twl6040.c [new file with mode: 0644]
sound/soc/ti/omap-dmic.c [new file with mode: 0644]
sound/soc/ti/omap-dmic.h [new file with mode: 0644]
sound/soc/ti/omap-hdmi.c [new file with mode: 0644]
sound/soc/ti/omap-mcbsp-priv.h [new file with mode: 0644]
sound/soc/ti/omap-mcbsp-st.c [new file with mode: 0644]
sound/soc/ti/omap-mcbsp.c [new file with mode: 0644]
sound/soc/ti/omap-mcbsp.h [new file with mode: 0644]
sound/soc/ti/omap-mcpdm.c [new file with mode: 0644]
sound/soc/ti/omap-mcpdm.h [new file with mode: 0644]
sound/soc/ti/omap-twl4030.c [new file with mode: 0644]
sound/soc/ti/omap3pandora.c [new file with mode: 0644]
sound/soc/ti/osk5912.c [new file with mode: 0644]
sound/soc/ti/rx51.c [new file with mode: 0644]
sound/soc/ti/sdma-pcm.c [new file with mode: 0644]
sound/soc/ti/sdma-pcm.h [new file with mode: 0644]