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 71E23C433FE for ; Wed, 16 Nov 2022 16:03:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233836AbiKPQDY (ORCPT ); Wed, 16 Nov 2022 11:03:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233743AbiKPQDT (ORCPT ); Wed, 16 Nov 2022 11:03:19 -0500 Received: from mail-oa1-f50.google.com (mail-oa1-f50.google.com [209.85.160.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DFE9651C01; Wed, 16 Nov 2022 08:03:17 -0800 (PST) Received: by mail-oa1-f50.google.com with SMTP id 586e51a60fabf-1322d768ba7so20579058fac.5; Wed, 16 Nov 2022 08:03:17 -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=GFur9ztajNJgyC/h1WU/MLh+XU5LTzLRomeO0X20AEM=; b=nAdYWgu6ksaQGxmZLQFkwfjolPuBZ7h+7Qjy+RGp7YW4fdB+l9la2fjNrTSPFTM3Ox hffAH4WeZJnW80YnkMqa6bBg8xITtdpgqSRplGkIYAlZnQ6zrsWvRuCRf3a3l2lV6rYy slEMig4m76eyXS/mgL8aJuvlPjPyu1qW3H/uiscDkBewiO7k6XmYZbMJibi1kt0KFWzC Plmua8VsHFcWIH0z/KHSxECdg4Zr2RFoRrhCXL6o6GnTEtWHNSsygRUkBVAcY0Om6UDf oET7HoN6XuTJs1yXeVNgTs7pixu93cleyDBhO7ZzZiCxVcRRJ7xo+xIx6v59Wja9fzm7 8c7A== X-Gm-Message-State: ANoB5plset6OgEQjCViql+3+SgVap61xyZmNPy/NVAJv1aJbJOVXwNcw 0ecUCGr9r/pCYOr2r/ftJw== X-Google-Smtp-Source: AA0mqf5XdhzHlaYo1ZV4BEyVQHRU/bRF0T8tEBEf7/gwzL9OR8nfhFXlbYyBvHSwysBdzNF8BwK8yQ== X-Received: by 2002:a05:6870:f10f:b0:137:5344:7776 with SMTP id k15-20020a056870f10f00b0013753447776mr2013082oac.208.1668614596948; Wed, 16 Nov 2022 08:03:16 -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 n19-20020a9d7413000000b0066cb9069e0bsm6863694otk.42.2022.11.16.08.03.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Nov 2022 08:03:16 -0800 (PST) Received: (nullmailer pid 158015 invoked by uid 1000); Wed, 16 Nov 2022 16:03:18 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Rob Herring To: Alexandre Mergnat Cc: linux-input@vger.kernel.org, AngeloGioacchino Del Regno , linux-mediatek@lists.infradead.org, linux-rtc@vger.kernel.org, Dmitry Torokhov , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Lee Jones , Fabien Parent , linux-leds@vger.kernel.org, Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, Alessandro Zummo , Liam Girdwood , Mark Brown , Mattijs Korpershoek , Matthias Brugger , Flora Fu , Pavel Machek , Krzysztof Kozlowski , Tianping Fang , Rob Herring , Fabien Parent , Sean Wang , Alexandre Belloni , Chen Zhong In-Reply-To: <20221005-mt6357-support-v5-5-8210d955dd3d@baylibre.com> References: <20221005-mt6357-support-v5-0-8210d955dd3d@baylibre.com> <20221005-mt6357-support-v5-5-8210d955dd3d@baylibre.com> Message-Id: <166861435469.151514.16192567175686360100.robh@kernel.org> Subject: Re: [PATCH v5 05/10] dt-bindings: mfd: mediatek: Add bindings for MT6357 PMIC Date: Wed, 16 Nov 2022 10:03:18 -0600 Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org On Wed, 16 Nov 2022 13:32:59 +0100, Alexandre Mergnat wrote: > Currently, almost all MT63XX PMIC are documented mfd/mt6397.txt. > Unfortunately, the PMICs haven't always similar HW sub-features. > To have a better human readable schema, I chose to make one PMIC schema > to match the exact HW capabilities instead of convert mt6397.txt to > mediatek,mt63xx.yaml and put a bunch of properties behind > "if contain ... then ..." > > - add interrupt property > - change property refs to match with new yaml documentation > > Signed-off-by: Alexandre Mergnat > --- > .../devicetree/bindings/mfd/mediatek,mt6357.yaml | 105 +++++++++++++++++++++ > 1 file changed, 105 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: doc reference errors (make refcheckdocs): Warning: Documentation/devicetree/bindings/mfd/mediatek,mt6357.yaml references a file that doesn't exist: Documentation/devicetree/bindings/soc/mediatek/mediatek,pwrap.yaml Documentation/devicetree/bindings/mfd/mediatek,mt6357.yaml: Documentation/devicetree/bindings/soc/mediatek/mediatek,pwrap.yaml See https://patchwork.ozlabs.org/patch/ This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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. 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 5CFB6C433FE for ; Wed, 16 Nov 2022 16:04: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: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=WJA7XrGWKUv00usP+t+BvggfBk/uX/gMwuB+eYlQ+I4=; b=c+k0kkKdfKs0eE tybCN03geuydiq0tQuy6l4CXz9OydAZDAURRb0FIWQYlMq4yhKWOLe7Dxny2G3fx9NtZR5HPlE1kX WMh1uop33WthaFGcpgnsOXsIGQxDoLVIhGYmLQQskJfEUXGMmCrBUJPBq95AzMFOsCV7W/A06MDGL AB+tiTtSGVTm1DeD9t893DFZMjcZT50yATkXMQ0qxBsSrOG5AUbWKehtHH6OGxUmg6yqo68wz2HaR Y3EmDfbzGOPxQpJaRIuK59OKB+iyfgi7sffLh7PDqaKNxCW3ItqOmdjaj0q/iHox3CyNHT87d3GMz ejK7jMXnYKiuzZu4Di5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovKsk-005fqy-Ho; Wed, 16 Nov 2022 16:03:22 +0000 Received: from mail-oa1-f44.google.com ([209.85.160.44]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovKsh-005foX-1N; Wed, 16 Nov 2022 16:03:20 +0000 Received: by mail-oa1-f44.google.com with SMTP id 586e51a60fabf-13ae8117023so20562046fac.9; Wed, 16 Nov 2022 08:03:17 -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=GFur9ztajNJgyC/h1WU/MLh+XU5LTzLRomeO0X20AEM=; b=f6Z7inT/COSuh2hRKCH7SbEG3moQ/SE5S6VrfL1Q+mKhyOPvBevf/iZ4NusT0g0283 7qXBPWQNBlt3MSMH94LJb0+1bLfgZ1ifXgJZkXRie2pM9cpt8ngEyX2jGwbOMrST93s8 UNZA97g7qk68uxmos49PqZQxHEfIZUmGy7i+wYCp55pXBjz3awyCTfM231xfqDmPCsAI Mj4UwDoKVpgE6W747fmnDDFS2IhSx1KSbwkkhQPMlyB8dKm11ryOKBNdxOiotxG0lWYT TRW42uu8hJzJJwYMwcsY81Ly0GdPUucAc1c3CJKvjQn5RmhEJkdgdqqWlFhpKn1zUr07 BMhA== X-Gm-Message-State: ANoB5plPQTzJgKjqfygz/U5QtyRX6bSTBehULWPe2WTBvydtIL9L0uzL KXF3/KCLE3MuzJuD71L0ww== X-Google-Smtp-Source: AA0mqf5XdhzHlaYo1ZV4BEyVQHRU/bRF0T8tEBEf7/gwzL9OR8nfhFXlbYyBvHSwysBdzNF8BwK8yQ== X-Received: by 2002:a05:6870:f10f:b0:137:5344:7776 with SMTP id k15-20020a056870f10f00b0013753447776mr2013082oac.208.1668614596948; Wed, 16 Nov 2022 08:03:16 -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 n19-20020a9d7413000000b0066cb9069e0bsm6863694otk.42.2022.11.16.08.03.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Nov 2022 08:03:16 -0800 (PST) Received: (nullmailer pid 158015 invoked by uid 1000); Wed, 16 Nov 2022 16:03:18 -0000 MIME-Version: 1.0 From: Rob Herring To: Alexandre Mergnat Cc: linux-input@vger.kernel.org, AngeloGioacchino Del Regno , linux-mediatek@lists.infradead.org, linux-rtc@vger.kernel.org, Dmitry Torokhov , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Lee Jones , Fabien Parent , linux-leds@vger.kernel.org, Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, Alessandro Zummo , Liam Girdwood , Mark Brown , Mattijs Korpershoek , Matthias Brugger , Flora Fu , Pavel Machek , Krzysztof Kozlowski , Tianping Fang , Rob Herring , Fabien Parent , Sean Wang , Alexandre Belloni , Chen Zhong In-Reply-To: <20221005-mt6357-support-v5-5-8210d955dd3d@baylibre.com> References: <20221005-mt6357-support-v5-0-8210d955dd3d@baylibre.com> <20221005-mt6357-support-v5-5-8210d955dd3d@baylibre.com> Message-Id: <166861435469.151514.16192567175686360100.robh@kernel.org> Subject: Re: [PATCH v5 05/10] dt-bindings: mfd: mediatek: Add bindings for MT6357 PMIC Date: Wed, 16 Nov 2022 10:03:18 -0600 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221116_080319_096687_137C38AF X-CRM114-Status: GOOD ( 15.98 ) 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, 16 Nov 2022 13:32:59 +0100, Alexandre Mergnat wrote: > Currently, almost all MT63XX PMIC are documented mfd/mt6397.txt. > Unfortunately, the PMICs haven't always similar HW sub-features. > To have a better human readable schema, I chose to make one PMIC schema > to match the exact HW capabilities instead of convert mt6397.txt to > mediatek,mt63xx.yaml and put a bunch of properties behind > "if contain ... then ..." > > - add interrupt property > - change property refs to match with new yaml documentation > > Signed-off-by: Alexandre Mergnat > --- > .../devicetree/bindings/mfd/mediatek,mt6357.yaml | 105 +++++++++++++++++++++ > 1 file changed, 105 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: doc reference errors (make refcheckdocs): Warning: Documentation/devicetree/bindings/mfd/mediatek,mt6357.yaml references a file that doesn't exist: Documentation/devicetree/bindings/soc/mediatek/mediatek,pwrap.yaml Documentation/devicetree/bindings/mfd/mediatek,mt6357.yaml: Documentation/devicetree/bindings/soc/mediatek/mediatek,pwrap.yaml See https://patchwork.ozlabs.org/patch/ This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel