All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Horsley <Damien.Horsley@imgtec.com>
To: alsa-devel@alsa-project.org
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>,
	Takashi Iwai <tiwai@suse.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	Kumar Gala <galak@codeaurora.org>,
	"Damien.Horsley" <Damien.Horsley@imgtec.com>,
	James Hartley <james.hartley@imgtec.com>
Subject: [PATCH V2 0/3] Add support for Texas Instruments pcm3168a codec
Date: Tue, 8 Dec 2015 15:58:57 +0000	[thread overview]
Message-ID: <1449590340-14682-1-git-send-email-Damien.Horsley@imgtec.com> (raw)

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

Add SOC_DOUBLE_STS macro

Add driver and binding docuemnt for Texas Instruments pcm3168a codec

Changes in V2:
	Addressed comments from Mark Brown

Damien.Horsley (3):
  ASoC: Add SOC_DOUBLE_STS macro
  ASoC: pcm3168a: Add binding document for pcm3168a codec
  ASoC: pcm3168a: Add driver for pcm3168a codec

 .../devicetree/bindings/sound/ti,pcm3168a.txt      |  48 ++
 include/sound/soc.h                                |   8 +
 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                        | 767 +++++++++++++++++++++
 sound/soc/codecs/pcm3168a.h                        | 100 +++
 8 files changed, 1077 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

             reply	other threads:[~2015-12-08 15:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-08 15:58 Damien Horsley [this message]
2015-12-08 15:58 ` [PATCH V2 1/3] ASoC: Add SOC_DOUBLE_STS macro Damien Horsley
2015-12-12 23:07   ` Applied "ASoC: Add SOC_DOUBLE_STS macro" to the asoc tree Mark Brown
2015-12-08 15:58 ` [PATCH V2 2/3] ASoC: pcm3168a: Add binding document for pcm3168a codec Damien Horsley
2015-12-08 15:59 ` [PATCH V2 3/3] ASoC: pcm3168a: Add driver " Damien Horsley
2015-12-12 23:07   ` Applied "ASoC: pcm3168a: Add driver for pcm3168a codec" to the asoc tree Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449590340-14682-1-git-send-email-Damien.Horsley@imgtec.com \
    --to=damien.horsley@imgtec.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=james.hartley@imgtec.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.