linux/sound/soc/ti
Mark Brown eb82bae1a0
Merge series "ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support" from Peter Ujfalusi <peter.ujfalusi@gmail.com>:
Hi,

Changes since v1:
- Do not calculat that we allow one serializer in DIT mode, just set the
  max_active_serializers to 1.
  Reported-by: kernel test robot <lkp@intel.com>

it has been on my todo list for several years to support McASP on OMAP4 devices.
For Galaxy Nexus we had an omap-mcasp driver (which was mostly a stripped down
davinci-mcasp driver) to support what was needed on that specific phone + it's
dock for S/PDIF (48KHz, 16bit, stereo).

Not many (if any) device available to test the DIT mode of McASP.
I have used BeagleBone White (McASP1 AXR3 can be routed to a pin) to get the
S/PDIF mode working then PandaES for OMAP4 support (on PandaES the gpio_121 is
not used and the signal is routed to expansion J6 pin14).

In theory the McASP in OMAP5 should be working after this series, but the OMAP5
TRM is not public and I do not have one to check the addresses and see if there
is a way to test it on omap5-uevm.

Mark, Tony:
The ASoC and dts patches can go via separate tree I felt that it is better if
they are together, at least initially.

Nikolaus: fyi, this might be useful for Pyra?

Regards,
Péter
---
Peter Ujfalusi (5):
  ASoC: ti: davinci-mcasp: Fix DIT mode support
  ASoC: dt-bindings: davinci-mcasp: Add compatible string for OMAP4
  ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASP
  ARM: dts: omap4-l4-abe: Correct sidle modes for McASP
  ARM: dts: omap4-l4-abe: Add McASP configuration

 .../bindings/sound/davinci-mcasp-audio.txt    |   1 +
 arch/arm/boot/dts/omap4-l4-abe.dtsi           |  39 ++--
 include/linux/platform_data/davinci_asp.h     |   1 +
 sound/soc/ti/Kconfig                          |   1 +
 sound/soc/ti/davinci-mcasp.c                  | 176 +++++++++++++++---
 5 files changed, 175 insertions(+), 43 deletions(-)

--
2.32.0
2021-07-12 11:30:32 +01:00
..
ams-delta.c tty: no checking of tty_unregister_ldisc 2021-05-13 16:57:17 +02:00
davinci-evm.c ASoC: ti: davinci-evm: Remove redundant null check before clk_disable_unprepare 2020-11-02 15:53:23 +00:00
davinci-i2s.c ASoC: ti: davinci: mark OF related data as maybe unused 2020-11-26 13:07:08 +00:00
davinci-i2s.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
davinci-mcasp.c ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASP 2021-07-11 23:46:39 +01:00
davinci-mcasp.h ASoC: ti: davinci-mcasp: Improve the sysclk selection 2019-12-09 18:35:37 +00:00
davinci-vcif.c ASoC: ti: use asoc_substream_to_rtd() 2020-07-23 19:07:21 +01:00
edma-pcm.c ASoC: ti: edma-pcm: Fix for legacy dma_slave_map based channel lookup 2019-08-30 12:22:46 +01:00
edma-pcm.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 2019-05-30 11:26:41 -07:00
j721e-evm.c ASoC: ti: j721e-evm: Fix compiler warning when CONFIG_OF=n 2020-09-28 17:59:03 +01:00
Kconfig ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASP 2021-07-11 23:46:39 +01:00
Makefile ASoC: ti: Add custom machine driver for j721e EVM (CPB and IVI) 2020-07-01 15:13:46 +01:00
n810.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
omap3pandora.c ASoC: ti: use asoc_substream_to_rtd() 2020-07-23 19:07:21 +01:00
omap-abe-twl6040.c ASoC: ti: delete some dead code in omap_abe_probe() 2021-07-11 23:48:34 +01:00
omap-dmic.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
omap-dmic.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap-hdmi.c ASoC: omap: Replace HTTP links with HTTPS ones 2020-07-23 19:52:24 +01:00
omap-mcbsp-priv.h
omap-mcbsp-st.c ASoC: ti: omap-mcbsp-st: Remove set, but unused variable 'w' 2020-07-09 21:56:46 +01:00
omap-mcbsp.c ASoC: ti: omap-mcbsp: use DEVICE_ATTR_RW macro 2021-06-01 14:05:16 +01:00
omap-mcbsp.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 2019-06-05 17:37:07 +02:00
omap-mcpdm.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
omap-mcpdm.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 2019-06-05 17:37:07 +02:00
omap-twl4030.c Merge series "ASoC: add asoc_substream_to_rtd() macro" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>: 2020-07-23 19:52:30 +01:00
osk5912.c ASoC: ti: use asoc_substream_to_rtd() 2020-07-23 19:07:21 +01:00
rx51.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
sdma-pcm.c ASoC: omap: Replace HTTP links with HTTPS ones 2020-07-23 19:52:24 +01:00
sdma-pcm.h ASoC: omap: Replace HTTP links with HTTPS ones 2020-07-23 19:52:24 +01:00
udma-pcm.c ASoC: ti: Replace HTTP links with HTTPS ones 2020-07-23 19:52:21 +01:00
udma-pcm.h ASoC: ti: Replace HTTP links with HTTPS ones 2020-07-23 19:52:21 +01:00