From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
Cc: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
Alexandre Courbot
<gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
"linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
gregkh-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org
Subject: Re: [PATCH] ARM: dts: tegra: move serial aliases to per-board
Date: Thu, 13 Nov 2014 12:27:07 +0100 [thread overview]
Message-ID: <20141113112706.GC23422@ulmo> (raw)
In-Reply-To: <CAOesGMjmVJuaiFZf6msFtsGiQn6TOPatZ7V3p-KfaPqpXnrYmA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 3258 bytes --]
On Wed, Nov 12, 2014 at 09:07:20AM -0800, Olof Johansson wrote:
> Hi Thierry,
>
>
>
> On Wed, Nov 12, 2014 at 4:20 AM, Thierry Reding
> <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > On Tue, Nov 11, 2014 at 12:49:30PM -0800, Olof Johansson wrote:
> >> There are general changes pending to make the /aliases/serial* entries
> >> number the serial ports on the system. On tegra, so far the ports have been
> >> just numbered dynamically as they are configured so that makes them change.
> >>
> >> To avoid this, add specific aliases per board to keep the old numbers. This
> >> allows us to change the numbering by default on future SoCs while keeping the
> >> numbering on existing boards.
> >>
> >> Signed-off-by: Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
> >> ---
> >>
> >> Stephen/Thierry/Alex, as noticed this week we really should try to get
> >> this in before the 3.19 merge window so that the global aliases change
> >> can happen there without regression.
> >>
> >> If you have more fixes queued up, feel free to add this to the next pull
> >> request. If not, a review and ack would be appreciated.
> >>
> >> arch/arm/boot/dts/tegra114-dalmore.dts | 1 +
> >> arch/arm/boot/dts/tegra114-roth.dts | 4 ++++
> >> arch/arm/boot/dts/tegra114-tn7.dts | 4 ++++
> >> arch/arm/boot/dts/tegra114.dtsi | 7 -------
> >> arch/arm/boot/dts/tegra124-jetson-tk1.dts | 1 +
> >> arch/arm/boot/dts/tegra124-nyan-big.dts | 1 +
> >> arch/arm/boot/dts/tegra124-venice2.dts | 1 +
> >> arch/arm/boot/dts/tegra124.dtsi | 7 -------
> >> arch/arm/boot/dts/tegra20-harmony.dts | 1 +
> >> arch/arm/boot/dts/tegra20-iris-512.dts | 5 +++++
> >> arch/arm/boot/dts/tegra20-medcom-wide.dts | 4 ++++
> >> arch/arm/boot/dts/tegra20-paz00.dts | 2 ++
> >> arch/arm/boot/dts/tegra20-seaboard.dts | 1 +
> >> arch/arm/boot/dts/tegra20-tamonten.dtsi | 1 +
> >> arch/arm/boot/dts/tegra20-trimslice.dts | 1 +
> >> arch/arm/boot/dts/tegra20-ventana.dts | 1 +
> >> arch/arm/boot/dts/tegra20-whistler.dts | 1 +
> >> arch/arm/boot/dts/tegra20.dtsi | 8 --------
> >> arch/arm/boot/dts/tegra30-apalis-eval.dts | 4 ++++
> >> arch/arm/boot/dts/tegra30-beaver.dts | 1 +
> >> arch/arm/boot/dts/tegra30-cardhu.dtsi | 2 ++
> >> arch/arm/boot/dts/tegra30-colibri-eval-v3.dts | 3 +++
> >> arch/arm/boot/dts/tegra30.dtsi | 8 --------
> >> 23 files changed, 39 insertions(+), 30 deletions(-)
> >
> > I have applied this to the for-3.19/dt branch.
>
> Maybe I wasn't entirely clear -- I was proposing to include this in
> the next batch of fixes for 3.18 so that the aliases processing code
> can go in for 3.19. If we hold this until the merge window we run the
> risk of having largeish parts of the merge window unbisectable (more
> than if we merge this as part of the next/dt contents).
Alex sent out two patches today that should go into 3.18, so let me
prepare a pull request include those and your patch.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: tegra: move serial aliases to per-board
Date: Thu, 13 Nov 2014 12:27:07 +0100 [thread overview]
Message-ID: <20141113112706.GC23422@ulmo> (raw)
In-Reply-To: <CAOesGMjmVJuaiFZf6msFtsGiQn6TOPatZ7V3p-KfaPqpXnrYmA@mail.gmail.com>
On Wed, Nov 12, 2014 at 09:07:20AM -0800, Olof Johansson wrote:
> Hi Thierry,
>
>
>
> On Wed, Nov 12, 2014 at 4:20 AM, Thierry Reding
> <thierry.reding@gmail.com> wrote:
> > On Tue, Nov 11, 2014 at 12:49:30PM -0800, Olof Johansson wrote:
> >> There are general changes pending to make the /aliases/serial* entries
> >> number the serial ports on the system. On tegra, so far the ports have been
> >> just numbered dynamically as they are configured so that makes them change.
> >>
> >> To avoid this, add specific aliases per board to keep the old numbers. This
> >> allows us to change the numbering by default on future SoCs while keeping the
> >> numbering on existing boards.
> >>
> >> Signed-off-by: Olof Johansson <olof@lixom.net>
> >> ---
> >>
> >> Stephen/Thierry/Alex, as noticed this week we really should try to get
> >> this in before the 3.19 merge window so that the global aliases change
> >> can happen there without regression.
> >>
> >> If you have more fixes queued up, feel free to add this to the next pull
> >> request. If not, a review and ack would be appreciated.
> >>
> >> arch/arm/boot/dts/tegra114-dalmore.dts | 1 +
> >> arch/arm/boot/dts/tegra114-roth.dts | 4 ++++
> >> arch/arm/boot/dts/tegra114-tn7.dts | 4 ++++
> >> arch/arm/boot/dts/tegra114.dtsi | 7 -------
> >> arch/arm/boot/dts/tegra124-jetson-tk1.dts | 1 +
> >> arch/arm/boot/dts/tegra124-nyan-big.dts | 1 +
> >> arch/arm/boot/dts/tegra124-venice2.dts | 1 +
> >> arch/arm/boot/dts/tegra124.dtsi | 7 -------
> >> arch/arm/boot/dts/tegra20-harmony.dts | 1 +
> >> arch/arm/boot/dts/tegra20-iris-512.dts | 5 +++++
> >> arch/arm/boot/dts/tegra20-medcom-wide.dts | 4 ++++
> >> arch/arm/boot/dts/tegra20-paz00.dts | 2 ++
> >> arch/arm/boot/dts/tegra20-seaboard.dts | 1 +
> >> arch/arm/boot/dts/tegra20-tamonten.dtsi | 1 +
> >> arch/arm/boot/dts/tegra20-trimslice.dts | 1 +
> >> arch/arm/boot/dts/tegra20-ventana.dts | 1 +
> >> arch/arm/boot/dts/tegra20-whistler.dts | 1 +
> >> arch/arm/boot/dts/tegra20.dtsi | 8 --------
> >> arch/arm/boot/dts/tegra30-apalis-eval.dts | 4 ++++
> >> arch/arm/boot/dts/tegra30-beaver.dts | 1 +
> >> arch/arm/boot/dts/tegra30-cardhu.dtsi | 2 ++
> >> arch/arm/boot/dts/tegra30-colibri-eval-v3.dts | 3 +++
> >> arch/arm/boot/dts/tegra30.dtsi | 8 --------
> >> 23 files changed, 39 insertions(+), 30 deletions(-)
> >
> > I have applied this to the for-3.19/dt branch.
>
> Maybe I wasn't entirely clear -- I was proposing to include this in
> the next batch of fixes for 3.18 so that the aliases processing code
> can go in for 3.19. If we hold this until the merge window we run the
> risk of having largeish parts of the merge window unbisectable (more
> than if we merge this as part of the next/dt contents).
Alex sent out two patches today that should go into 3.18, so let me
prepare a pull request include those and your patch.
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141113/36337dde/attachment-0001.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Olof Johansson <olof@lixom.net>
Cc: Stephen Warren <swarren@wwwdotorg.org>,
Alexandre Courbot <gnurou@gmail.com>,
"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
gregkh@linux-foundation.org
Subject: Re: [PATCH] ARM: dts: tegra: move serial aliases to per-board
Date: Thu, 13 Nov 2014 12:27:07 +0100 [thread overview]
Message-ID: <20141113112706.GC23422@ulmo> (raw)
In-Reply-To: <CAOesGMjmVJuaiFZf6msFtsGiQn6TOPatZ7V3p-KfaPqpXnrYmA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3198 bytes --]
On Wed, Nov 12, 2014 at 09:07:20AM -0800, Olof Johansson wrote:
> Hi Thierry,
>
>
>
> On Wed, Nov 12, 2014 at 4:20 AM, Thierry Reding
> <thierry.reding@gmail.com> wrote:
> > On Tue, Nov 11, 2014 at 12:49:30PM -0800, Olof Johansson wrote:
> >> There are general changes pending to make the /aliases/serial* entries
> >> number the serial ports on the system. On tegra, so far the ports have been
> >> just numbered dynamically as they are configured so that makes them change.
> >>
> >> To avoid this, add specific aliases per board to keep the old numbers. This
> >> allows us to change the numbering by default on future SoCs while keeping the
> >> numbering on existing boards.
> >>
> >> Signed-off-by: Olof Johansson <olof@lixom.net>
> >> ---
> >>
> >> Stephen/Thierry/Alex, as noticed this week we really should try to get
> >> this in before the 3.19 merge window so that the global aliases change
> >> can happen there without regression.
> >>
> >> If you have more fixes queued up, feel free to add this to the next pull
> >> request. If not, a review and ack would be appreciated.
> >>
> >> arch/arm/boot/dts/tegra114-dalmore.dts | 1 +
> >> arch/arm/boot/dts/tegra114-roth.dts | 4 ++++
> >> arch/arm/boot/dts/tegra114-tn7.dts | 4 ++++
> >> arch/arm/boot/dts/tegra114.dtsi | 7 -------
> >> arch/arm/boot/dts/tegra124-jetson-tk1.dts | 1 +
> >> arch/arm/boot/dts/tegra124-nyan-big.dts | 1 +
> >> arch/arm/boot/dts/tegra124-venice2.dts | 1 +
> >> arch/arm/boot/dts/tegra124.dtsi | 7 -------
> >> arch/arm/boot/dts/tegra20-harmony.dts | 1 +
> >> arch/arm/boot/dts/tegra20-iris-512.dts | 5 +++++
> >> arch/arm/boot/dts/tegra20-medcom-wide.dts | 4 ++++
> >> arch/arm/boot/dts/tegra20-paz00.dts | 2 ++
> >> arch/arm/boot/dts/tegra20-seaboard.dts | 1 +
> >> arch/arm/boot/dts/tegra20-tamonten.dtsi | 1 +
> >> arch/arm/boot/dts/tegra20-trimslice.dts | 1 +
> >> arch/arm/boot/dts/tegra20-ventana.dts | 1 +
> >> arch/arm/boot/dts/tegra20-whistler.dts | 1 +
> >> arch/arm/boot/dts/tegra20.dtsi | 8 --------
> >> arch/arm/boot/dts/tegra30-apalis-eval.dts | 4 ++++
> >> arch/arm/boot/dts/tegra30-beaver.dts | 1 +
> >> arch/arm/boot/dts/tegra30-cardhu.dtsi | 2 ++
> >> arch/arm/boot/dts/tegra30-colibri-eval-v3.dts | 3 +++
> >> arch/arm/boot/dts/tegra30.dtsi | 8 --------
> >> 23 files changed, 39 insertions(+), 30 deletions(-)
> >
> > I have applied this to the for-3.19/dt branch.
>
> Maybe I wasn't entirely clear -- I was proposing to include this in
> the next batch of fixes for 3.18 so that the aliases processing code
> can go in for 3.19. If we hold this until the merge window we run the
> risk of having largeish parts of the merge window unbisectable (more
> than if we merge this as part of the next/dt contents).
Alex sent out two patches today that should go into 3.18, so let me
prepare a pull request include those and your patch.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2014-11-13 11:27 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-11 20:49 [PATCH] ARM: dts: tegra: move serial aliases to per-board Olof Johansson
2014-11-11 20:49 ` Olof Johansson
[not found] ` <1415738970-7963-1-git-send-email-olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
2014-11-11 21:14 ` Stephen Warren
2014-11-11 21:14 ` Stephen Warren
2014-11-11 21:14 ` Stephen Warren
2014-11-11 22:45 ` Olof Johansson
2014-11-11 22:45 ` Olof Johansson
[not found] ` <CAOesGMh_8Ft=DKqm=e0fQdREC4aLmAAp3N0QyNsqWn2_rCbmnA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-11-11 23:39 ` Stephen Warren
2014-11-11 23:39 ` Stephen Warren
2014-11-11 23:39 ` Stephen Warren
[not found] ` <54627C1F.9050200-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-11-12 10:46 ` Lucas Stach
2014-11-12 10:46 ` Lucas Stach
2014-11-12 10:46 ` Lucas Stach
2014-11-12 12:20 ` Thierry Reding
2014-11-12 12:20 ` Thierry Reding
2014-11-12 12:20 ` Thierry Reding
[not found] ` <20141112122017.GC30821-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org>
2014-11-12 17:07 ` Olof Johansson
2014-11-12 17:07 ` Olof Johansson
2014-11-12 17:07 ` Olof Johansson
[not found] ` <CAOesGMjmVJuaiFZf6msFtsGiQn6TOPatZ7V3p-KfaPqpXnrYmA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-11-13 11:27 ` Thierry Reding [this message]
2014-11-13 11:27 ` Thierry Reding
2014-11-13 11:27 ` Thierry Reding
2014-11-13 16:17 ` Thierry Reding
2014-11-13 16:17 ` Thierry Reding
2014-11-13 16:17 ` Thierry Reding
2014-11-12 18:14 ` Stephen Warren
2014-11-12 18:14 ` Stephen Warren
2014-11-12 18:14 ` Stephen Warren
[not found] ` <5463A390.2040609-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-11-13 12:04 ` Thierry Reding
2014-11-13 12:04 ` Thierry Reding
2014-11-13 12:04 ` Thierry Reding
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=20141113112706.GC23422@ulmo \
--to=thierry.reding-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=gregkh-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
--cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.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 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.