mbox series

[v2,0/5] MAX98088/9 of features

Message ID 20181005075812.13986-1-m.felsch@pengutronix.de
Headers show
Series MAX98088/9 of features | expand

Message

Marco Felsch Oct. 5, 2018, 7:58 a.m. UTC
Hi,

this the v2 with the integrated review from the v1 [1].

I picked up the max98088 patches from Andreas series [2] and ported them
to the new kernel.

Regards,
Marco

[1] http://mailman.alsa-project.org/pipermail/alsa-devel/ \
    2018-September/140501.html
[2] http://lists.infradead.org/pipermail/linux-arm-kernel/ \
    2015-February/324440.html

Changes:

v2:
 - make master clock optional
 - be more verbose in commit messages

Andreas Färber (3):
  ASoC: dt-bindings: add max98088 audio codec
  ASoC: max98088: add OF support
  ASoC: max98088: Add master clock handling

Marco Felsch (2):
  ASoC: dt-bindings: max98088: add external clock binding
  ASoC: max98988: make it selectable

 .../bindings/sound/maxim,max98088.txt         | 23 ++++++++++++
 sound/soc/codecs/Kconfig                      |  2 +-
 sound/soc/codecs/max98088.c                   | 36 +++++++++++++++++++
 3 files changed, 60 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/sound/maxim,max98088.txt