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 1DE9BC48260 for ; Thu, 8 Feb 2024 15:51:52 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id:References: In-Reply-To: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=pS6oaVHfxi95ofOarG57zHRv2QzT+f04B4Rx/D7TyfU=; b=FCIg9gqTLeIA+s lxuEn5/ylPThuWoTw6//jI6zSTTJJ7p5LJ3uRCR/wScfNOWIrOnWeFLBFgqAXUz+X6uIwphIbuOQJ 79OkF4T9MfKjL5u3VKf4JmCv248qN25n41rWQfvE4EqezbHmbQ9hZacM92gmAjh/v4/LizmOgkhpV 3fyL5Q3AfPbIMNNaJuvmCrWjzEY/yvr2S1koUkKDIPmncGco2f/9t8yb6CLzyQo8B7LKQv+y5bPLs 09bLZ0zHvAspaVyMrHmrxQwtBEnVtbRBZUGEFwrdVVnLqhD9oFGrMtY1UJL+cLnTJO55zsMv1yqCD XIQq5NFQSIJGACkOWoDg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rY6ge-0000000EDrG-1KW5; Thu, 08 Feb 2024 15:51:40 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rY6ga-0000000EDqR-2TuY for linux-arm-kernel@lists.infradead.org; Thu, 08 Feb 2024 15:51:38 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 7A5FBCE1D7B; Thu, 8 Feb 2024 15:51:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45694C43390; Thu, 8 Feb 2024 15:51:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707407493; bh=dY3ivW7oyb3B7jFVkS5ngpYankgTPC7k5Q2CbzlAn7Q=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=DPxKZofXQ/J7LPUoKQjbBrGn/h0YFIE1167UfXqQEK7YYfwL96opX+2lSt04xXaDA W6eMYCwHi0ZHUQxt+7pg8c7uVzzlpovziieR5qm3z4ag0ngvFhwtF4bYPspc1UYR1g vbdrclxrmUkNw85mMoVJ0pwuTa5S/fwqMQ01YD8nhJ3mZv0h/9yuCW1tz/Mt87JM3e /c/b6q/n8CJaGZXro1mLAJ0TNeyp1leOx93tLd7dvu/koSg0d6t23Chh8uddPs8a45 KdVQyre8Wa+jQPX/3sl/sBt71YJhiKnccT7newpt8O2pM5/GHkRHi+tXqeh/fjEVRP IuB/Ejotwta+g== Date: Thu, 08 Feb 2024 15:51:31 +0000 MIME-Version: 1.0 From: Rob Herring To: Dharma Balasubiramani In-Reply-To: <20240208092015.263210-1-dharma.b@microchip.com> References: <20240208092015.263210-1-dharma.b@microchip.com> Message-Id: <170740748922.3230402.17318224112819715619.robh@kernel.org> Subject: Re: [PATCH] dt-bindings: interrupt-controller: Convert Atmel AIC to json-schema X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240208_075136_827618_E98C6439 X-CRM114-Status: GOOD ( 13.93 ) 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: , Cc: conor+dt@kernel.org, devicetree@vger.kernel.org, alexandre.belloni@bootlin.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, claudiu.beznea@tuxon.dev, tglx@linutronix.de, linux-arm-kernel@lists.infradead.org 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 Thu, 08 Feb 2024 14:50:15 +0530, Dharma Balasubiramani wrote: > Convert the Atmel AIC binding document to DT schema format using > json-schema. > > Signed-off-by: Dharma Balasubiramani > --- > Note: I get the following warnings on latest kernel but not in 6.7. > Should I be worried? > > usage: yamllint [-h] [-] [-c CONFIG_FILE | -d CONFIG_DATA] [--list-files] [-f {parsable,standard,colored,github,auto}] [-s] [--no-warnings] [-v] [FILE_OR_DIR [FILE_OR_DIR ...]] > yamllint: error: one of the arguments FILE_OR_DIR - is required > > .../interrupt-controller/atmel,aic.txt | 43 --------- > .../interrupt-controller/atmel,aic.yaml | 88 +++++++++++++++++++ > 2 files changed, 88 insertions(+), 43 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/atmel,aic.txt > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/atmel,aic.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/interrupt-controller/atmel,aic.example.dtb: /example-1/dma-controller@ffffec00: failed to match any schema with compatible: ['atmel,at91sam9g45-dma'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240208092015.263210-1-dharma.b@microchip.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