public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Marcel Ziswiler <marcel@ziswiler.com>
Cc: linux-tegra@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Mikko Perttunen <mperttunen@nvidia.com>,
	Mark Brown <broonie@kernel.org>,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	Matt Porter <mporter@linaro.org>, Paul Walmsley <paul@pwsan.com>,
	Eduardo Valentin <edubezval@gmail.com>,
	Takashi Iwai <tiwai@suse.de>, Dylan Reid <dgreid@chromium.org>,
	Stephen Boyd <sboyd@codeaurora.org>,
	Mike Turquette <mturquette@linaro.org>,
	Prashant Gaikwad <pgaikwad@nvidia.com>,
	Peter De Schrijver <pdeschrijver@nvidia.com>,
	Russell King <linux@arm.linux.org.uk>,
	Alexandre Courbot <gnurou@gmail.com>,
	Stephen Warren <swarren@wwwdotorg.org>,
	Kumar Gala <galak@codeaurora.org>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Mark Rutland <mark.rutland@arm.com>,
	Pawel Moll <pawel.moll@arm.com>, Rob Herring <robh+dt@kernel.org>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>
Subject: Re: [PATCH 0/9] ARM: tegra: collection of enhancements/fixes
Date: Tue, 14 Apr 2015 14:52:24 +0200	[thread overview]
Message-ID: <20150414125222.GB13446@ulmo.nvidia.com> (raw)
In-Reply-To: <cover.1428700856.git.marcel.ziswiler@toradex.com>

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

On Fri, Apr 10, 2015 at 11:35:55PM +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> This series is a set of patches accumulated over Easter ultimately
> bringing HDA audio to Tegra30 devices.
> 
> Marcel Ziswiler (9):
>   ARM: tegra: Cardhu device-tree comment spelling fix
>   ARM: tegra: fix hda2codec_2x clock name for Tegra30
>   Documentation: DT bindings: fix hda2codec_2x clock name for
>     tegra30-hda
>   ARM: tegra: add Tegra30 HDA support
>   ARM: tegra: fix hda2codec_2x clock name in Tegra124 device tree
>   ARM: tegra: enable watchdog in defconfig
>   ARM: tegra: enable HDA in defconfig
>   ARM: tegra: colibri t30: activate stmpe811 touch controller
>   ARM: tegra: apalis t30: fix pin muxing and add HDA in device tree
> 
>  .../bindings/sound/nvidia,tegra30-hda.txt          |  8 ++--
>  arch/arm/boot/dts/tegra124.dtsi                    |  4 +-
>  arch/arm/boot/dts/tegra30-apalis-eval.dts          |  5 +++
>  arch/arm/boot/dts/tegra30-apalis.dtsi              | 46 ++++++++++++++++------
>  arch/arm/boot/dts/tegra30-cardhu.dtsi              |  2 +-
>  arch/arm/boot/dts/tegra30-colibri-eval-v3.dts      |  4 +-
>  arch/arm/boot/dts/tegra30-colibri.dtsi             | 44 ++++++++++++++++++++-
>  arch/arm/boot/dts/tegra30.dtsi                     | 15 +++++++
>  arch/arm/configs/tegra_defconfig                   | 10 +++++
>  drivers/clk/tegra/clk-tegra30.c                    |  2 +-
>  10 files changed, 117 insertions(+), 23 deletions(-)

This duplicates a lot of a series that I've been carrying locally for
quite some time but never got around to posting publicly. Sorry about
that. I'll rebase what I have on top of this and then take this for
v4.2.

Thanks,
Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2015-04-14 12:52 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-10 21:35 [PATCH 0/9] ARM: tegra: collection of enhancements/fixes Marcel Ziswiler
2015-04-10 21:35 ` [PATCH 1/9] ARM: tegra: Cardhu device-tree comment spelling fix Marcel Ziswiler
2015-04-10 22:18   ` Paul Walmsley
2015-04-11 14:12     ` Marcel Ziswiler
2015-05-05 11:52   ` Thierry Reding
2015-04-10 21:35 ` [PATCH 2/9] ARM: tegra: fix hda2codec_2x clock name for Tegra30 Marcel Ziswiler
2015-05-05 11:56   ` Thierry Reding
2015-04-10 21:35 ` [PATCH 3/9] Documentation: DT bindings: fix hda2codec_2x clock name for tegra30-hda Marcel Ziswiler
2015-04-10 22:21   ` Paul Walmsley
2015-05-05 12:02   ` Thierry Reding
2015-04-10 21:35 ` [PATCH 4/9] ARM: tegra: add Tegra30 HDA support Marcel Ziswiler
2015-05-05 12:04   ` Thierry Reding
2015-04-10 21:36 ` [PATCH 5/9] ARM: tegra: fix hda2codec_2x clock name in Tegra124 device tree Marcel Ziswiler
2015-04-10 22:19   ` Paul Walmsley
2015-05-05 12:08   ` Thierry Reding
2015-04-10 21:36 ` [PATCH 6/9] ARM: tegra: enable watchdog in defconfig Marcel Ziswiler
2015-04-10 21:36 ` [PATCH 7/9] ARM: tegra: enable HDA " Marcel Ziswiler
2015-04-10 22:18   ` Paul Walmsley
2015-04-14 12:50     ` Thierry Reding
2015-05-05 12:18   ` Thierry Reding
2015-04-10 21:36 ` [PATCH 8/9] ARM: tegra: colibri t30: activate stmpe811 touch controller Marcel Ziswiler
2015-05-05 12:29   ` Thierry Reding
2015-04-10 21:36 ` [PATCH 9/9] ARM: tegra: apalis t30: fix pin muxing and add HDA in device tree Marcel Ziswiler
2015-05-05 12:31   ` Thierry Reding
2015-04-14 12:52 ` Thierry Reding [this message]
2015-04-14 20:01   ` [PATCH 0/9] ARM: tegra: collection of enhancements/fixes Marcel Ziswiler

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=20150414125222.GB13446@ulmo.nvidia.com \
    --to=thierry.reding@gmail.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dgreid@chromium.org \
    --cc=edubezval@gmail.com \
    --cc=galak@codeaurora.org \
    --cc=gnurou@gmail.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marcel@ziswiler.com \
    --cc=mark.rutland@arm.com \
    --cc=mperttunen@nvidia.com \
    --cc=mporter@linaro.org \
    --cc=mturquette@linaro.org \
    --cc=paul@pwsan.com \
    --cc=pawel.moll@arm.com \
    --cc=pdeschrijver@nvidia.com \
    --cc=pgaikwad@nvidia.com \
    --cc=rafael.j.wysocki@intel.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=swarren@wwwdotorg.org \
    --cc=tiwai@suse.de \
    /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