All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/2] ASoC: atmel-pdmic: add driver for Atmel PDMIC
@ 2015-12-17  9:49 ` Songjun Wu
  0 siblings, 0 replies; 20+ messages in thread
From: Songjun Wu @ 2015-12-17  9:49 UTC (permalink / raw)
  To: broonie, nicolas.ferre
  Cc: linux-arm-kernel, Songjun Wu, Jaroslav Kysela, devicetree,
	alsa-devel, linux-kernel, Kumar Gala, Ian Campbell, Takashi Iwai,
	Liam Girdwood, Pawel Moll, Rob Herring, Mark Rutland

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.

Changes in v2:
- Remove the function 'atmel_pdmic_codec_get_remap', since the regmap
  is initialized in the core.
- Replace 'if' with 'switch' in function 'atmel_pdmic_codec_dai_hw_params'.
- Fix the coding style issue in function 'atmel_pdmic_dt_init',
  'atmel_pdmic_interrupt','pdmic_put_mic_volsw', 'atmel_pdmic_codec_probe',
  'pdmic_get_mic_volsw' and 'atmel_pdmic_codec_dai_hw_params'.

Songjun Wu (2):
  ASoC: atmel-pdmic: add the Pulse Density Modulation Interface
    Controller
  ASoC: atmel-classd: 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                      |  738 ++++++++++++++++++++
 sound/soc/atmel/atmel-pdmic.h                      |   80 +++
 5 files changed, 884 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


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

end of thread, other threads:[~2015-12-22 23:49 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-17  9:49 [RESEND PATCH v2 0/2] ASoC: atmel-pdmic: add driver for Atmel PDMIC Songjun Wu
2015-12-17  9:49 ` Songjun Wu
2015-12-17  9:49 ` Songjun Wu
2015-12-17  9:49 ` [RESEND PATCH v2 1/2] ASoC: atmel-pdmic: add the Pulse Density Modulation Interface Controller Songjun Wu
2015-12-17  9:49   ` Songjun Wu
2015-12-17  9:49   ` Songjun Wu
2015-12-17  9:50 ` [RESEND PATCH v2 2/2] ASoC: atmel-classd: DT binding for PDMIC driver Songjun Wu
2015-12-17  9:50   ` Songjun Wu
2015-12-17  9:50   ` Songjun Wu
2015-12-19  4:17   ` Rob Herring
2015-12-19  4:17     ` Rob Herring
     [not found]   ` <20151219040913.D0F442C02FD@rob-hp-laptop>
2015-12-19 11:30     ` Mark Brown
2015-12-19 11:30       ` Mark Brown
2015-12-19 11:30       ` Mark Brown
2015-12-22 18:37       ` Rob Herring
2015-12-22 18:37         ` Rob Herring
2015-12-22 18:37         ` Rob Herring
2015-12-22 23:49         ` Mark Brown
2015-12-22 23:49           ` Mark Brown
2015-12-22 23:49           ` 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.