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 842711D55B for ; Fri, 6 Oct 2023 13:18:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="krjLWP6X" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE96CC433C8; Fri, 6 Oct 2023 13:18:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696598329; bh=u2GIT0lse2wS60plD52rNEhfKu8JINFb0VqbN2wQLa4=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=krjLWP6Xj7pgflul8+Fhu5Pv/P4FQ1+zhfx2pLjkOnylFNtLTiRZKY2hbTXrrQceO 9/Pv5uQGIxuUmjNDxEPwyGwsGEcoCuK6qiGWTleQg3o0a/Y1/prREpD5x7ILg874uL MMPcr5OPzTuyBPMrcL2/8Pro4NGAI/VW0RDHqn79af47JrJKBO9ABHb2FYBAm7t0PU sS1w3IYIgYzQsXxM618aJhdBad+D87DXCqkvBcOQBigcK04cIPTzGQAPvKD7NSQ0u2 cG4nx6oEjdCqR9aSJ1JFoisKiwYQvbLpWjSKadYDtmX4+YpEFoTcmfrJn+soVIXudJ Kyu2ajSJSXcfA== Received: (nullmailer pid 3410063 invoked by uid 1000); Fri, 06 Oct 2023 13:18:43 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Rob Herring To: "Rafael J. Wysocki" Cc: Linux PM , "Rafael J. Wysocki" , Zhang Rui , Srinivas Pandruvada , Krzysztof Kozlowski , Lukasz Luba , devicetree@vger.kernel.org, Amit Kucheria , LKML , Daniel Lezcano , Rob Herring In-Reply-To: <5716404.DvuYhMxLoT@kreacher> References: <5716404.DvuYhMxLoT@kreacher> Message-Id: <169659832348.3409986.16820307308672715034.robh@kernel.org> Subject: Re: [PATCH v1] thermal: Remove Amit Kucheria from MAINTAINERS Date: Fri, 06 Oct 2023 08:18:43 -0500 On Fri, 06 Oct 2023 13:21:14 +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Amit Kucheria has not been participating in kernel development in any > way or form for quite some time, so it is not useful to list him as a > designated reviewer for the thermal subsystem or as the maintainer of > the thermal zone device bindings. > > Remove him from those two places accordingly. > > Signed-off-by: Rafael J. Wysocki > --- > Documentation/devicetree/bindings/thermal/thermal-zones.yaml | 3 --- > MAINTAINERS | 1 - > 2 files changed, 4 deletions(-) > 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/thermal/thermal-zones.yaml: 'maintainers' is a required property hint: Metaschema for devicetree binding documentation from schema $id: http://devicetree.org/meta-schemas/base.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/5716404.DvuYhMxLoT@kreacher 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.