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=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 22994C64E7C for ; Wed, 18 Nov 2020 08:30:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D52A3246CD for ; Wed, 18 Nov 2020 08:30:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727735AbgKRIa0 (ORCPT ); Wed, 18 Nov 2020 03:30:26 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:53714 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727136AbgKRIa0 (ORCPT ); Wed, 18 Nov 2020 03:30:26 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id EABA2FB03; Wed, 18 Nov 2020 09:30:24 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WhnadPvPYcT7; Wed, 18 Nov 2020 09:30:24 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id B053D43F6E; Wed, 18 Nov 2020 09:30:23 +0100 (CET) Date: Wed, 18 Nov 2020 09:30:23 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Linus Walleij Cc: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Ondrej Jirman , Arnd Bergmann , Krzysztof Kozlowski , Lubomir Rintel , Mark Brown , Geert Uytterhoeven , allen , Kuninori Morimoto , "open list:DRM PANEL DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v1 5/6] dt-bindings: vendor-prefixes: Add ys vendor prefix Message-ID: <20201118083023.GA6684@bogon.m.sigxcpu.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, On Tue, Nov 17, 2020 at 09:42:33PM +0100, Linus Walleij wrote: > On Tue, Nov 17, 2020 at 6:49 PM Guido Günther wrote: > > > Add prefix for Shenzhen Yashi Changhua Intelligent Technology Co., Ltd. > > > > Signed-off-by: Guido Günther > > --- > > 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 e40ee369f808..d0f3abf2f12c 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > @@ -1220,6 +1220,8 @@ patternProperties: > > description: Shenzhen Yangliming Electronic Technology Co., Ltd. > > "^yna,.*": > > description: YSH & ATIL > > + "^ys,.*": > > + description: Shenzhen Yashi Changhua Intelligent Technology Co., Ltd. > > "^yones-toptech,.*": > > description: Yones Toptech Co., Ltd. > > "^ysoft,.*": > > I think this should be in alphabetical order of the compatible string, i.e. > under yones. Messed that up during rebase. Fixed in v2. Thanks for the review! -- Guido > > Yours, > Linus Walleij >