All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
To: Andrew Lunn <andrew@lunn.ch>
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org,
	Neil Armstrong <narmstrong@baylibre.com>,
	Russell King <linux@armlinux.org.uk>,
	linux-kernel@vger.kernel.org, Chen-Yu Tsai <wens@csie.org>,
	Rob Herring <robh+dt@kernel.org>,
	Maxime Ripard <maxime.ripard@free-electrons.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 1/3] devicetree: Sort vendor prefixes in alphabetical order
Date: Fri, 19 Aug 2016 07:16:46 +0200	[thread overview]
Message-ID: <20160819051645.2lcid73kdy2hwdwk@vip.cybercity.dk> (raw)
In-Reply-To: <20160818230237.GA22939@lunn.ch>

On Fri, Aug 19, 2016 at 01:02:37AM +0200, Andrew Lunn wrote:
> > @@ -54,8 +54,8 @@ chipone		ChipOne
> >  chipspark	ChipSPARK
> >  chrp	Common Hardware Reference Platform
> >  chunghwa	Chunghwa Picture Tubes Ltd.
> > -ciaa	Computadora Industrial Abierta Argentina
> >  cirrus	Cirrus Logic, Inc.
> > +ciaa	Computadora Industrial Abierta Argentina
> 
> ciaa comes after cirrus?

It does with LC_COLLATE=da_DK :-(
I'm sorry about that. I'll post v4 this afternoon.

-- 
Rask Ingemann Lambertsen
Danish law requires addresses in e-mail to be logged and stored for a year

WARNING: multiple messages have this Message-ID (diff)
From: Rask Ingemann Lambertsen <ccc94453-1EA3ORoCGBhoJ7GROcy7lA@public.gmane.org>
To: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Neil Armstrong
	<narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
	Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Maxime Ripard
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v3 1/3] devicetree: Sort vendor prefixes in alphabetical order
Date: Fri, 19 Aug 2016 07:16:46 +0200	[thread overview]
Message-ID: <20160819051645.2lcid73kdy2hwdwk@vip.cybercity.dk> (raw)
In-Reply-To: <20160818230237.GA22939-g2DYL2Zd6BY@public.gmane.org>

On Fri, Aug 19, 2016 at 01:02:37AM +0200, Andrew Lunn wrote:
> > @@ -54,8 +54,8 @@ chipone		ChipOne
> >  chipspark	ChipSPARK
> >  chrp	Common Hardware Reference Platform
> >  chunghwa	Chunghwa Picture Tubes Ltd.
> > -ciaa	Computadora Industrial Abierta Argentina
> >  cirrus	Cirrus Logic, Inc.
> > +ciaa	Computadora Industrial Abierta Argentina
> 
> ciaa comes after cirrus?

It does with LC_COLLATE=da_DK :-(
I'm sorry about that. I'll post v4 this afternoon.

-- 
Rask Ingemann Lambertsen
Danish law requires addresses in e-mail to be logged and stored for a year
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: ccc94453@vip.cybercity.dk (Rask Ingemann Lambertsen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/3] devicetree: Sort vendor prefixes in alphabetical order
Date: Fri, 19 Aug 2016 07:16:46 +0200	[thread overview]
Message-ID: <20160819051645.2lcid73kdy2hwdwk@vip.cybercity.dk> (raw)
In-Reply-To: <20160818230237.GA22939@lunn.ch>

On Fri, Aug 19, 2016 at 01:02:37AM +0200, Andrew Lunn wrote:
> > @@ -54,8 +54,8 @@ chipone		ChipOne
> >  chipspark	ChipSPARK
> >  chrp	Common Hardware Reference Platform
> >  chunghwa	Chunghwa Picture Tubes Ltd.
> > -ciaa	Computadora Industrial Abierta Argentina
> >  cirrus	Cirrus Logic, Inc.
> > +ciaa	Computadora Industrial Abierta Argentina
> 
> ciaa comes after cirrus?

It does with LC_COLLATE=da_DK :-(
I'm sorry about that. I'll post v4 this afternoon.

-- 
Rask Ingemann Lambertsen
Danish law requires addresses in e-mail to be logged and stored for a year

  reply	other threads:[~2016-08-19  5:17 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-17 21:13 [PATCH v3 1/3] devicetree: Sort vendor prefixes in alphabetical order Rask Ingemann Lambertsen
2016-08-17 21:13 ` Rask Ingemann Lambertsen
2016-08-17 21:13 ` Rask Ingemann Lambertsen
2016-08-12 22:03 ` [PATCH v3 3/3] ARM: dts: sun9i: Initial support for the Sunchip CX-A99 board Rask Ingemann Lambertsen
2016-08-12 22:03   ` Rask Ingemann Lambertsen
2016-08-12 22:03   ` Rask Ingemann Lambertsen
2016-08-17 21:32 ` [PATCH v3 2/3] devicetree: Add vendor prefix for Shenzhen Sunchip Technology Co., Ltd Rask Ingemann Lambertsen
2016-08-17 21:32   ` Rask Ingemann Lambertsen
2016-08-17 21:32   ` Rask Ingemann Lambertsen
2016-08-18 23:02 ` [PATCH v3 1/3] devicetree: Sort vendor prefixes in alphabetical order Andrew Lunn
2016-08-18 23:02   ` Andrew Lunn
2016-08-18 23:02   ` Andrew Lunn
2016-08-19  5:16   ` Rask Ingemann Lambertsen [this message]
2016-08-19  5:16     ` Rask Ingemann Lambertsen
2016-08-19  5:16     ` Rask Ingemann Lambertsen
2016-08-19 13:42 ` Rob Herring
2016-08-19 13:42   ` Rob Herring
2016-08-19 13:42   ` Rob Herring

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=20160819051645.2lcid73kdy2hwdwk@vip.cybercity.dk \
    --to=ccc94453@vip.cybercity.dk \
    --cc=andrew@lunn.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=maxime.ripard@free-electrons.com \
    --cc=narmstrong@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=wens@csie.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.