Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1241497
| From | Adam Thomson <Adam.Thomson.Opensource@diasemi.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] ASoC: da7213: Add DT support for codec |
| Date | 2015-10-07 15:30 +0200 |
| Message-ID | <qgWX7-65g-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] ASoC: da7213: Add DT support for codec Adam Thomson <Adam.Thomson.Opensource@diasemi.com> - 2015-10-07 15:30 +0200
Re: [PATCH v2 0/3] ASoC: da7213: Add DT support for codec Mark Brown <broonie@kernel.org> - 2015-10-07 16:20 +0200
RE: [PATCH v2 0/3] ASoC: da7213: Add DT support for codec "Opensource [Adam Thomson]" <Adam.Thomson.Opensource@diasemi.com> - 2015-10-07 16:40 +0200
csiph-web