devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Andrew F. Davis" <afd@ti.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>
Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
	linux-kernel@vger.kernel.org, "Andrew F . Davis" <afd@ti.com>
Subject: [PATCH v4 0/2] Add support for TI TAS6424 digital amplifier
Date: Tue, 5 Dec 2017 09:54:10 -0600	[thread overview]
Message-ID: <20171205155412.20137-1-afd@ti.com> (raw)

Hello all,

This series adds support for the TAS6424 digital amplifier. A lot has
changed from the last time this upstreaming was attempted, I've taken
over this effort for Michael and I don't really have an exact change log
but hopefully I've addressed all comments from v3.

Thanks,
Andrew

Andreas Dannenberg (1):
  ASoC: Add support for TAS6424 digital amplifier

Michael Stecklein (1):
  dt-bindings: sound: add bindings for TAS6424

 .../devicetree/bindings/sound/ti,tas6424.txt       |  20 +
 sound/soc/codecs/Kconfig                           |   8 +
 sound/soc/codecs/Makefile                          |   2 +
 sound/soc/codecs/tas6424.c                         | 707 +++++++++++++++++++++
 sound/soc/codecs/tas6424.h                         | 144 +++++
 5 files changed, 881 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/ti,tas6424.txt
 create mode 100644 sound/soc/codecs/tas6424.c
 create mode 100644 sound/soc/codecs/tas6424.h

-- 
2.15.0

             reply	other threads:[~2017-12-05 15:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-05 15:54 Andrew F. Davis [this message]
     [not found] ` <20171205155412.20137-1-afd-l0cyMroinI0@public.gmane.org>
2017-12-05 15:54   ` [PATCH v4 1/2] dt-bindings: sound: add bindings for TAS6424 Andrew F. Davis
2017-12-06 12:24     ` Mark Brown
2017-12-06 12:58     ` Applied "ASoC: tas6424: add bindings for TAS6424" to the asoc tree Mark Brown
2017-12-05 15:54 ` [PATCH v4 2/2] ASoC: Add support for TAS6424 digital amplifier Andrew F. Davis
2017-12-06 12:58   ` Applied "ASoC: tas6424: Add support for TAS6424 digital amplifier" 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=20171205155412.20137-1-afd@ti.com \
    --to=afd@ti.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    /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 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).