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=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 34975C47256 for ; Wed, 6 May 2020 17:56:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1E447206D5 for ; Wed, 6 May 2020 17:56:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728802AbgEFR4A (ORCPT ); Wed, 6 May 2020 13:56:00 -0400 Received: from asavdk4.altibox.net ([109.247.116.15]:39512 "EHLO asavdk4.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728682AbgEFR4A (ORCPT ); Wed, 6 May 2020 13:56:00 -0400 Received: from ravnborg.org (unknown [158.248.194.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk4.altibox.net (Postfix) with ESMTPS id A7879803E8; Wed, 6 May 2020 19:55:54 +0200 (CEST) Date: Wed, 6 May 2020 19:55:53 +0200 From: Sam Ravnborg To: Sergey.Semin@baikalelectronics.ru Cc: Thomas Bogendoerfer , Rob Herring , Serge Semin , Alexey Malahov , Paul Burton , Ralf Baechle , Arnd Bergmann , linux-mips@vger.kernel.org, linux-pm@vger.kernel.org, Rob Herring , Maxime Ripard , Heiko Stuebner , Linus Walleij , Stephan Gerhold , Mark Brown , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 03/20] dt-bindings: Add vendor prefix for Baikal Electronics, JSC Message-ID: <20200506175553.GA7775@ravnborg.org> References: <20200306124807.3596F80307C2@mail.baikalelectronics.ru> <20200506174238.15385-1-Sergey.Semin@baikalelectronics.ru> <20200506174238.15385-4-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200506174238.15385-4-Sergey.Semin@baikalelectronics.ru> User-Agent: Mutt/1.10.1 (2018-07-13) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=MOBOZvRl c=1 sm=1 tr=0 a=UWs3HLbX/2nnQ3s7vZ42gw==:117 a=UWs3HLbX/2nnQ3s7vZ42gw==:17 a=kj9zAlcOel0A:10 a=TLxTtJ4aAAAA:8 a=kMJVNwr6AAAA:8 a=VwQbUJbxAAAA:8 a=WPyIoOwQAAAA:8 a=dgCgqi4eL6prslsqsKIA:9 a=CjuIK1q_8ugA:10 a=_W40VfXogbFAZmU3Lp3v:22 a=JuFFHv0FCeTakqPUSLWB:22 a=AjGcO6oz07-iQ99wixmX:22 a=S-HzPIwwDS8t1QcwSuWs:22 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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. Sam > "^bananapi,.*": > description: BIPAI KEJI LIMITED > "^beacon,.*": > -- > 2.25.1