From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753339AbcHPM42 (ORCPT ); Tue, 16 Aug 2016 08:56:28 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:33369 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753265AbcHPM40 (ORCPT ); Tue, 16 Aug 2016 08:56:26 -0400 Date: Tue, 16 Aug 2016 07:56:24 -0500 From: Rob Herring To: Rask Ingemann Lambertsen Cc: Mark Rutland , Russell King , Maxime Ripard , Chen-Yu Tsai , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/2] devicetree: Add vendor prefix for Shenzhen Sunchip Technology Co., Ltd Message-ID: <20160816125624.GA20716@rob-hp-laptop> References: <20160812235312.GB10557@vip.cybercity.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 11, 2016 at 10:11:51PM +0200, Rask Ingemann Lambertsen wrote: > Shenzhen Sunchip Technology Co., Ltd produces TV boxes and TV dongles, > some of which are sold under other brands. Website: > > > Signed-off-by: Rask Ingemann Lambertsen > --- > Changes in v2: > No patch changes, but added CC to the ARM kernel mailing list. > > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > index 1992aa9..fbad2cea 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -256,6 +256,7 @@ ste ST-Ericsson > stericsson ST-Ericsson > syna Synaptics Inc. > synology Synology, Inc. > +sunchip Shenzhen Sunchip Technology Co., Ltd > SUNW Sun Microsystems, Inc These are not in alphabetical order. Maybe someone thought uppercase should be separate, but I don't. So please fix the ordering here moving SUNW before syna. Rob