linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: Add support for DA7219 audio codec
@ 2015-09-17 16:01 Adam Thomson
  2015-09-17 16:01 ` [PATCH 1/3] ASoC: codecs: Add da7219 codec driver Adam Thomson
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Adam Thomson @ 2015-09-17 16:01 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, Jason Coughlan

This patch set adds support for the DA7219 audio codec with built-in
advanced accessory detection functionality. Patch set includes codec driver,
associated DT bindings documentation and MAINTAINERS file updates to cover new
bindings.

Adam Thomson (3):
  ASoC: codecs: Add da7219 codec driver
  ASoC: da7219: Add bindings documentation for DA7219 audio codec
  MAINTAINERS: da7219: Add entry to cover DA7219 bindings document

 Documentation/devicetree/bindings/sound/da7219.txt |  106 ++
 MAINTAINERS                                        |    1 +
 include/sound/da7219-aad.h                         |   99 ++
 include/sound/da7219.h                             |   76 +
 sound/soc/codecs/Kconfig                           |    4 +
 sound/soc/codecs/Makefile                          |    2 +
 sound/soc/codecs/da7219-aad.c                      |  800 +++++++++
 sound/soc/codecs/da7219-aad.h                      |  209 +++
 sound/soc/codecs/da7219.c                          | 1877 ++++++++++++++++++++
 sound/soc/codecs/da7219.h                          |  807 +++++++++
 10 files changed, 3981 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/da7219.txt
 create mode 100644 include/sound/da7219-aad.h
 create mode 100644 include/sound/da7219.h
 create mode 100644 sound/soc/codecs/da7219-aad.c
 create mode 100644 sound/soc/codecs/da7219-aad.h
 create mode 100644 sound/soc/codecs/da7219.c
 create mode 100644 sound/soc/codecs/da7219.h

--
1.9.3


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

end of thread, other threads:[~2015-09-22 13:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-17 16:01 [PATCH 0/3] ASoC: Add support for DA7219 audio codec Adam Thomson
2015-09-17 16:01 ` [PATCH 1/3] ASoC: codecs: Add da7219 codec driver Adam Thomson
2015-09-19 17:44   ` Mark Brown
2015-09-21 15:08     ` Opensource [Adam Thomson]
2015-09-21 17:11       ` Mark Brown
2015-09-22 13:00         ` Opensource [Adam Thomson]
2015-09-17 16:01 ` [PATCH 2/3] ASoC: da7219: Add bindings documentation for DA7219 audio codec Adam Thomson
2015-09-19 17:10   ` Mark Brown
2015-09-21 10:36     ` Opensource [Adam Thomson]
2015-09-21 16:40       ` Mark Brown
2015-09-17 16:01 ` [PATCH 3/3] MAINTAINERS: da7219: Add entry to cover DA7219 bindings document Adam Thomson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).