From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A88B7C47256 for ; Wed, 6 May 2020 19:20:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 951012075A for ; Wed, 6 May 2020 19:20:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728531AbgEFTU4 (ORCPT ); Wed, 6 May 2020 15:20:56 -0400 Received: from mail.baikalelectronics.com ([87.245.175.226]:33468 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727975AbgEFTUz (ORCPT ); Wed, 6 May 2020 15:20:55 -0400 Received: from localhost (unknown [127.0.0.1]) by mail.baikalelectronics.ru (Postfix) with ESMTP id 92CE48030808; Wed, 6 May 2020 19:20:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at baikalelectronics.ru Received: from mail.baikalelectronics.ru ([127.0.0.1]) by localhost (mail.baikalelectronics.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wr0HOHLMXTqE; Wed, 6 May 2020 22:20:51 +0300 (MSK) Date: Wed, 6 May 2020 22:20:49 +0300 From: Serge Semin To: Sam Ravnborg CC: Thomas Bogendoerfer , Rob Herring , Alexey Malahov , Paul Burton , Ralf Baechle , Arnd Bergmann , , , Rob Herring , Maxime Ripard , Heiko Stuebner , Linus Walleij , Stephan Gerhold , Mark Brown , , Subject: Re: [PATCH v2 03/20] dt-bindings: Add vendor prefix for Baikal Electronics, JSC Message-ID: <20200506192049.bznhiwra5a43ao26@mobilestation> References: <20200306124807.3596F80307C2@mail.baikalelectronics.ru> <20200506174238.15385-1-Sergey.Semin@baikalelectronics.ru> <20200506174238.15385-4-Sergey.Semin@baikalelectronics.ru> <20200506175553.GA7775@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20200506175553.GA7775@ravnborg.org> X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sam, On Wed, May 06, 2020 at 07:55:53PM +0200, Sam Ravnborg wrote: > Hi Sergey. > > On Wed, May 06, 2020 at 08:42:21PM +0300, Sergey.Semin@baikalelectronics.ru wrote: > > From: Serge Semin > > > > Add "BAIKAL ELECTRONICS, JSC" to the list of devicetree vendor prefixes > > as "baikal". > > > > Website: http://www.baikalelectronics.com > > > > Signed-off-by: Serge Semin > > Cc: Alexey Malahov > > Cc: Thomas Bogendoerfer > > Cc: Paul Burton > > Cc: Ralf Baechle > > Cc: Arnd Bergmann > > Cc: linux-mips@vger.kernel.org > > Cc: linux-pm@vger.kernel.org > > > > --- > > > > Changelog v2: > > - Fix author and SoB emails mismatch. > > > - Add 'baikal' vendor prefix instead of ambiguous 'be'. > Agree, much better. > > > --- > > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > index d3891386d671..674c0d07c0ad 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > @@ -139,6 +139,8 @@ patternProperties: > > description: Azoteq (Pty) Ltd > > "^azw,.*": > > description: Shenzhen AZW Technology Co., Ltd. > > + "^baikal,.*": > > + description: BAIKAL ELECTRONICS, JSC > Baikal do not use ALL UPPSECASE on their website for their name. > So please use same case use as they do themself. > It's not like me can't be considered as part of them.) I discussed the upper-case and normal version with our managers half a year ago and we came up to use the upper-case version. From Russian legal point of view it's also the upper-cased version what counts. I don't really know why the site use different naming, but in the internal documents it's always as submitted. Anyway I asked this question one more time to our managers. If they say to use as you suggest, then I'll resend an update in v3 patchset, if v3 doesn't get to be necessary I'll send a followup patch with fix. -Sergey > > Sam > > > "^bananapi,.*": > > description: BIPAI KEJI LIMITED > > "^beacon,.*": > > -- > > 2.25.1