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 1B728C54E94 for ; Tue, 24 Jan 2023 22:15:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235209AbjAXWPd (ORCPT ); Tue, 24 Jan 2023 17:15:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235188AbjAXWPa (ORCPT ); Tue, 24 Jan 2023 17:15:30 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF457EC50; Tue, 24 Jan 2023 14:15:28 -0800 (PST) Received: from [192.168.2.197] (unknown [109.252.117.89]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: dmitry.osipenko) by madras.collabora.co.uk (Postfix) with ESMTPSA id 8CB086602E22; Tue, 24 Jan 2023 22:15:25 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1674598527; bh=U5pqxjSVWv1r+xzfhDscJlEQYLqcxSfkvxxI5A+J+wc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=hQ9YDjUqA9i+uEX6M+UnrsXmKUlOrQLOWtHywTGb4RrDNIX+2wbZDf/cI3jxKkrVs Mo8KSjrlrcX0jJGlHRO7u9jLOuziokRNkSv1JRniKACDb1MqA1xK16xIHe6YIrzgI+ pWv3acwe+COWFCC/mKFz8Sc/cObnBsokEctFFnNTp3F9c0AF1kaz99FChTV2bdiCNB VWkfkq0rDO2FRDlZHpf9uhKAK9Rsmr0UZK83FgMkTCHXTQbp/DLMvbmtKFn3U8F5vL BE+WUxmoJaKjGpPcCrMX26rkviFdm/KaUKRAfpVNtAZSlfGIUUnSBDT/IIOWDT4rA8 9yFBmCBE/8VHA== Message-ID: Date: Wed, 25 Jan 2023 01:15:22 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v3 01/21] dt-bindings: display: tegra: add Tegra20 VIP Content-Language: en-US To: Luca Ceresoli , Thierry Reding , Jonathan Hunter , Sowjanya Komatineni , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Mauro Carvalho Chehab , Greg Kroah-Hartman , Dmitry Osipenko , Hans Verkuil Cc: linux-media@vger.kernel.org, linux-tegra@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, Thomas Petazzoni , Paul Kocialkowski , Richard Leitner References: <20221229133205.981397-1-luca.ceresoli@bootlin.com> <20221229133205.981397-2-luca.ceresoli@bootlin.com> From: Dmitry Osipenko In-Reply-To: <20221229133205.981397-2-luca.ceresoli@bootlin.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/29/22 16:31, Luca Ceresoli wrote: > VIP is the parallel video capture component within the video input > subsystem of Tegra20 (and other Tegra chips, apparently). > > Signed-off-by: Luca Ceresoli > > --- > > Changed in v3: > - remove channel@0 node (Krzysztof, Rob, Dmitry) > - add myself as a maintainer of the whole Tegra video driver (Dmitry) > > Changed in v2 (suggested by Krzysztof Kozlowski): > - remove redundant "bindings" from subject line > - remove $nodename > - add channel@0 description > - add reg: const: 0 > --- > .../display/tegra/nvidia,tegra20-vip.yaml | 49 +++++++++++++++++++ > MAINTAINERS | 2 + > 2 files changed, 51 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml > > diff --git a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml > new file mode 100644 > index 000000000000..c23fd02dd18e > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml > @@ -0,0 +1,49 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-vip.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: NVIDIA Tegra VIP (parallel video capture) controller > + > +maintainers: > + - Luca Ceresoli > + > +properties: > + compatible: > + enum: > + - nvidia,tegra20-vip > + > + "#address-cells": > + const: 1 > + > + "#size-cells": > + const: 0 > + > + ports: > + $ref: /schemas/graph.yaml#/properties/ports > + > + properties: > + port@0: > + $ref: /schemas/graph.yaml#/properties/port > + description: > + Port receiving the video stream from the sensor > + > + port@1: > + $ref: /schemas/graph.yaml#/properties/port > + description: > + Port sending the video stream to the VI > + > + required: > + - port@0 > + - port@1 > + > +unevaluatedProperties: false > + > +required: > + - compatible > + - "#address-cells" > + - "#size-cells" > + - ports > + > +# see nvidia,tegra20-vi.yaml for an example > diff --git a/MAINTAINERS b/MAINTAINERS > index f61eb221415b..4feb2e1258ce 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -20563,10 +20563,12 @@ TEGRA VIDEO DRIVER > M: Thierry Reding > M: Jonathan Hunter > M: Sowjanya Komatineni > +M: Luca Ceresoli > L: linux-media@vger.kernel.org > L: linux-tegra@vger.kernel.org > S: Maintained > F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml > +F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml > F: drivers/staging/media/tegra-video/ > > TEGRA XUSB PADCTL DRIVER Reviewed-by: Dmitry Osipenko Please feel free to add my r-b to the rest of the patches. I looked though them and haven't noticed anything suspicious. -- Best regards, Dmitry