Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1290936
| From | Songjun Wu <songjun.wu@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] ASoC: atmel-pdmic: add driver for Atmel PDMIC |
| Date | 2015-12-14 09:30 +0100 |
| Message-ID | <qFwG6-3zr-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The Pulse Density Modulation Inteface Controller driver
includes two parts.
1) Driver code to implement the PDMIC function.
2) Device tree binding documentation, it describes how to add
the PDMIC in device tree.
Songjun Wu (2):
ASoC: atmel-pdmic: add the Pulse Density Modulation Interface
Controller
ASoC: atmel-pdmic: DT binding for PDMIC driver
.../devicetree/bindings/sound/atmel-pdmic.txt | 55 ++
sound/soc/atmel/Kconfig | 9 +
sound/soc/atmel/Makefile | 2 +
sound/soc/atmel/atmel-pdmic.c | 745 ++++++++++++++++++++
sound/soc/atmel/atmel-pdmic.h | 80 +++
5 files changed, 891 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/atmel-pdmic.txt
create mode 100644 sound/soc/atmel/atmel-pdmic.c
create mode 100644 sound/soc/atmel/atmel-pdmic.h
--
1.7.9.5
--
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 0/2] ASoC: atmel-pdmic: add driver for Atmel PDMIC Songjun Wu <songjun.wu@atmel.com> - 2015-12-14 09:30 +0100
[PATCH 2/2] ASoC: atmel-pdmic: DT binding for PDMIC driver Songjun Wu <songjun.wu@atmel.com> - 2015-12-14 09:30 +0100
[PATCH 1/2] ASoC: atmel-pdmic: add the Pulse Density Modulation Interface Controller Songjun Wu <songjun.wu@atmel.com> - 2015-12-14 09:30 +0100
Re: [PATCH 1/2] ASoC: atmel-pdmic: add the Pulse Density Modulation Interface Controller Mark Brown <broonie@kernel.org> - 2015-12-16 13:30 +0100
Re: [PATCH 1/2] ASoC: atmel-pdmic: add the Pulse Density Modulation Interface Controller "Wu, Songjun" <songjun.wu@atmel.com> - 2015-12-17 03:50 +0100
csiph-web