mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Marcel Ziswiler <marcel@ziswiler.com>
To: Thierry Reding <thierry.reding@gmail.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>
Subject: Re: [PATCH 0/9] ARM: tegra: collection of enhancements/fixes
Date: Tue, 14 Apr 2015 22:01:27 +0200	[thread overview]
Message-ID: <1429041687.3963.33.camel@localhost.localdomain> (raw)
In-Reply-To: <20150414125222.GB13446@ulmo.nvidia.com>

On Tue, 2015-04-14 at 14:52 +0200, Thierry Reding wrote:
> 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.

OK, thanks Thierry.

Two questions:

A) You don't think it would make sense to get any of this applied sooner
than v4.2?

B) I would not need to post a second version of this series then?

I just noticed that patch 8 is actually missing the pinmux entry for the
touch interrupt which mandates a second version thereof. Or should I
just send a fix for that as a separate patch later?

BTW: I also noticed another regression with the following two patches
causing a hard freeze on our Apalis/Colibri T30 modules upon starting X
using a plain fbdev driver. This does not happen if I revert those two
commits but it also does not happen if I disable X startup. Do you have
any idea what might cause this?

a9fe46
ARM: tegra: Add memory controller support for Tegra30

6d9adf
ARM: tegra: Enable IOMMU for display controllers on Tegra30


      reply	other threads:[~2015-04-14 20:02 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-10 21:35 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 ` [PATCH 0/9] ARM: tegra: collection of enhancements/fixes Thierry Reding
2015-04-14 20:01   ` Marcel Ziswiler [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=1429041687.3963.33.camel@localhost.localdomain \
    --to=marcel@ziswiler.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=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=thierry.reding@gmail.com \
    --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

Powered by JetHome