mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ASoC: da7213: Add DT support for codec
@ 2015-10-07 13:27 Adam Thomson
  2015-10-07 13:27 ` [PATCH v2 1/3] ASoC: da7213: Add DT support to codec driver Adam Thomson
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Adam Thomson @ 2015-10-07 13:27 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
	Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala
  Cc: alsa-devel, devicetree, linux-kernel, Support Opensource

This patch set adds DT support to the codec driver, and supporting bindings
documentation.

Patch set is based against v4.3-rc4

Changes in v2:
 - Split mclk data support changes into separate patch
 - Use of_match_ptr() for match table assignment
 - Only call clk_prepare_enable/disable() if mclk data provided (not NULL).
 - Add error checking for clk_prepare_enable() usage.

Adam Thomson (3):
  ASoC: da7213: Add DT support to codec driver
  ASoC: da7213: Add support to handle mclk data provided to driver
  ASoC: da7213: Add bindings documentation for codec driver

 Documentation/devicetree/bindings/sound/da7213.txt |  41 +++++
 include/sound/da7213.h                             |   3 -
 sound/soc/codecs/da7213.c                          | 190 +++++++++++++++++++--
 sound/soc/codecs/da7213.h                          |   8 +-
 4 files changed, 221 insertions(+), 21 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/da7213.txt

--
1.9.3


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-10-08 16:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-07 13:27 [PATCH v2 0/3] ASoC: da7213: Add DT support for codec Adam Thomson
2015-10-07 13:27 ` [PATCH v2 1/3] ASoC: da7213: Add DT support to codec driver Adam Thomson
2015-10-07 13:27 ` [PATCH v2 2/3] ASoC: da7213: Add support to handle mclk data provided to driver Adam Thomson
2015-10-07 13:27 ` [PATCH v2 3/3] ASoC: da7213: Add bindings documentation for codec driver Adam Thomson
2015-10-07 16:22   ` Rob Herring
2015-10-08  8:42     ` Opensource [Adam Thomson]
2015-10-08 13:16       ` Rob Herring
2015-10-08 16:31         ` Opensource [Adam Thomson]
2015-10-07 14:10 ` [PATCH v2 0/3] ASoC: da7213: Add DT support for codec Mark Brown
2015-10-07 14:30   ` Opensource [Adam Thomson]

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome