From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7FDC68613F; Wed, 20 Mar 2024 21:41:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710970898; cv=none; b=OKlvm8oAavMkOIqWNWg8ysRUg9iXaZ4gB6NG2MkToRtt23vlyoLtRCh7iw6UENAvuiQnD1d9YV3StEhSQAr/SuSr84LChI2Nru8lePTxZbZSZ4Ug8iaOrnRy8FPa4WmWZ3+cGibMDp1etUiHurgY5NuSCCYq6kAnfrSJqD27BWU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710970898; c=relaxed/simple; bh=XsmAB7EXFsutDSIAv8tlhZP7IVJx0037ZDdYmvdHizE=; h=Date:Content-Type:MIME-Version:From:To:Cc:In-Reply-To:References: Message-Id:Subject; b=Ttbv+GVEw6s+7cptAZrAJVcfKtxJ4/sXWKfwc4EK8jj5zDO2mW5t82NgPCvkrCAuz8nRkcJJgXJnqu+US05nWnh9nBaDBG86kSxbctpBoU3uhNCUF3zrYq8ZJ9KCTxahyi9WUBSsnU+l2/DcprD0CUNmWX+hpcXBdeUDz2mS9H4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NZvQisZb; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NZvQisZb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C27C2C433F1; Wed, 20 Mar 2024 21:41:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1710970898; bh=XsmAB7EXFsutDSIAv8tlhZP7IVJx0037ZDdYmvdHizE=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=NZvQisZb1fCrQfqweiQ3QTxklIRPVt9kHrKc8gnBYBZSy/OSqLGdujGLHt6Lg+CD5 /W3yn4f99IRgB/vkxdfQ8dCps6zTMtkk2mi75aqMYNODArAt92LRt1EA2OZ6h0S5oR BOVE4Cbv1gQv/ylTqkCdwSEPxEsY6S8o1iuLbahTpXZzV+25pc8ecK/zEfx8KxvmuU bu83rn/Hj3zKOe8Rbc7agSRuRvOctkK9WRNJWtz7cVUYa8uxjyI9fBH4j4pe2FPZja aEH9Ou0qeooJX+oLtjn6nf0yF3qRG258tCm3n2QzTW8H8Sy4qJDmNkk7JJOuRuvSxc YFND0xwN3XXKg== Date: Wed, 20 Mar 2024 16:41:36 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Rob Herring To: Andrej Picej Cc: kernel@pengutronix.de, jic23@kernel.org, devicetree@vger.kernel.org, haibo.chen@nxp.com, s.hauer@pengutronix.de, linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, festevam@gmail.com, linux-kernel@vger.kernel.org, conor+dt@kernel.org, upstream@lists.phytec.de, imx@lists.linux.dev, shawnguo@kernel.org, lars@metafoo.de, krzysztof.kozlowski+dt@linaro.org In-Reply-To: <20240320100407.1639082-3-andrej.picej@norik.com> References: <20240320100407.1639082-1-andrej.picej@norik.com> <20240320100407.1639082-3-andrej.picej@norik.com> Message-Id: <171096725727.717649.376674198278388315.robh@kernel.org> Subject: Re: [PATCH 2/2] dt-bindings: iio: adc: nxp,imx93-adc.yaml: Add calibration properties On Wed, 20 Mar 2024 11:04:06 +0100, Andrej Picej wrote: > Document calibration properties and how to set them. > > Signed-off-by: Andrej Picej > --- > .../bindings/iio/adc/nxp,imx93-adc.yaml | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > 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/iio/adc/nxp,imx93-adc.yaml: nxp,calib-avg-en: missing type definition /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/adc/nxp,imx93-adc.yaml: nxp,calib-nr-samples: missing type definition /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/adc/nxp,imx93-adc.yaml: nxp,calib-t-samples: missing type definition doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240320100407.1639082-3-andrej.picej@norik.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 1DB55C54E67 for ; Wed, 20 Mar 2024 21:41:55 +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:Subject:Message-Id:References: In-Reply-To:Cc:To:From:MIME-Version:Date:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=vyjTNQ4PQiGbW2MYA+9ij2wpUSa7I2Ok0MPGUcIbFgE=; b=3I7n5idFRR93reDmzQOgsZxWYH AJv+czSH1iVDLlr2BpCTNzyL1kBK/1zbt8teRPLlRrfljCKNoWwkRPTHLFQhSKlC0/toZzBer4dRJ Dao/mHAEUsgsq7x9Fbd8zhUi5AZGLGggoKJVz2scJ4/4wW56cObpl0Uc+ugeRKJo/dD7UXgkPBBTY HngVoy4UkGG4axrnySEqAIgu27RifXwjGnELdDo0hTlgzQFRYpnk9SPB7ZXnzoFDU3iY6EsCUkmGN fe3LUGQnp2wvRWVcIN01yGC6cYA+BMONEBVr53pIxAT/b8lH0x7qmTlm/LlitEtQKySZ4MvN1SdcZ /kko+qng==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rn3gs-000000012no-2XsA; Wed, 20 Mar 2024 21:41:42 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rn3gp-000000012mk-0BHx for linux-arm-kernel@lists.infradead.org; Wed, 20 Mar 2024 21:41:40 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 608CF61122; Wed, 20 Mar 2024 21:41:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C27C2C433F1; Wed, 20 Mar 2024 21:41:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1710970898; bh=XsmAB7EXFsutDSIAv8tlhZP7IVJx0037ZDdYmvdHizE=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=NZvQisZb1fCrQfqweiQ3QTxklIRPVt9kHrKc8gnBYBZSy/OSqLGdujGLHt6Lg+CD5 /W3yn4f99IRgB/vkxdfQ8dCps6zTMtkk2mi75aqMYNODArAt92LRt1EA2OZ6h0S5oR BOVE4Cbv1gQv/ylTqkCdwSEPxEsY6S8o1iuLbahTpXZzV+25pc8ecK/zEfx8KxvmuU bu83rn/Hj3zKOe8Rbc7agSRuRvOctkK9WRNJWtz7cVUYa8uxjyI9fBH4j4pe2FPZja aEH9Ou0qeooJX+oLtjn6nf0yF3qRG258tCm3n2QzTW8H8Sy4qJDmNkk7JJOuRuvSxc YFND0xwN3XXKg== Date: Wed, 20 Mar 2024 16:41:36 -0500 MIME-Version: 1.0 From: Rob Herring To: Andrej Picej Cc: kernel@pengutronix.de, jic23@kernel.org, devicetree@vger.kernel.org, haibo.chen@nxp.com, s.hauer@pengutronix.de, linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, festevam@gmail.com, linux-kernel@vger.kernel.org, conor+dt@kernel.org, upstream@lists.phytec.de, imx@lists.linux.dev, shawnguo@kernel.org, lars@metafoo.de, krzysztof.kozlowski+dt@linaro.org In-Reply-To: <20240320100407.1639082-3-andrej.picej@norik.com> References: <20240320100407.1639082-1-andrej.picej@norik.com> <20240320100407.1639082-3-andrej.picej@norik.com> Message-Id: <171096725727.717649.376674198278388315.robh@kernel.org> Subject: Re: [PATCH 2/2] dt-bindings: iio: adc: nxp,imx93-adc.yaml: Add calibration properties X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240320_144139_148198_E650B414 X-CRM114-Status: UNSURE ( 9.95 ) X-CRM114-Notice: Please train this message. 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, 20 Mar 2024 11:04:06 +0100, Andrej Picej wrote: > Document calibration properties and how to set them. > > Signed-off-by: Andrej Picej > --- > .../bindings/iio/adc/nxp,imx93-adc.yaml | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > 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/iio/adc/nxp,imx93-adc.yaml: nxp,calib-avg-en: missing type definition /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/adc/nxp,imx93-adc.yaml: nxp,calib-nr-samples: missing type definition /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/adc/nxp,imx93-adc.yaml: nxp,calib-t-samples: missing type definition doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240320100407.1639082-3-andrej.picej@norik.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