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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EAC92C77B73 for ; Tue, 6 Jun 2023 16:29:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231232AbjFFQ3Y (ORCPT ); Tue, 6 Jun 2023 12:29:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237773AbjFFQ3W (ORCPT ); Tue, 6 Jun 2023 12:29:22 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1C13E5E; Tue, 6 Jun 2023 09:29:16 -0700 (PDT) Received: from pendragon.ideasonboard.com (om126253223039.31.openmobile.ne.jp [126.253.223.39]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id BD44C283; Tue, 6 Jun 2023 18:28:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1686068928; bh=y5ixXw0zAGVCiQTHB3djsxXTl/8rQt2eWHzwOjlnJJI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lZFj9W2yBeX0SUPlggU8ByZSX6BRpJ1Fu5x0TYB+udJS1Hlv+PiLUJIi7kLtrjl0Q gFDXZEjUcoVGMqzXAcVw1FCo+Q97ZEXT2ilUXspWRWumNkmseTrg66jT5TK+SB3FXI 0/23EoWSaGDaPXKzpQL8BCGg4NKa2ggd5jdiPPw8= Date: Tue, 6 Jun 2023 19:29:11 +0300 From: Laurent Pinchart To: Tommaso Merciai Cc: jacopo.mondi@ideasonboard.com, martin.hecht@avnet.eu, michael.roeder@avnet.eu, linuxfancy@googlegroups.com, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Mauro Carvalho Chehab , Liam Girdwood , Mark Brown , Bjorn Andersson , Heiko Stuebner , Shawn Guo , Chris Morgan , Jagan Teki , Sakari Ailus , Hans Verkuil , Marco Felsch , Gerald Loacker , Shawn Tu , Krzysztof =?utf-8?Q?Ha=C5=82asa?= , Linus Walleij , Benjamin Mugnier , Nicholas Roth , Mikhail Rudenko , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [PATCH v3 1/3] dt-bindings: vendor-prefixes: Add prefix alliedvision Message-ID: <20230606162911.GH25679@pendragon.ideasonboard.com> References: <20230606155416.260941-1-tomm.merciai@gmail.com> <20230606155416.260941-2-tomm.merciai@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230606155416.260941-2-tomm.merciai@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Tommaso, Thank you for the patch. On Tue, Jun 06, 2023 at 05:54:02PM +0200, Tommaso Merciai wrote: > Add a vendor prefix entry for Allied Vision Inc. > (https://www.alliedvision.com) > > Signed-off-by: Tommaso Merciai Reviewed-by: Laurent Pinchart > --- > 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 82d39ab0231b..7bd678956b3d 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -77,6 +77,8 @@ patternProperties: > description: ALFA Network Inc. > "^allegro,.*": > description: Allegro DVT > + "^alliedvision,.*": > + description: Allied Vision Inc. > "^allo,.*": > description: Allo.com > "^allwinner,.*": -- Regards, Laurent Pinchart