From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 1/3] devicetree: Sort vendor prefixes in alphabetical order Date: Fri, 19 Aug 2016 08:42:55 -0500 Message-ID: <20160819134255.GA29943@rob-hp-laptop> References: <54da74da3f60ede0bf8fb789ffee584703e81a29.1471553094.git.ccc94453@vip.cybercity.dk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <54da74da3f60ede0bf8fb789ffee584703e81a29.1471553094.git.ccc94453@vip.cybercity.dk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Rask Ingemann Lambertsen Cc: Mark Rutland , devicetree@vger.kernel.org, Neil Armstrong , Russell King , linux-kernel@vger.kernel.org, Chen-Yu Tsai , Maxime Ripard , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org 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 in v3: > This patch is new in v3. > > .../devicetree/bindings/vendor-prefixes.txt | 30 +++++++++++----------- > 1 file changed, 15 insertions(+), 15 deletions(-) Oh, there's a lot more than I realized. I'd suggest that I take patches 1 and 2 thru my tree so I can manage any conflicts. Rob