Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp3085624pxv; Sun, 25 Jul 2021 16:08:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxrENFfxHZxwwDG7RWuvmzQwfFNwlnlFH2H+tcItDQT3CYZrbmwSOwhJ4aisjPRr4acY01o X-Received: by 2002:a92:ab0a:: with SMTP id v10mr10909951ilh.17.1627254494847; Sun, 25 Jul 2021 16:08:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627254494; cv=none; d=google.com; s=arc-20160816; b=utzeSAJybI44ECeWyysdIJd6CcA3XsOXExPQRQFrjPbvIyittQPdCu/YnggRcidBwM qRVMMZgCIL9f1Xft7woOeBG4eTrXfiSpDtOoR/qTyxs/Q+5ovpmcCLhe2msIIiHPkTnC M80RQVxJEnH7J2xgQZWTsmoa5wwT3AhIIU12730Rm2nIAH4ZQG3Ng3iec2vQuQh64Tw3 YyGPTUOsWhpePYmuy2uIH4SD8k7Cirz7hEjagWLlEV1clOAoWngnExMF7ymQBRIsg1M+ l3M+fYjgf3yCMhFkv9njBOa7YcKqohLRazvYPO3VWm/zQHYiraVsKO0ikErOGR92P7QE t1kA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:cc:to:subject:from:date; bh=F0M4QTGLsUyxEHUXh/02ilptiPqPGsHZ8GvfK1dwHJo=; b=u6utozT2u/jLk9dWMRW76I5/LP5gaeuCXmT+CNKR3Vyk6DdaW6jC3cd285C78Fub0a /NKir+PV0jcEI0zT6cMBqYgPDVDFAdP58VyL4Xp43Y5W6f1E1qMS4pyPx/c4F9Lcwc/X J0CwflUn8k+oKYWLVeZ0+2I64O+HyUSjKW21JOs08ih17LffNlAGjREpk8+gIVNaOsBh 4YXdSUIMbhus/ftKG/itwYRHZw1upTCytN9qeqYLO3VS+og4Iu7CjTy7KbyD8wV1ju+v s2vxzTAowhZOspKmqF3nj92gVFk/ETyzXBrTi6J7lMmo51JtR1+jNhNSIgAr2u5xSp8d XpHQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y26si25421845iod.1.2021.07.25.16.08.03; Sun, 25 Jul 2021 16:08:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230075AbhGYWZu convert rfc822-to-8bit (ORCPT + 99 others); Sun, 25 Jul 2021 18:25:50 -0400 Received: from aposti.net ([89.234.176.197]:46286 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229547AbhGYWZu (ORCPT ); Sun, 25 Jul 2021 18:25:50 -0400 Date: Mon, 26 Jul 2021 00:06:07 +0100 From: Paul Cercueil Subject: Re: [PATCH v3 1/3] dt-bindings: Add QiShenglong vendor prefix To: Artjom Vejsel Cc: thierry.reding@gmail.com, sam@ravnborg.org, dri-devel@lists.freedesktop.org, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Message-Id: <7IPTWQ.3Z1HNE2ZJG041@crapouillou.net> In-Reply-To: <20210725221527.1771892-2-akawolf0@gmail.com> References: <20210725221527.1771892-1-akawolf0@gmail.com> <20210725221527.1771892-2-akawolf0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Artjom, Le lun., juil. 26 2021 at 01:15:25 +0300, Artjom Vejsel a ?crit : > Add vendor prefix for Shenzhen QiShenglong Industrialist Co., Ltd. > QiShenglong is a Chinese manufacturer of handheld gaming consoles, > most of > which run (very old) versions of Linux. > QiShenglong is known as Hamy. > > Signed-off-by: Artjom Vejsel Reviewed-by: Paul Cercueil Cheers, -Paul > --- > 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 b868cefc7c55..1d45a2d7a7bb 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -926,6 +926,8 @@ patternProperties: > description: Chengdu Kaixuan Information Technology Co., Ltd. > "^qiaodian,.*": > description: QiaoDian XianShi Corporation > + "^qishenglong,.*": > + description: Shenzhen QiShenglong Industrialist Co., Ltd. > "^qnap,.*": > description: QNAP Systems, Inc. > "^radxa,.*": > -- > 2.32.0 >