Re: [PATCH v3 1/3] devicetree: Sort vendor prefixes in alphabetical order

2016-08-19 Thread Rob Herring
On Wed, Aug 17, 2016 at 11:13:34PM +0200, Rask Ingemann Lambertsen wrote: > Vendor prefixes should be listed in alphabetical order, which some of > them weren't, so this patch corrects that. > > Signed-off-by: Rask Ingemann Lambertsen > --- > > I used 'sort --ignore-case --key 1,1'. > > Changes

Re: [PATCH v3 1/3] devicetree: Sort vendor prefixes in alphabetical order

2016-08-18 Thread Rask Ingemann Lambertsen
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

Re: [PATCH v3 1/3] devicetree: Sort vendor prefixes in alphabetical order

2016-08-18 Thread Andrew Lunn
> @@ -54,8 +54,8 @@ chipone ChipOne > chipsparkChipSPARK > 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

[PATCH v3 1/3] devicetree: Sort vendor prefixes in alphabetical order

2016-08-18 Thread Rask Ingemann Lambertsen
Vendor prefixes should be listed in alphabetical order, which some of them weren't, so this patch corrects that. Signed-off-by: Rask Ingemann Lambertsen --- I used 'sort --ignore-case --key 1,1'. Changes in v3: This patch is new in v3. .../devicetree/bindings/vendor-prefixes.txt| 30 +