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=-10.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 003D8C433E0 for ; Mon, 20 Jul 2020 22:23:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C033822B4E for ; Mon, 20 Jul 2020 22:23:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595283791; bh=POZiBwDIvDGG/iE1XNPde1Rvx1qw+5xNMnBSOIHMKrc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=tfn577RKQIJN2hLD0ZZD9D26jQoUQKEsRb7Ro3XZwiHDickCXeUYu9Mcj5z6NLz7Y DVHCZAKQe1KlYLAXDLmBMXzyy2bXmA61kphKmFtx57H+8YQ2uhYkcgsfdw9s+bJQJc 9ga4vcPraU69gwnpYb3D2DUO5np6+6PgjVXsWLcc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726838AbgGTWXL (ORCPT ); Mon, 20 Jul 2020 18:23:11 -0400 Received: from mail-io1-f67.google.com ([209.85.166.67]:44123 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726021AbgGTWXK (ORCPT ); Mon, 20 Jul 2020 18:23:10 -0400 Received: by mail-io1-f67.google.com with SMTP id i4so19261594iov.11; Mon, 20 Jul 2020 15:23:10 -0700 (PDT) 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=+CUr9tHT5PVLHwGkmwIOpkcnunWXimE18rjDQkGp1Yk=; b=FZU6XCNWbEcG/HIhv2DPTYvx0269GDOvkwpSoOqVyOjrLjUN3BAf3B4t6XuVp2HQ0B 7Aj6WUcQ+VvJuDSYFkKrU52PivVPpv4zunuq8fW+xNVwx/lxU1Trp0v+GUyaRHDxsUQ5 ysFzUmjLWQMs1yU5cdn5Cc9EeusDUlsSE52yRCbeN0qrsUU7XDa3FoRHgXnEvNLa2bWk /HmTt5YdXDmcFc9goXt2f8BNctsz751pwj7EC4cNh28dmV5eRqrx3qZNFlL8Z8zyObdx Uxetsg/eN3W5Wld5xtbV2ql780GhupbnGCzayEKF1tDknh//PSuK0fwmdjB16W6LJixu eKvQ== X-Gm-Message-State: AOAM532z21eTdnlrtQ2kZIjUZtcrpzpSJBt/4zlGfbhLxK9/fyPFdaEK NYwh/SgvaF4O8ylPZ4m758sQYJOExQ== X-Google-Smtp-Source: ABdhPJwllR6kKvpNlj5U5ToaaUpZ/6dIW7JrJ1q8wXwbwU6yDnrnrQ4MzKOwoZKQo+WbuWg/9TAoaw== X-Received: by 2002:a05:6638:1495:: with SMTP id j21mr3018281jak.136.1595283790071; Mon, 20 Jul 2020 15:23:10 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id b14sm9767511ilg.86.2020.07.20.15.23.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Jul 2020 15:23:09 -0700 (PDT) Received: (nullmailer pid 3057835 invoked by uid 1000); Mon, 20 Jul 2020 22:23:07 -0000 Date: Mon, 20 Jul 2020 16:23:07 -0600 From: Rob Herring To: Miquel Raynal Cc: Boris Brezillon , linux-i3c@lists.infradead.org, Thomas Petazzoni , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Conor Culhane , Rajeev Huralikoppi Subject: Re: [PATCH 1/4] dt-bindings: Add vendor prefix for Silvaco Message-ID: <20200720222307.GA3056749@bogus> References: <20200709080159.2178-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200709080159.2178-1-miquel.raynal@bootlin.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Jul 09, 2020 at 10:01:56AM +0200, Miquel Raynal wrote: > Silvaco, Inc. is an EDA provider of software tools used for process > and device development and for analog/mixed-signal, power IC and > memory design [1]. > > [1] https://www.silvaco.com/company/profile/profile.html > > Signed-off-by: Miquel Raynal > --- > 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 9aeab66be85f..5933966db783 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1004,6 +1004,8 @@ patternProperties: > description: Shenzhen Sunchip Technology Co., Ltd > "^SUNW,.*": > description: Sun Microsystems, Inc > + "^svc,.*": Why not 'silvaco'? > + description: Silvaco, Inc. > "^swir,.*": > description: Sierra Wireless > "^syna,.*": > -- > 2.20.1 >