All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomeu Vizoso <tomeu.vizoso@collabora.com>
To: Andrew Bresticker <abrestic@chromium.org>
Cc: "linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
	Stephen Warren <swarren@wwwdotorg.org>,
	Javier Martinez Canillas <javier.martinez@collabora.co.uk>,
	Simon Glass <sjg@chromium.org>, Dylan Reid <dgreid@chromium.org>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Russell King <linux@arm.linux.org.uk>,
	Thierry Reding <thierry.reding@gmail.com>,
	Alexandre Courbot <gnurou@gmail.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v4 02/11] ARM: tegra: Move out nyan-generic parts out from the nyan-big DT
Date: Thu, 12 Feb 2015 07:18:47 +0100	[thread overview]
Message-ID: <54DC45C7.8020907@collabora.com> (raw)
In-Reply-To: <CAL1qeaHeB6vikVWquGM7psdKPKc0FVqj5-xuc3PXbJhok1vGoA@mail.gmail.com>

On 02/11/2015 06:26 PM, Andrew Bresticker wrote:
> Hi Tomeu,
> 
> On Wed, Feb 11, 2015 at 7:06 AM, Tomeu Vizoso
> <tomeu.vizoso@collabora.com> wrote:
>> In preparation for adding the DT for the nyan-blaze board.
>>
>> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
> 
> Maybe it's worth pulling the common pinmux bits into nyan.dtsi as well?

I decided to have them in the leaf DTSs so the whole output from
tegra-pinmux-scripts can be stuck in there without any extra processing.

I think this way we can be more certain that the pinmux in the kernel
isn't diverging from what it should be.

> Otherwise,
> Acked-by: Andrew Bresticker <abrestic@chromium.org>

Thanks,

Tomeu

WARNING: multiple messages have this Message-ID (diff)
From: tomeu.vizoso@collabora.com (Tomeu Vizoso)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 02/11] ARM: tegra: Move out nyan-generic parts out from the nyan-big DT
Date: Thu, 12 Feb 2015 07:18:47 +0100	[thread overview]
Message-ID: <54DC45C7.8020907@collabora.com> (raw)
In-Reply-To: <CAL1qeaHeB6vikVWquGM7psdKPKc0FVqj5-xuc3PXbJhok1vGoA@mail.gmail.com>

On 02/11/2015 06:26 PM, Andrew Bresticker wrote:
> Hi Tomeu,
> 
> On Wed, Feb 11, 2015 at 7:06 AM, Tomeu Vizoso
> <tomeu.vizoso@collabora.com> wrote:
>> In preparation for adding the DT for the nyan-blaze board.
>>
>> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
> 
> Maybe it's worth pulling the common pinmux bits into nyan.dtsi as well?

I decided to have them in the leaf DTSs so the whole output from
tegra-pinmux-scripts can be stuck in there without any extra processing.

I think this way we can be more certain that the pinmux in the kernel
isn't diverging from what it should be.

> Otherwise,
> Acked-by: Andrew Bresticker <abrestic@chromium.org>

Thanks,

Tomeu

  reply	other threads:[~2015-02-12  6:18 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-11 15:06 [PATCH v4 00/11] Improvements to Tegra-based Chromebook support Tomeu Vizoso
2015-02-11 15:06 ` Tomeu Vizoso
2015-02-11 15:06 ` Tomeu Vizoso
     [not found] ` <1423667220-1062-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2015-02-11 15:06   ` [PATCH v4 01/11] ARM: tegra: Change model of sound card in Nyan Big Tomeu Vizoso
2015-02-11 15:06     ` Tomeu Vizoso
2015-02-11 15:06     ` Tomeu Vizoso
2015-02-11 15:06 ` [PATCH v4 02/11] ARM: tegra: Move out nyan-generic parts out from the nyan-big DT Tomeu Vizoso
2015-02-11 15:06   ` Tomeu Vizoso
     [not found]   ` <1423667220-1062-3-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2015-02-11 17:26     ` Andrew Bresticker
2015-02-11 17:26       ` Andrew Bresticker
2015-02-11 17:26       ` Andrew Bresticker
2015-02-12  6:18       ` Tomeu Vizoso [this message]
2015-02-12  6:18         ` Tomeu Vizoso
2015-02-12 16:54         ` Andrew Bresticker
2015-02-12 16:54           ` Andrew Bresticker
2015-02-11 15:06 ` [PATCH v4 03/11] drm/panel: add support for Samsung LTN140AT29 panel Tomeu Vizoso
2015-02-11 15:06 ` [PATCH v4 04/11] ARM: tegra: Add DTS for the nyan-blaze board Tomeu Vizoso
2015-02-11 15:06   ` Tomeu Vizoso
2015-02-11 15:06 ` [PATCH v4 05/11] ARM: tegra: Add node for trackpad in Nyan boards Tomeu Vizoso
2015-02-11 15:06   ` Tomeu Vizoso
2015-02-11 15:06 ` [PATCH v4 06/11] ARM: tegra: Use pwrseq-simple for the wifi in Nyan Tomeu Vizoso
2015-02-11 15:06   ` Tomeu Vizoso
2015-02-11 15:06 ` [PATCH v4 07/11] ARM: tegra: Use the generated pinmux data Tomeu Vizoso
2015-02-11 15:06   ` Tomeu Vizoso
2015-02-11 15:06 ` [PATCH v4 08/11] ARM: tegra: Set spi-max-frequency property to flash node Tomeu Vizoso
2015-02-11 15:06   ` Tomeu Vizoso
2015-02-11 15:06 ` [PATCH v4 09/11] ARM: tegra: add support for warm reset GPIO Tomeu Vizoso
2015-02-11 17:17   ` Andrew Bresticker
2015-02-11 15:06 ` [PATCH v4 10/11] ARM: tegra: Set nvidia,reset-gpio property on the PMC node Tomeu Vizoso
2015-02-11 15:06   ` [PATCH v4 10/11] ARM: tegra: Set nvidia, reset-gpio " Tomeu Vizoso
2015-02-11 15:06 ` [PATCH v4 11/11] drm/tegra: Reset the SOR on probe Tomeu Vizoso

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=54DC45C7.8020907@collabora.com \
    --to=tomeu.vizoso@collabora.com \
    --cc=abrestic@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dgreid@chromium.org \
    --cc=galak@codeaurora.org \
    --cc=gnurou@gmail.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=javier.martinez@collabora.co.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=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sjg@chromium.org \
    --cc=swarren@wwwdotorg.org \
    --cc=thierry.reding@gmail.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.