mbox series

[0/4] ASoC; davinci-mcasp: Pin handling updates

Message ID 20181116134141.17396-1-peter.ujfalusi@ti.com (mailing list archive)
Headers show
Series ASoC; davinci-mcasp: Pin handling updates | expand

Message

Peter Ujfalusi Nov. 16, 2018, 1:41 p.m. UTC
Hi,

The series will improve the McASP pin handling:
- To avoid non configured clocks leaking out from McASP
- make sure that the AXR pin (TX) state is correct in all scenarios
- Allow user configurable DISMOD for the tx pin instead of hardwiring it in the
  code to low

The DISMOD configuration is needed when the codec requires the TX line to be
high during inactive slots (mu-law codecs for example).

Regards,
Peter
---
Peter Ujfalusi (4):
  ASoC: davinci-mcasp: Clear TXSTAT register before activating
    serializers
  ASoC: davinci-mcasp: Update PDIR (pin direction) register handling
  bindings: sound: davinci-mcasp: Document dismod optional property
  ASoC: davinci-mcasp: Implement configurable dismod handling

 .../bindings/sound/davinci-mcasp-audio.txt    |   5 +
 include/linux/platform_data/davinci_asp.h     |   1 +
 sound/soc/davinci/davinci-mcasp.c             | 109 +++++++++++++++---
 sound/soc/davinci/davinci-mcasp.h             |  30 ++---
 4 files changed, 112 insertions(+), 33 deletions(-)