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 98DA6C4332F for ; Tue, 31 May 2022 22:47:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348521AbiEaWrB (ORCPT ); Tue, 31 May 2022 18:47:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348515AbiEaWq6 (ORCPT ); Tue, 31 May 2022 18:46:58 -0400 Received: from mail-oi1-f180.google.com (mail-oi1-f180.google.com [209.85.167.180]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0163360C6; Tue, 31 May 2022 15:46:57 -0700 (PDT) Received: by mail-oi1-f180.google.com with SMTP id k11so318948oia.12; Tue, 31 May 2022 15:46:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=2Z7nZCZCrp6yDZohpwqv7FuEhmrYv7mpBJYl13nUGZE=; b=h8pyHggECMQnN4+tn4AA32NaL0V4jwHXPi71wtPsA82kGKaeXmBIdXHXGDYpSjNNOp gJGApLqj8turIq2loAj3eYlglK39G5aJLAX8E8tkmPtaY+dvYG27pGedkSiB8JFf2esI aDRbAoU3wkAAX8yoh4p1aJ1UdUz6HRTptidqElTGfrgZOlMtQc1dU/Rq53hYsmPkF88C IRUrzJu1Se2v2LWIBjlndv4W1h1RFiOLRDsvp0TVgEAspE4zKIF5KQcOgIt8DtiEnbnm pvQqdDZKMa9eT4ZFtKw1KXYixHcC4f1jFeO3wn9qRNlDetAahOD/SdCm4PUMj8c3cPGY T9PQ== X-Gm-Message-State: AOAM532+Z27LPAhaZYyBLOyLqsTeKlRVTTCwUec5qS8bv6RAwLhNiTHb TJEFPaIy6bYFy/e92KD9KA== X-Google-Smtp-Source: ABdhPJyCt/w64P3Qhbl9BTehgfuVFmuXiRTTi5iJf9VTUqZA4lc6Tq78gjAB18eUT2wVhb7SnkTfDA== X-Received: by 2002:a05:6808:1454:b0:328:82a9:cb08 with SMTP id x20-20020a056808145400b0032882a9cb08mr13482779oiv.106.1654037216107; Tue, 31 May 2022 15:46:56 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id m19-20020a056820051300b0035eb4e5a6b0sm128663ooj.6.2022.05.31.15.46.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 May 2022 15:46:55 -0700 (PDT) Received: (nullmailer pid 2476551 invoked by uid 1000); Tue, 31 May 2022 22:46:54 -0000 From: Rob Herring To: ChiaEn Wu Cc: lee.jones@linaro.org, linux-fbdev@vger.kernel.org, linux-mediatek@lists.infradead.org, sre@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-leds@vger.kernel.org, gregkh@linuxfoundation.org, lgirdwood@gmail.com, chiaen_wu@richtek.com, dri-devel@lists.freedesktop.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, heikki.krogerus@linux.intel.com, alice_chen@richtek.com, broonie@kernel.org, linux-usb@vger.kernel.org, pavel@ucw.cz, robh+dt@kernel.org, linux@roeck-us.net, matthias.bgg@gmail.com, deller@gmx.de, linux-arm-kernel@lists.infradead.org, chunfeng.yun@mediatek.com, jingoohan1@gmail.com, daniel.thompson@linaro.org, jic23@kernel.org, cy_huang@richtek.com, lars@metafoo.de In-Reply-To: <20220531111900.19422-4-peterwu.pub@gmail.com> References: <20220531111900.19422-1-peterwu.pub@gmail.com> <20220531111900.19422-4-peterwu.pub@gmail.com> Subject: Re: [RESEND 03/14] dt-bindings: leds: mt6370: Add Mediatek mt6370 indicator Date: Tue, 31 May 2022 17:46:54 -0500 Message-Id: <1654037214.458913.2476550.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org On Tue, 31 May 2022 19:18:49 +0800, ChiaEn Wu wrote: > From: ChiYuan Huang > > Add Mediatek mt6370 indicator documentation. > > Signed-off-by: ChiYuan Huang > --- > .../leds/mediatek,mt6370-indicator.yaml | 57 +++++++++++++++++++ > 1 file changed, 57 insertions(+) > create mode 100644 Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.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: doc reference errors (make refcheckdocs): Warning: Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.yaml: Documentation/devicetree/bindings/mfd/mediatek,mt6370.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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 79DAEC433F5 for ; Tue, 31 May 2022 22:46:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BA4CC10E711; Tue, 31 May 2022 22:46:57 +0000 (UTC) Received: from mail-oi1-f176.google.com (mail-oi1-f176.google.com [209.85.167.176]) by gabe.freedesktop.org (Postfix) with ESMTPS id DD82B10E720 for ; Tue, 31 May 2022 22:46:56 +0000 (UTC) Received: by mail-oi1-f176.google.com with SMTP id v9so362576oie.5 for ; Tue, 31 May 2022 15:46:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=2Z7nZCZCrp6yDZohpwqv7FuEhmrYv7mpBJYl13nUGZE=; b=XTqL3wzeGDLA+o8UeGS74RkJzWKBFREECRL5IbFqME04/8MA9IAbHRKwbGQE/4J9a+ Slqsg5uLQ6EFF231PtJ+X1ynMyxYX0aI2cZwuYVEDqxQRJv98LNVbjntj+VLeufh7cn9 qrlFSETds42HbCWEP1MQggynE6p/BWG8kf4Ckp3v1hgGIJmeiTM5lPc8WvK4357Dbk8o tjil2t+zzMcTQSx0VRzdPjcnHIVgsHL61aIj6kFb5fdVBaS1LSeA/naAqyiOffIX8WXD K9E7smLL734v2xvFdDxbZfh+MFftvS+8dk37VjIjAGtQ28NUiAzdSNuj8L9UgJvL6JKz nIkw== X-Gm-Message-State: AOAM53082+c0DTxSraqr7FckS33jfFecrU9ilcNtJSq/QGDnhs9eZOYk km7GbCebsuQx6H2SKEOVzw== X-Google-Smtp-Source: ABdhPJyCt/w64P3Qhbl9BTehgfuVFmuXiRTTi5iJf9VTUqZA4lc6Tq78gjAB18eUT2wVhb7SnkTfDA== X-Received: by 2002:a05:6808:1454:b0:328:82a9:cb08 with SMTP id x20-20020a056808145400b0032882a9cb08mr13482779oiv.106.1654037216107; Tue, 31 May 2022 15:46:56 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id m19-20020a056820051300b0035eb4e5a6b0sm128663ooj.6.2022.05.31.15.46.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 May 2022 15:46:55 -0700 (PDT) Received: (nullmailer pid 2476551 invoked by uid 1000); Tue, 31 May 2022 22:46:54 -0000 From: Rob Herring To: ChiaEn Wu In-Reply-To: <20220531111900.19422-4-peterwu.pub@gmail.com> References: <20220531111900.19422-1-peterwu.pub@gmail.com> <20220531111900.19422-4-peterwu.pub@gmail.com> Subject: Re: [RESEND 03/14] dt-bindings: leds: mt6370: Add Mediatek mt6370 indicator Date: Tue, 31 May 2022 17:46:54 -0500 Message-Id: <1654037214.458913.2476550.nullmailer@robh.at.kernel.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-fbdev@vger.kernel.org, heikki.krogerus@linux.intel.com, krzysztof.kozlowski+dt@linaro.org, alice_chen@richtek.com, lgirdwood@gmail.com, linux-iio@vger.kernel.org, dri-devel@lists.freedesktop.org, sre@kernel.org, cy_huang@richtek.com, pavel@ucw.cz, lee.jones@linaro.org, linux-leds@vger.kernel.org, daniel.thompson@linaro.org, chiaen_wu@richtek.com, chunfeng.yun@mediatek.com, linux@roeck-us.net, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, broonie@kernel.org, linux-mediatek@lists.infradead.org, matthias.bgg@gmail.com, linux-arm-kernel@lists.infradead.org, gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, jingoohan1@gmail.com, deller@gmx.de, jic23@kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, 31 May 2022 19:18:49 +0800, ChiaEn Wu wrote: > From: ChiYuan Huang > > Add Mediatek mt6370 indicator documentation. > > Signed-off-by: ChiYuan Huang > --- > .../leds/mediatek,mt6370-indicator.yaml | 57 +++++++++++++++++++ > 1 file changed, 57 insertions(+) > create mode 100644 Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.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: doc reference errors (make refcheckdocs): Warning: Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.yaml: Documentation/devicetree/bindings/mfd/mediatek,mt6370.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 A7377C433F5 for ; Tue, 31 May 2022 22:47:09 +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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=W7luR2SOtLiQypcNOO2/7fl4DlVbLFM1RHf112ZSTjk=; b=mZ/0JPcmxy0Jpc ecAdT0Cj7S7nWN8c1Gnu5u2ia20CC40iqu6eBV1hau0Cu6/p9UpPwD6IEptMHRL5SIsYMELdrmFPy n3PhtooJIt559mGgsgdeao92E2ejlCH5zoMgV9ihYa0kHbD5yPEI+gFfyKBFMom0U4+07Pvrvtlsv sDAkUR230sig3yU2n2ZZH7+3CVrGfS/YkDnVfxs6yrZoqoMA+1kWi1rCXyz5Y0q7JlvY6DwH6eac7 Fkx8VTuwm2oITklPG0UJDQB9ksBaW4PppleLKa3k1hO9vGVzbo4j5FuKc9+G1TWVt9ZgNIGmhMT9y Ol6Efbb4piJyxF/LNzGA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwAdg-00CtLf-BK; Tue, 31 May 2022 22:47:00 +0000 Received: from mail-oi1-f179.google.com ([209.85.167.179]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwAdd-00CtKG-BO; Tue, 31 May 2022 22:46:59 +0000 Received: by mail-oi1-f179.google.com with SMTP id r206so339912oib.8; Tue, 31 May 2022 15:46:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=2Z7nZCZCrp6yDZohpwqv7FuEhmrYv7mpBJYl13nUGZE=; b=Oqm5BECE0NjYcIQjfqxikMJS60VfLvkTp3mNjmzrOe3lvm052zrh3MJrAUfQY1K8H4 WYkLuGC1vVDst27FDg4JISYcCx7dX8U98yHFhm9FQimesznsfyDFzOqAHXkcXGSpIY1e TWpCSDpO80NiuONiQXlTgioeu2xlYGZOtLxjqXgIX9z4UF73bJsRF4O0uUz10GGxwQbc IYhUkI9jUbjbAfDehT+X5sm5tR0shUtn0DU95yexrxg/ntQuPkrt66tyLvzhUQpIcqIr bwLnO+l4jyQNor5d6e4hWVGqK75h1te2NtI3h8s1PUPaqJ//WcPVxxFuG1i1AEIayoQi 5y4Q== X-Gm-Message-State: AOAM530C2jY0Oi7TdIGxMQjS4dDHiU0dCvUDuzqUCY+s6Kx9nQWNn4k0 TcSTgR2q2H5VRF35Y/M6TA== X-Google-Smtp-Source: ABdhPJyCt/w64P3Qhbl9BTehgfuVFmuXiRTTi5iJf9VTUqZA4lc6Tq78gjAB18eUT2wVhb7SnkTfDA== X-Received: by 2002:a05:6808:1454:b0:328:82a9:cb08 with SMTP id x20-20020a056808145400b0032882a9cb08mr13482779oiv.106.1654037216107; Tue, 31 May 2022 15:46:56 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id m19-20020a056820051300b0035eb4e5a6b0sm128663ooj.6.2022.05.31.15.46.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 May 2022 15:46:55 -0700 (PDT) Received: (nullmailer pid 2476551 invoked by uid 1000); Tue, 31 May 2022 22:46:54 -0000 From: Rob Herring To: ChiaEn Wu Cc: lee.jones@linaro.org, linux-fbdev@vger.kernel.org, linux-mediatek@lists.infradead.org, sre@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-leds@vger.kernel.org, gregkh@linuxfoundation.org, lgirdwood@gmail.com, chiaen_wu@richtek.com, dri-devel@lists.freedesktop.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, heikki.krogerus@linux.intel.com, alice_chen@richtek.com, broonie@kernel.org, linux-usb@vger.kernel.org, pavel@ucw.cz, robh+dt@kernel.org, linux@roeck-us.net, matthias.bgg@gmail.com, deller@gmx.de, linux-arm-kernel@lists.infradead.org, chunfeng.yun@mediatek.com, jingoohan1@gmail.com, daniel.thompson@linaro.org, jic23@kernel.org, cy_huang@richtek.com, lars@metafoo.de In-Reply-To: <20220531111900.19422-4-peterwu.pub@gmail.com> References: <20220531111900.19422-1-peterwu.pub@gmail.com> <20220531111900.19422-4-peterwu.pub@gmail.com> Subject: Re: [RESEND 03/14] dt-bindings: leds: mt6370: Add Mediatek mt6370 indicator Date: Tue, 31 May 2022 17:46:54 -0500 Message-Id: <1654037214.458913.2476550.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220531_154657_432662_CCFB4CEE X-CRM114-Status: GOOD ( 10.99 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Tue, 31 May 2022 19:18:49 +0800, ChiaEn Wu wrote: > From: ChiYuan Huang > > Add Mediatek mt6370 indicator documentation. > > Signed-off-by: ChiYuan Huang > --- > .../leds/mediatek,mt6370-indicator.yaml | 57 +++++++++++++++++++ > 1 file changed, 57 insertions(+) > create mode 100644 Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.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: doc reference errors (make refcheckdocs): Warning: Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.yaml: Documentation/devicetree/bindings/mfd/mediatek,mt6370.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-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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 31380C433EF for ; Tue, 31 May 2022 22:48:17 +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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RtV6jtkkvnzev8cJPZd4BrliHad2zaNjmRwtJMD9B/w=; b=NuLzB2T2Iap8mm WP+eXvyfdMdgK+eOdU8ZzbXFxLD5KtFSEvb5xzmfXugeneoXaakuYrYE65HHuH/VyleVpoJDbXC6G JZ8rdTC1MY2+4Pxn1oFHqc4SemoOfopd69hYxQTuWBpwVNyn33hlEd/Jcy3qyDmpK7H1zFYKl8bHm 78PhSBwdM+vyytM+6xpZLD5yjvg6NR78rn+tJG+Hp2YKXZmCg5mj8s8XXZPYqaelxdXqOuoN74ZTr x2PfEo9+A/s3h4EuPpVtGsyxPPkbLBA/5APaGF7hZrrBJMDcsR+lVL4wA0CbveEOTvbJKIn8W8VZ3 +blRIeGyL1JizLD3Eizw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwAdh-00CtLw-GU; Tue, 31 May 2022 22:47:01 +0000 Received: from mail-oi1-f179.google.com ([209.85.167.179]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwAdd-00CtKG-BO; Tue, 31 May 2022 22:46:59 +0000 Received: by mail-oi1-f179.google.com with SMTP id r206so339912oib.8; Tue, 31 May 2022 15:46:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=2Z7nZCZCrp6yDZohpwqv7FuEhmrYv7mpBJYl13nUGZE=; b=Oqm5BECE0NjYcIQjfqxikMJS60VfLvkTp3mNjmzrOe3lvm052zrh3MJrAUfQY1K8H4 WYkLuGC1vVDst27FDg4JISYcCx7dX8U98yHFhm9FQimesznsfyDFzOqAHXkcXGSpIY1e TWpCSDpO80NiuONiQXlTgioeu2xlYGZOtLxjqXgIX9z4UF73bJsRF4O0uUz10GGxwQbc IYhUkI9jUbjbAfDehT+X5sm5tR0shUtn0DU95yexrxg/ntQuPkrt66tyLvzhUQpIcqIr bwLnO+l4jyQNor5d6e4hWVGqK75h1te2NtI3h8s1PUPaqJ//WcPVxxFuG1i1AEIayoQi 5y4Q== X-Gm-Message-State: AOAM530C2jY0Oi7TdIGxMQjS4dDHiU0dCvUDuzqUCY+s6Kx9nQWNn4k0 TcSTgR2q2H5VRF35Y/M6TA== X-Google-Smtp-Source: ABdhPJyCt/w64P3Qhbl9BTehgfuVFmuXiRTTi5iJf9VTUqZA4lc6Tq78gjAB18eUT2wVhb7SnkTfDA== X-Received: by 2002:a05:6808:1454:b0:328:82a9:cb08 with SMTP id x20-20020a056808145400b0032882a9cb08mr13482779oiv.106.1654037216107; Tue, 31 May 2022 15:46:56 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id m19-20020a056820051300b0035eb4e5a6b0sm128663ooj.6.2022.05.31.15.46.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 May 2022 15:46:55 -0700 (PDT) Received: (nullmailer pid 2476551 invoked by uid 1000); Tue, 31 May 2022 22:46:54 -0000 From: Rob Herring To: ChiaEn Wu Cc: lee.jones@linaro.org, linux-fbdev@vger.kernel.org, linux-mediatek@lists.infradead.org, sre@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-leds@vger.kernel.org, gregkh@linuxfoundation.org, lgirdwood@gmail.com, chiaen_wu@richtek.com, dri-devel@lists.freedesktop.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, heikki.krogerus@linux.intel.com, alice_chen@richtek.com, broonie@kernel.org, linux-usb@vger.kernel.org, pavel@ucw.cz, robh+dt@kernel.org, linux@roeck-us.net, matthias.bgg@gmail.com, deller@gmx.de, linux-arm-kernel@lists.infradead.org, chunfeng.yun@mediatek.com, jingoohan1@gmail.com, daniel.thompson@linaro.org, jic23@kernel.org, cy_huang@richtek.com, lars@metafoo.de In-Reply-To: <20220531111900.19422-4-peterwu.pub@gmail.com> References: <20220531111900.19422-1-peterwu.pub@gmail.com> <20220531111900.19422-4-peterwu.pub@gmail.com> Subject: Re: [RESEND 03/14] dt-bindings: leds: mt6370: Add Mediatek mt6370 indicator Date: Tue, 31 May 2022 17:46:54 -0500 Message-Id: <1654037214.458913.2476550.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220531_154657_432662_CCFB4CEE X-CRM114-Status: GOOD ( 10.99 ) 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: , MIME-Version: 1.0 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 Tue, 31 May 2022 19:18:49 +0800, ChiaEn Wu wrote: > From: ChiYuan Huang > > Add Mediatek mt6370 indicator documentation. > > Signed-off-by: ChiYuan Huang > --- > .../leds/mediatek,mt6370-indicator.yaml | 57 +++++++++++++++++++ > 1 file changed, 57 insertions(+) > create mode 100644 Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.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: doc reference errors (make refcheckdocs): Warning: Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml Documentation/devicetree/bindings/leds/mediatek,mt6370-indicator.yaml: Documentation/devicetree/bindings/mfd/mediatek,mt6370.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