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=-14.0 required=3.0 tests=BAYES_00,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 4F6E5C4361B for ; Wed, 9 Dec 2020 15:40:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 12BE022B3A for ; Wed, 9 Dec 2020 15:40:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727013AbgLIPkE (ORCPT ); Wed, 9 Dec 2020 10:40:04 -0500 Received: from mail-ot1-f65.google.com ([209.85.210.65]:36606 "EHLO mail-ot1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726431AbgLIPkA (ORCPT ); Wed, 9 Dec 2020 10:40:00 -0500 Received: by mail-ot1-f65.google.com with SMTP id y24so1753778otk.3; Wed, 09 Dec 2020 07:39:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=+d+2aIF1fPREDcuZqrlheHQ+9kmWHfvuajGEvnzr79g=; b=tJmu71EHfOGEOa5w0+8Kujw2o80NWFmlnc2hLFYiGLdRCzTV9YHN4OYOf9LvKAHBlX CXJoYTS5+KJpZCfdr/rzer+NsnkfwfxjdiauSasP5762a3fGePV4+qfYyJqo0HZ/v/uE /P/Ou4HJKW7OT8mt7KI7QCdFHLb9lqPQi/bp24rLntF6ecsaCiVIgr4yjWoGB12EvF80 IAJ+eYDdzIBZfAtqNkMu/CmLqf1L41bpNsavWhAAXob799giOKbXWt2mH1BBE6KoxV6u NbUZKbs/i1BuoQ4Qal4W+yyXE2Qqxr9I/Ok+JrkZ1M1HfUTZVnUC1MzwuP0PhoZzTtHD x+iA== X-Gm-Message-State: AOAM530zsh0Nr4VxnmvN4Am2WvhlbJVZ9J2q01p5VwTI8r/pupz2pLKa fBAmffOhr39ZgBsTBiwWw9Rz8PRbSg== X-Google-Smtp-Source: ABdhPJzZNJka3cKmKHGwgxJycxGiXGcplglrg2Z9qr2xQQ+fBRYP3XUazo8N4hZa47HYOqtSxndZMA== X-Received: by 2002:a05:6830:22d3:: with SMTP id q19mr2169450otc.115.1607528359487; Wed, 09 Dec 2020 07:39:19 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id x20sm377612oov.33.2020.12.09.07.39.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Dec 2020 07:39:18 -0800 (PST) Received: (nullmailer pid 495138 invoked by uid 1000); Wed, 09 Dec 2020 15:39:17 -0000 Date: Wed, 9 Dec 2020 09:39:17 -0600 From: Rob Herring To: Oleksij Rempel Cc: Mark Rutland , Sascha Hauer , Shawn Guo , devicetree@vger.kernel.org, Fabio Estevam , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, NXP Linux Team , Pengutronix Kernel Team , David Jander Subject: Re: [PATCH v4 1/5] dt-bindings: vendor-prefixes: Add an entry for Kverneland Group Message-ID: <20201209153917.GA493557@robh.at.kernel.org> References: <20201201072449.28600-1-o.rempel@pengutronix.de> <20201201072449.28600-2-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201201072449.28600-2-o.rempel@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Dec 01, 2020 at 08:24:44AM +0100, Oleksij Rempel wrote: > Add "kvg" entry for Kverneland Group: https://ien.kvernelandgroup.com/ > > Signed-off-by: Oleksij Rempel > --- > 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 8332d50301ea..7da549f508ae 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -567,6 +567,8 @@ patternProperties: > description: Sutajio Ko-Usagi PTE Ltd. > "^kyo,.*": > description: Kyocera Corporation > + "^kvg,.*": > + description: Kverneland Group Alphabetical order please. > "^lacie,.*": > description: LaCie > "^laird,.*": > -- > 2.29.2 >