Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp1676629pxb; Thu, 7 Oct 2021 12:39:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxKrhcLAzOBfd2mYdh1TObK4iB8GiCNrO86YZ98fWv2T4vMV+lURCF4TqxXuQ6hrFZhSooR X-Received: by 2002:a63:4e65:: with SMTP id o37mr1203032pgl.202.1633635582334; Thu, 07 Oct 2021 12:39:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633635582; cv=none; d=google.com; s=arc-20160816; b=NL/lSuucKgkxIA+Nv2VKQg1mw32jQGQvxMheCuEpPvEF7ZhZRQZtk4+bhT2uDb0lbR tKmaOlJyD8woRhsImDX0bOrNMTRaA/vSFqc/o9lV61olgjhCFEOEhZgCnO5U83wSn+gk ky3NEHTpucKYwdPyW7Y4EPBvy310cVBIUQUOkOs04XRAj13tXiOIUgknSycRXO6atEjm fPSncHjvkDFIJCVo6+OvlOEcqKRt3H5JpDjAN6qNTx6MT2bXvtoy3jex0kL6EfQoivaF 2mo0U7I4nn+1If+6DuYBnLgatVZkREvsdqpifxkJ1BeudlHVJdeq+0jsNKZLvBcikOEm YTdA== 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:subject:cc:to:from:date; bh=yNypk0N+qPOIOiRfFHHZIVTIOVi1IJ7Z+5Kf7pEO1js=; b=SCmS/nRRaoZrumur5q9LGVa0r/Gqr89BMalEcqRz2/1+ai3/vVAvng239SQhoMRdKu NAG+ZFvmTQFje6+1W7c+BMiaYl3zVS29EN7n9SolFkRxdl5O7OOefErGuuVaoc9zOHv/ Nj3qcxh3XQY7rshpfiWplNOLSZnyf4w+9E9lgyxMEGQCPWbhYyCdgRhWFsX1O49j8r81 MDc93yJb3jFIO+Vdpqtz0FtlS0Jet5fs9Ev7zL4af1o4n2ol6EZ4ZjmTYKbAJctJiiDR RDYwHUSomJlbAWM6tNUaktI1n9eCM5A/WF8SwbgP5OT6r477fFFqWMJ8iZmeTywDqsZe brNA== 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=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w20si291447pga.457.2021.10.07.12.39.27; Thu, 07 Oct 2021 12:39:42 -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=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241393AbhJGPjW (ORCPT + 99 others); Thu, 7 Oct 2021 11:39:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:45168 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230060AbhJGPjW (ORCPT ); Thu, 7 Oct 2021 11:39:22 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7E48061139; Thu, 7 Oct 2021 15:37:26 +0000 (UTC) Date: Thu, 7 Oct 2021 16:41:30 +0100 From: Jonathan Cameron To: Nikita Travkin Cc: lars@metafoo.de, robh+dt@kernel.org, stephan@gerhold.net, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] dt-bindings: vendor-prefixes: Document liteon vendor prefix Message-ID: <20211007164130.57304c72@jic23-huawei> In-Reply-To: <20211006163058.145842-1-nikita@trvn.ru> References: <20211006163058.145842-1-nikita@trvn.ru> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 6 Oct 2021 21:30:55 +0500 Nikita Travkin wrote: > Add vendor prefix for LITE-ON Technology Corp. > > Signed-off-by: Nikita Travkin Series looks good to me. I'll leave some time for dt binding review though before picking it up. Thanks, Jonathan > --- > 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 1d77f151555b..477a5cba16fe 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -659,6 +659,8 @@ patternProperties: > description: Linux-specific binding > "^linx,.*": > description: Linx Technologies > + "^liteon,.*": > + description: LITE-ON Technology Corp. > "^litex,.*": > description: LiteX SoC builder > "^lltc,.*":