linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: "linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux@armlinux.org.uk" <linux@armlinux.org.uk>,
	"gnurou@gmail.com" <gnurou@gmail.com>,
	"broonie@kernel.org" <broonie@kernel.org>,
	"mark.rutland@arm.com" <mark.rutland@arm.com>,
	"prarit@redhat.com" <prarit@redhat.com>,
	"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
	"tiwai@suse.com" <tiwai@suse.com>,
	"lgirdwood@gmail.com" <lgirdwood@gmail.com>,
	"ttynkkynen@nvidia.com" <ttynkkynen@nvidia.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"perex@perex.cz" <perex@perex.cz>,
	"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	"swarren@wwwdotorg.org" <swarren@wwwdotorg.org>
Subject: Re: [PATCH v4 0/3] ASoC/ARM: tegra: apalis t30/tk1/colibri t30: sgtl5000 audio
Date: Mon, 7 Nov 2016 14:42:20 +0100	[thread overview]
Message-ID: <20161107134220.GA29676@ulmo.ba.sec> (raw)
In-Reply-To: <1471355726.4197.6.camel@toradex.com>

[-- Attachment #1: Type: text/plain, Size: 2297 bytes --]

On Tue, Aug 16, 2016 at 01:55:28PM +0000, Marcel Ziswiler wrote:
> On Sun, 2016-06-19 at 02:59 +0200, Marcel Ziswiler wrote:
> > This series adds/integrates Freescale SGTL5000 analogue audio codec
> > support.
> > 
> > Changes in v4:
> > - simple-audio-card does still not allow for more advanced use cases
> >   like Tegra SoCs
> > - further platform drivers have been accepted since my last attempt
> >   (e.g. rt5677 one)
> > - relevance for one further board the new Toradex Apalis TK1
> > - drop unused sound/jack.h include
> > - in tegra_sgtl5000_driver_remove() pass return value of
> >   snd_soc_unregister_card() on to caller
> > - no longer set owner property in platform_driver to THIS_MODULE
> > - re-based/resend
> > 
> > Changes in v3:
> > - revert to not using simple-audio-card being incompatible with tegra
> > - rebased to for-next
> > 
> > Changes in v2:
> > - using simple-audio-card as suggested by Fabio
> > 
> > Marcel Ziswiler (3):
> >   ASoC: tegra: add tegra sgtl5000 machine driver
> >   ARM: tegra: apalis/colibri t30: integrate audio
> >   ARM: tegra: enable sgtl5000 audio
> > 
> >  .../bindings/sound/nvidia,tegra-audio-sgtl5000.txt |  42 ++++
> >  arch/arm/boot/dts/tegra30-apalis.dtsi              |  49 +++++
> >  arch/arm/boot/dts/tegra30-colibri.dtsi             |  49 +++++
> >  arch/arm/configs/tegra_defconfig                   |   1 +
> >  sound/soc/tegra/Kconfig                            |  11 ++
> >  sound/soc/tegra/Makefile                           |   2 +
> >  sound/soc/tegra/tegra_sgtl5000.c                   | 212
> > +++++++++++++++++++++
> >  7 files changed, 366 insertions(+)
> >  create mode 100644
> > Documentation/devicetree/bindings/sound/nvidia,tegra-audio-
> > sgtl5000.txt
> >  create mode 100644 sound/soc/tegra/tegra_sgtl5000.c
> 
> With Mark finally having pulled the first patch of this series (https:/
> /lkml.org/lkml/2016/8/15/297) I'm wondering whether the second and
> third patch are now being pulled via tegra tree? Or should I rather re-
> submit those as a new v5 patch set?

Both patches applied now, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

      reply	other threads:[~2016-11-07 13:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-19  0:59 [PATCH v4 0/3] ASoC/ARM: tegra: apalis t30/tk1/colibri t30: sgtl5000 audio Marcel Ziswiler
2016-06-19  1:00 ` [PATCH v4 1/3] ASoC: tegra: add tegra sgtl5000 machine driver Marcel Ziswiler
2016-06-30 13:46   ` Rob Herring
2016-08-15 14:11   ` Applied "ASoC: tegra: add tegra sgtl5000 machine driver" to the asoc tree Mark Brown
2016-06-19  1:00 ` [PATCH v4 2/3] ARM: tegra: apalis/colibri t30: integrate audio Marcel Ziswiler
2016-06-19  1:00 ` [PATCH v4 3/3] ARM: tegra: enable sgtl5000 audio Marcel Ziswiler
2016-08-16 13:55 ` [PATCH v4 0/3] ASoC/ARM: tegra: apalis t30/tk1/colibri t30: " Marcel Ziswiler
2016-11-07 13:42   ` Thierry Reding [this message]

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=20161107134220.GA29676@ulmo.ba.sec \
    --to=thierry.reding@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gnurou@gmail.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=marcel.ziswiler@toradex.com \
    --cc=mark.rutland@arm.com \
    --cc=perex@perex.cz \
    --cc=prarit@redhat.com \
    --cc=robh+dt@kernel.org \
    --cc=swarren@wwwdotorg.org \
    --cc=tiwai@suse.com \
    --cc=ttynkkynen@nvidia.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 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).