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 1A5FEC3DA79 for ; Thu, 15 Dec 2022 13:24:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229908AbiLONYo (ORCPT ); Thu, 15 Dec 2022 08:24:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229482AbiLONYl (ORCPT ); Thu, 15 Dec 2022 08:24:41 -0500 Received: from mail-oi1-f172.google.com (mail-oi1-f172.google.com [209.85.167.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E90E39FD8; Thu, 15 Dec 2022 05:24:40 -0800 (PST) Received: by mail-oi1-f172.google.com with SMTP id k189so5252606oif.7; Thu, 15 Dec 2022 05:24:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=fLeOe2K/YN9RjRUtZcg/drKhPf5cFdW7mguDPxEIWPA=; b=eI34k+jA+juUN0uyPYSSHXuZqR+E98Mp2zog5KVlJ0tL6W7B98pS1jYFiUXmPqsp1E +qfW/cZ5wsRLu6ETL94W/7WxbJdF8HsRrrqCe8pfiHAGJoYF+RL2WvSGQUUrbjbK5Sl3 rndRHXbzIWGHncuXP3w2cIAcdXxolB9Sx31UOHENAy4n+SfAhBOX3W2vMrP+NKpJ8eF2 HzAfAQBjoCGmRUfRJsVtQ4XelS0oYxgBshShYB+TDtiufltDio2ZvAVSk12sVven+C14 bQLOVVAOD2PaaHA6CNN05mw8AReyI3rqMl+eoorn9ZwsPToaXrQQtPxo3ir3/WD4ITpR 5VuQ== X-Gm-Message-State: ANoB5pm7McEnFZeenOhQgBJp2zgu6jhCqTzo82bwXdtxQA4DD1Sl+Ffk EHZjrUjSjMtapuChRl6SlA== X-Google-Smtp-Source: AA0mqf6kjJ4LETUKvqU3gTYQ9EImomN8A6T5Ha5fVcxnOBne/uUX6Rwfwp4vLhVj2CksQeIRlJqI2A== X-Received: by 2002:aca:bfd7:0:b0:355:91e3:52e3 with SMTP id p206-20020acabfd7000000b0035591e352e3mr11955895oif.22.1671110680162; Thu, 15 Dec 2022 05:24:40 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id f13-20020a056870d14d00b00140d421445bsm4060492oac.11.2022.12.15.05.24.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Dec 2022 05:24:39 -0800 (PST) Received: (nullmailer pid 3142465 invoked by uid 1000); Thu, 15 Dec 2022 13:24:38 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Rob Herring To: Alexander Sverdlin Cc: Hartley Sweeten , Lars-Peter Clausen , devicetree@vger.kernel.org, Jonathan Cameron , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , linux-iio@vger.kernel.org In-Reply-To: <20221214222024.951984-1-alexander.sverdlin@gmail.com> References: <20221214222024.951984-1-alexander.sverdlin@gmail.com> Message-Id: <167111060894.3140769.6100399745035758019.robh@kernel.org> Subject: Re: [PATCH 1/2] dt-bindings: iio: adc: ep93xx: Add cirrus,ep9301-adc description Date: Thu, 15 Dec 2022 07:24:38 -0600 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 14 Dec 2022 23:20:23 +0100, Alexander Sverdlin wrote: > Add device tree bindings for Cirrus Logic EP9301/EP9302 internal SoCs' ADC > block. > > Signed-off-by: Alexander Sverdlin > --- > .../bindings/iio/adc/cirrus,ep9301-adc.yaml | 58 +++++++++++++++++++ > MAINTAINERS | 2 + > 2 files changed, 60 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/adc/cirrus,ep9301-adc.yaml > 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: Documentation/devicetree/bindings/iio/adc/cirrus,ep9301-adc.example.dts:21:18: fatal error: dt-bindings/clock/cirrus,ep93xx-clock.h: No such file or directory 21 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:406: Documentation/devicetree/bindings/iio/adc/cirrus,ep9301-adc.example.dtb] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1492: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20221214222024.951984-1-alexander.sverdlin@gmail.com 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. 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B8334C4332F for ; Thu, 15 Dec 2022 13:25:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Date:Subject:Message-Id:References: In-Reply-To:Cc:To:From:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6YbLS3gPRZO2aZe9a2cGPPtF81WQoBVmPx6R48Dlnao=; b=vqn+w+wfE9WoVs ndNWHm7uGJfsxMbPU0tH6EzsZylzK4PWkzWuJlAeeySKhI+AMgQmyVUkO4Gvj17g9/O/VCxGT+FfW ysdazysN4FdMmszsnG0oNUkeb63anKLnOdnOOP22HqHO5r5BJMP3Pvz442QknDgs4mFc5aaCqZXRu 1toGTzdyc7dmlbzqLiqRyEsJKhdbJCSr4upqMgi3+QqGzqDIUUIPNjzFfGv+ESCgjxWKTJ3gWikwY I4dYTUft6lXizd6p8apTarylO9xdMeZApsXm4TIkxdPhU9wEnDidi2BM+fWlbGYyTzBcaIIuhCWtG chYiij9LiZHygZXjqguQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p5oEA-009Xy2-Sv; Thu, 15 Dec 2022 13:24:46 +0000 Received: from mail-oi1-f180.google.com ([209.85.167.180]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p5oE8-009XwW-At for linux-arm-kernel@lists.infradead.org; Thu, 15 Dec 2022 13:24:45 +0000 Received: by mail-oi1-f180.google.com with SMTP id v70so5273995oie.3 for ; Thu, 15 Dec 2022 05:24:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=fLeOe2K/YN9RjRUtZcg/drKhPf5cFdW7mguDPxEIWPA=; b=b8f6WcoYAiSOIqWnFsHcbV+Hoq/VmJ+O9qrY5L0aF9k9SwiWdRl8AovWMY+w0JZf3l fj+a94d2CKXVcHN5maEDK7/ZVUMYH1I+0NHodTXklqlZomhLpnIzvTpOtddg1lhrXcx/ K0KKyyXmIzTB0tcwlxS33am2wCjFocF7JXZCGXQXipb8kK3kvi1xetrc7W8CDDEv6jfs kglmDQPpVz4ZV+VZ7x3KNDIFLditjHfzh8B75ysrHZ/rrL0WKWT4nXLWQLhoWg7K+glO 7qt0m/8RBeRgeLQP7vJCwQAa8bc8/KbLIL+7SlNoDalIKniTYQQU5GLm9UDUPMB/dTqS onOw== X-Gm-Message-State: ANoB5pmuFAAKk8sSvlLEZdi7Km5cHxD4iTSAgRZs4pmWOD8/aDg66MEU +4gMXXrAK8UFXHY2Q9LXcQ== X-Google-Smtp-Source: AA0mqf6kjJ4LETUKvqU3gTYQ9EImomN8A6T5Ha5fVcxnOBne/uUX6Rwfwp4vLhVj2CksQeIRlJqI2A== X-Received: by 2002:aca:bfd7:0:b0:355:91e3:52e3 with SMTP id p206-20020acabfd7000000b0035591e352e3mr11955895oif.22.1671110680162; Thu, 15 Dec 2022 05:24:40 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id f13-20020a056870d14d00b00140d421445bsm4060492oac.11.2022.12.15.05.24.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Dec 2022 05:24:39 -0800 (PST) Received: (nullmailer pid 3142465 invoked by uid 1000); Thu, 15 Dec 2022 13:24:38 -0000 MIME-Version: 1.0 From: Rob Herring To: Alexander Sverdlin Cc: Hartley Sweeten , Lars-Peter Clausen , devicetree@vger.kernel.org, Jonathan Cameron , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , linux-iio@vger.kernel.org In-Reply-To: <20221214222024.951984-1-alexander.sverdlin@gmail.com> References: <20221214222024.951984-1-alexander.sverdlin@gmail.com> Message-Id: <167111060894.3140769.6100399745035758019.robh@kernel.org> Subject: Re: [PATCH 1/2] dt-bindings: iio: adc: ep93xx: Add cirrus,ep9301-adc description Date: Thu, 15 Dec 2022 07:24:38 -0600 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221215_052444_392287_42CC8439 X-CRM114-Status: GOOD ( 14.31 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 14 Dec 2022 23:20:23 +0100, Alexander Sverdlin wrote: > Add device tree bindings for Cirrus Logic EP9301/EP9302 internal SoCs' ADC > block. > > Signed-off-by: Alexander Sverdlin > --- > .../bindings/iio/adc/cirrus,ep9301-adc.yaml | 58 +++++++++++++++++++ > MAINTAINERS | 2 + > 2 files changed, 60 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/adc/cirrus,ep9301-adc.yaml > 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: Documentation/devicetree/bindings/iio/adc/cirrus,ep9301-adc.example.dts:21:18: fatal error: dt-bindings/clock/cirrus,ep93xx-clock.h: No such file or directory 21 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:406: Documentation/devicetree/bindings/iio/adc/cirrus,ep9301-adc.example.dtb] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1492: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20221214222024.951984-1-alexander.sverdlin@gmail.com 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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel