From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27DE0A8; Tue, 5 Dec 2023 05:36:35 -0800 (PST) Received: by mail-ot1-f45.google.com with SMTP id 46e09a7af769-6d9ac148ca3so905528a34.0; Tue, 05 Dec 2023 05:36:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701783394; x=1702388194; h=date:subject:message-id:references:in-reply-to:cc:to:from :mime-version:content-transfer-encoding:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=ATJhxmNw/sqJ3amYElSUOa0ZiBdGk96C405IzrIF1IA=; b=gTTY+OMAJcVP5viX+mEpCvleqctyd//MYzRAIep7B1aZdykwbm8g8N4602soShQiL2 NvePkFSFfhVxwaadqnC2H5oYHaf9CcyoJNcaCyuyJ8Vruapus2yDA1+nKIk5Vt+X4T9X Wxwyb/Ue7sax3gqyOxkuYcKr64KZJb7mx8Cpj7DjcH8Pwfkk3SuxjtsVbkd/EW2RkdSa +y9GDlw0hT/h74MGdaFJHw1dNl2H+N9ZXL8FnyOECLoNOoGvtPLHZhxdyBxHD7yqmLJ9 G0JBBR1xUZZ/td3kOsk2+A/CdJESg31fNYvFjOPOMPMpYPyHBahoUdgMOQl5qYg3jt72 a32A== X-Gm-Message-State: AOJu0YwAnPBJLeC9zrwtnd8qLtmQG5sp6m/l4bPSbJ27uAJZZjiKim+c XTU2QyV+m0uwbKr7LX9+lQ== X-Google-Smtp-Source: AGHT+IHpax4H+EuTffsdMbFAaxu0ifdWtpe/c2kmwKYnFq10+iJjBG535HfA/1jEH708VOJPGAni2g== X-Received: by 2002:a05:6871:149:b0:1fb:75a:7799 with SMTP id z9-20020a056871014900b001fb075a7799mr5314173oab.74.1701783393692; Tue, 05 Dec 2023 05:36:33 -0800 (PST) Received: from herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id qa18-20020a056871e71200b001fb30b8bb40sm1648439oac.41.2023.12.05.05.36.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Dec 2023 05:36:33 -0800 (PST) Received: (nullmailer pid 2871587 invoked by uid 1000); Tue, 05 Dec 2023 13:36:30 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: linux-fbdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Rob Herring To: Yoshinori Sato Cc: Michael Turquette , Jiri Slaby , Daniel Lezcano , Andrew Morton , Baoquan He , linux-renesas-soc@vger.kernel.org, Stephen Rothwell , Krzysztof Kozlowski , John Paul Adrian Glaubitz , Arnd Bergmann , Laurent Pinchart , dri-devel@lists.freedesktop.org, Jacky Huang , Stephen Boyd , Jonathan Corbet , linux-sh@vger.kernel.org, Max Filippov , Conor Dooley , =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , Michael Karcher , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Hyeonggon Yoo <42.hyeyoo@gmail.com>, Jernej Skrabec , Maarten Lankhorst , Thomas Zimmermann , Magnus Damm , Tom Rix , Maxime Ripard , Heiko Stuebner , Herve Codina , Geert Uytterhoeven , David Airlie , Randy Dunlap , Rob Herring , Greg Kroah-Hartman , Guo Ren , devicetree@vger.kernel.org, David Rientjes , Chris Morgan , Lorenzo Pieralisi , Linus Walleij , Helge Deller , Javier Martinez Canillas , Lukas Bulwahn , Sergey Shtylyov , linux-clk@vger.kernel.org, Rich Felker , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , Lee Jones , Sam Ravnborg , Daniel Vetter , Bjorn Helgaas , Thomas Gleixner , Vlastimil Babka , Palmer Dabbelt , Biju Das , Azeem Shaikh , linux-serial@vger.kernel.org, linux-fbdev@vger.kernel.org, Guenter Roeck , Bin Meng , Damien Le Moal , linux-ide@vger.kernel.org In-Reply-To: References: Message-Id: <170178306217.2865593.13906216780533956456.robh@kernel.org> Subject: Re: [DO NOT MERGE v5 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema Date: Tue, 05 Dec 2023 07:36:30 -0600 On Tue, 05 Dec 2023 18:45:41 +0900, Yoshinori Sato wrote: > Define SM501 functions and modes. > > Signed-off-by: Yoshinori Sato > --- > .../bindings/display/smi,sm501.yaml | 134 ++++++++++++++++++ > include/dt-bindings/display/sm501.h | 25 ++++ > 2 files changed, 159 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/smi,sm501.yaml > create mode 100644 include/dt-bindings/display/sm501.h > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/smi,sm501.yaml: interrupt-name: missing type definition /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/smi,sm501.yaml: edid: missing type definition /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/smi,sm501.yaml: crt: missing type definition doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/f671beae8a8ebfd361f4c903bccce713135a169f.1701768028.git.ysato@users.sourceforge.jp The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.