All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: Add support for DA7219 audio codec
@ 2015-09-17 16:01 ` Adam Thomson
  0 siblings, 0 replies; 20+ 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] 20+ messages in thread

end of thread, other threads:[~2015-10-02 17:13 UTC | newest]

Thread overview: 20+ 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 ` Adam Thomson
2015-09-17 16:01 ` [PATCH 1/3] ASoC: codecs: Add da7219 codec driver Adam Thomson
2015-09-17 16:01   ` Adam Thomson
2015-09-19 17:44   ` Mark Brown
2015-09-21 15:08     ` Opensource [Adam Thomson]
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-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-17 16:01   ` Adam Thomson
2015-09-19 17:10   ` Mark Brown
2015-09-21 10:36     ` Opensource [Adam Thomson]
2015-09-21 10:36       ` Opensource [Adam Thomson]
2015-09-21 16:40       ` Mark Brown
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
2015-09-17 16:01   ` Adam Thomson
2015-10-02 17:13   ` Applied "ASoC: da7219: Add entry to cover DA7219 bindings document" to the asoc tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.