All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ASoC: Add support for DA7217 and DA7218 audio codecs
@ 2015-11-19 13:59 ` Adam Thomson
  0 siblings, 0 replies; 13+ messages in thread
From: Adam Thomson @ 2015-11-19 13:59 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 and ASoC codec driver support for DA7217 and DA7218.

Changes are based against v4.4-rc1 kernel version.

Changes in v3:
 - At request of Rob Herring, added units suffix to applicable binding names.
 - Add changes for codec Kconfig and Makefile which were somehow missed from
   previous patches.

Changes in v2:
 - Removed Internal LDO voltage selection from DT
 - BiQuad filter coefficients removed from DT, no programmed using mixer
   controls.
 - ALC calibration no longer bypasses regmap cache and instead saves & restores
   registers around procedure, to avoid issues with concurrent regmap access.
 - Removed all unnecessary default settings for mixers in probe.
 - Reporting of mic level detection event to user-space, through input
   VOICECOMMAND key event, removed as not intended for this purpose. Alternative
   solution required as follow up. Event masked off until solution in place.
 - Additional error checking & loggin around mclk usage, in sysclk and
   bias_level functions.

Adam Thomson (2):
  ASoC: da7218: Add bindings documentation for DA7218 audio codec
  ASoC: codecs: Add da7218 codec driver

 Documentation/devicetree/bindings/sound/da7218.txt |  104 +
 include/sound/da7218.h                             |  109 +
 sound/soc/codecs/Kconfig                           |    4 +
 sound/soc/codecs/Makefile                          |    2 +
 sound/soc/codecs/da7218.c                          | 3305 ++++++++++++++++++++
 sound/soc/codecs/da7218.h                          | 1414 +++++++++
 6 files changed, 4938 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/da7218.txt
 create mode 100644 include/sound/da7218.h
 create mode 100644 sound/soc/codecs/da7218.c
 create mode 100644 sound/soc/codecs/da7218.h

--
1.9.3


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

end of thread, other threads:[~2015-11-23 11:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-19 13:59 [PATCH v3 0/2] ASoC: Add support for DA7217 and DA7218 audio codecs Adam Thomson
2015-11-19 13:59 ` Adam Thomson
2015-11-19 13:59 ` [PATCH v3 1/2] ASoC: da7218: Add bindings documentation for DA7218 audio codec Adam Thomson
2015-11-19 13:59   ` Adam Thomson
2015-11-20 15:53   ` Rob Herring
2015-11-20 15:53     ` Rob Herring
2015-11-21 12:52     ` Mark Brown
2015-11-21 12:52       ` Mark Brown
2015-11-23 11:51     ` Opensource [Adam Thomson]
2015-11-23 11:51       ` Opensource [Adam Thomson]
2015-11-19 13:59 ` [PATCH v3 2/2] ASoC: codecs: Add da7218 codec driver Adam Thomson
2015-11-19 13:59   ` Adam Thomson
2015-11-19 18:29   ` kbuild test robot

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.