devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Texas Instruments pcm3168a codec
@ 2015-11-24 14:43 Damien Horsley
  2015-11-24 14:43 ` [PATCH 1/2] ASoC: pcm3168a: Add binding document for " Damien Horsley
  2015-11-24 14:43 ` [PATCH 2/2] ASoC: pcm3168a: Add driver " Damien Horsley
  0 siblings, 2 replies; 6+ messages in thread
From: Damien Horsley @ 2015-11-24 14:43 UTC (permalink / raw)
  To: alsa-devel
  Cc: Mark Rutland, devicetree, Maciej S. Szmigiero, Bard Liao,
	Arnd Bergmann, Pawel Moll, Ian Campbell, Vinod Koul, linux-kernel,
	Mark Brown, Takashi Iwai, Liam Girdwood, Jyri Sarha, Rob Herring,
	Kumar Gala, Charles Keepax, Damien.Horsley, Richard Fitzgerald,
	James Hartley, Thomas Niederprum

From: "Damien.Horsley" <Damien.Horsley@imgtec.com>

Add driver and binding docuemnt for Texas Instruments pcm3168a codec

Damien.Horsley (2):
  ASoC: pcm3168a: Add binding document for pcm3168a codec
  ASoC: pcm3168a: Add driver for pcm3168a codec

 .../devicetree/bindings/sound/ti,pcm3168a.txt      |  48 ++
 sound/soc/codecs/Kconfig                           |  17 +
 sound/soc/codecs/Makefile                          |   6 +
 sound/soc/codecs/pcm3168a-i2c.c                    |  66 ++
 sound/soc/codecs/pcm3168a-spi.c                    |  65 ++
 sound/soc/codecs/pcm3168a.c                        | 766 +++++++++++++++++++++
 sound/soc/codecs/pcm3168a.h                        | 111 +++
 7 files changed, 1079 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/ti,pcm3168a.txt
 create mode 100644 sound/soc/codecs/pcm3168a-i2c.c
 create mode 100644 sound/soc/codecs/pcm3168a-spi.c
 create mode 100644 sound/soc/codecs/pcm3168a.c
 create mode 100644 sound/soc/codecs/pcm3168a.h

-- 
2.1.4

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

end of thread, other threads:[~2015-12-01 17:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-24 14:43 [PATCH 0/2] Add support for Texas Instruments pcm3168a codec Damien Horsley
2015-11-24 14:43 ` [PATCH 1/2] ASoC: pcm3168a: Add binding document for " Damien Horsley
2015-11-24 14:43 ` [PATCH 2/2] ASoC: pcm3168a: Add driver " Damien Horsley
2015-11-27 12:54   ` Mark Brown
2015-11-30 16:49     ` [alsa-devel] " Damien Horsley
2015-12-01 17:59       ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).