mbox series

[0/3] ASoC: ti: davinci-mcasp: GPIO mode support for pins

Message ID 20190103140552.29809-1-peter.ujfalusi@ti.com (mailing list archive)
Headers show
Series ASoC: ti: davinci-mcasp: GPIO mode support for pins | expand

Message

Peter Ujfalusi Jan. 3, 2019, 2:05 p.m. UTC
Hi,

Each McASP pins can be configured individually to be used as McASP or GPIO pin.

This series will allow client drivers to use pins as GPIO (optional) in case the
board wired up them to be used in this mode.

Regards,
Peter
---
Peter Ujfalusi (3):
  ASoC: ti: davinci-mcasp: Move context save/restore to runtime_pm
    callbacks
  bindings: sound: davinci-mcasp: Document GPIO support
  ASoC: ti: davinci-mcasp: Add support for GPIO mode of the pins

 .../bindings/sound/davinci-mcasp-audio.txt    |  17 +
 sound/soc/ti/davinci-mcasp.c                  | 295 +++++++++++++-----
 2 files changed, 237 insertions(+), 75 deletions(-)