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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 E9C03C43461 for ; Tue, 8 Sep 2020 21:50:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A9C862137B for ; Tue, 8 Sep 2020 21:50:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599601816; bh=P/WNSzEYsVzsqxadhnsOZzSm3CVxvDpCaSSae7XwOqs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fUnFE6sl4wdgK00pLU/DctJUcz7VeBcPvctBlcZo4h+FZDOZoF4p+X6A2rB1k/3iB inRLEdPRpdndshLf70OGT0aIBMe+NT/QYVJ/nQrjGUsXV8fcbr/d3vRR2a7JfLzNY+ hRwfyL5elbE1ElORcR00Q49VQDTxOu7RzY69kmoQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728347AbgIHVuQ (ORCPT ); Tue, 8 Sep 2020 17:50:16 -0400 Received: from mail-io1-f67.google.com ([209.85.166.67]:40073 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726560AbgIHVuP (ORCPT ); Tue, 8 Sep 2020 17:50:15 -0400 Received: by mail-io1-f67.google.com with SMTP id j2so989088ioj.7; Tue, 08 Sep 2020 14:50:14 -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=shpHGPudo4d9G1LgLy9sXEgqpkCmEAyFPt2SZvRURXs=; b=LxviYg8TKl+cU91O+ZJmOBYUV78j+peU7+67PpFEboyfc3T1Cb3B/2f4dleX2pfZD0 bYJJf5BIhpzO/+FnyJYGV2CsKZ4amN0OoZqBd0D8FYilUr73vHfb5eGbCk74/KcQeJLr TkFaYo0ifwCy7ZOBhVxCLICOq+ZuuVPsVvQ7hza8j3F/71wJFC1IW9nNnAF2osAsw8yL HchmW6pTKpmJfpOEO91jdyzndhUOaELIKRizN8Ap8WuUtP+izlujgWHHWTusjH8zV5GS TrW6QSi4CqS06gKVrxvmhyfQRucPkaLhqIvz17NZ0Ufl7jiVfFqYXxCy18fVsE8OdGCK GqlA== X-Gm-Message-State: AOAM5338Z2DjI0IGkcmwEvMls4RecPWio1LbW5xvyDJkndmKUAcpjIbf mvA6GkOYjn5TMILsX+a3NQ== X-Google-Smtp-Source: ABdhPJztHbGunEEtcZCeK7/v7wNaCgAwGb2KmWS/rtPe0EOYJTJDR8/udRm2/SaK7gqlUOOmvddWSQ== X-Received: by 2002:a6b:5a0d:: with SMTP id o13mr877903iob.186.1599601814235; Tue, 08 Sep 2020 14:50:14 -0700 (PDT) Received: from xps15 ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id l2sm257270ilk.19.2020.09.08.14.50.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Sep 2020 14:50:13 -0700 (PDT) Received: (nullmailer pid 989673 invoked by uid 1000); Tue, 08 Sep 2020 21:50:11 -0000 Date: Tue, 8 Sep 2020 15:50:11 -0600 From: Rob Herring To: Paul Cercueil Cc: Linus Walleij , Thomas Zimmermann , Sam Ravnborg , Thierry Reding , linux-kernel@vger.kernel.org, Maxime Ripard , Maarten Lankhorst , Daniel Vetter , devicetree@vger.kernel.org, Laurent Pinchart , David Airlie , Rob Herring , od@zcrc.me, Noralf Tronnes , dri-devel@lists.freedesktop.org Subject: Re: [PATCH v2 1/6] dt-bindings: display: Document NewVision NV3052C DT node Message-ID: <20200908215011.GA989643@bogus> References: <20200822163250.63664-1-paul@crapouillou.net> <20200822163250.63664-2-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200822163250.63664-2-paul@crapouillou.net> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, 22 Aug 2020 18:32:45 +0200, Paul Cercueil wrote: > Add documentation for the Device Tree node for LCD panels based on the > NewVision NV3052C controller. > > v2: - Support backlight property > - Add *-supply properties for the 5 different power supplies. > Either they must all be present, or 'power-supply' must be > present. > - Reword description to avoid confusion about 'driver' > - Use 4-space indent in example > > Signed-off-by: Paul Cercueil > --- > .../display/panel/newvision,nv3052c.yaml | 100 ++++++++++++++++++ > 1 file changed, 100 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/newvision,nv3052c.yaml > Reviewed-by: Rob Herring 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=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 28D15C433E2 for ; Tue, 8 Sep 2020 21:50:17 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D67012080C for ; Tue, 8 Sep 2020 21:50:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D67012080C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EF7466E09F; Tue, 8 Sep 2020 21:50:15 +0000 (UTC) Received: from mail-io1-f65.google.com (mail-io1-f65.google.com [209.85.166.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id DBF536E09F for ; Tue, 8 Sep 2020 21:50:14 +0000 (UTC) Received: by mail-io1-f65.google.com with SMTP id d190so1024149iof.3 for ; Tue, 08 Sep 2020 14:50:14 -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=shpHGPudo4d9G1LgLy9sXEgqpkCmEAyFPt2SZvRURXs=; b=WAOb4wb+xujq/OPGvzv94mohZloszTuXveVHZH/Yk19JZCcJ77/WigLh0WDrWFnXUO 6nsR9QxzubmP44F2XgfJM3OTYtW7mJT5MjYryhXvyL5wukHhaeX8oJ8sLlyWtelFPbh4 1MA/FjFsSrUwe1Cvkt1WITcx7S8u8V76qV2s5G7w7H5Ny8A3G2K4ccGdu7iGD/GWg3JD wi01QJYfnR4t5i83RKaWM/6usmxAU7YATi5GTpwwpMbr1EW0JyF6M204qdnWdKBRQe3g w0twQji8yHFPW9B4SeS+zEa4vU7u17dJLWeZ01i3/HtA5550+neg/afv8SXpyX/mbeUm /rTw== X-Gm-Message-State: AOAM5314ApFU4nyI/7FahcM6PaDmVrl5fALA457wTHwA+fHFY+8Xz3EB hBm0FWlLTpwz0DXGNEJJ3Q== X-Google-Smtp-Source: ABdhPJztHbGunEEtcZCeK7/v7wNaCgAwGb2KmWS/rtPe0EOYJTJDR8/udRm2/SaK7gqlUOOmvddWSQ== X-Received: by 2002:a6b:5a0d:: with SMTP id o13mr877903iob.186.1599601814235; Tue, 08 Sep 2020 14:50:14 -0700 (PDT) Received: from xps15 ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id l2sm257270ilk.19.2020.09.08.14.50.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Sep 2020 14:50:13 -0700 (PDT) Received: (nullmailer pid 989673 invoked by uid 1000); Tue, 08 Sep 2020 21:50:11 -0000 Date: Tue, 8 Sep 2020 15:50:11 -0600 From: Rob Herring To: Paul Cercueil Subject: Re: [PATCH v2 1/6] dt-bindings: display: Document NewVision NV3052C DT node Message-ID: <20200908215011.GA989643@bogus> References: <20200822163250.63664-1-paul@crapouillou.net> <20200822163250.63664-2-paul@crapouillou.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200822163250.63664-2-paul@crapouillou.net> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, od@zcrc.me, David Airlie , linux-kernel@vger.kernel.org, Rob Herring , Thierry Reding , Laurent Pinchart , Thomas Zimmermann , Sam Ravnborg Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, 22 Aug 2020 18:32:45 +0200, Paul Cercueil wrote: > Add documentation for the Device Tree node for LCD panels based on the > NewVision NV3052C controller. > > v2: - Support backlight property > - Add *-supply properties for the 5 different power supplies. > Either they must all be present, or 'power-supply' must be > present. > - Reword description to avoid confusion about 'driver' > - Use 4-space indent in example > > Signed-off-by: Paul Cercueil > --- > .../display/panel/newvision,nv3052c.yaml | 100 ++++++++++++++++++ > 1 file changed, 100 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/newvision,nv3052c.yaml > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel