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 845C0C0032E for ; Wed, 25 Oct 2023 12:21:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343769AbjJYMVh (ORCPT ); Wed, 25 Oct 2023 08:21:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234852AbjJYMVd (ORCPT ); Wed, 25 Oct 2023 08:21:33 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5F84137; Wed, 25 Oct 2023 05:21:30 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F330C433C8; Wed, 25 Oct 2023 12:21:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698236490; bh=Okz7c5dGviB2uHQSZqH4cKSK6Sowbf5t1NKnOKrQ7hw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IkXkYfyS3NZWmbxzxm3uLKvX7SCxiEwxnoMdBNTx2FFRQ3GvZxLWZ6Kpd/1+VlSdT giw07NoUWUHq03K3+USdePtGfOarLh0Gp3E264Q/6f9x2QCBuLAX6nEBymy6EGY3JE LzyLVlHq7LSQQWIhfHTDVSp7wUy/pGubLjuoCiTVGYZj6rl5cwE+vs0gkW8Mt42GHB Z/59EbxnQYi5UMB66yOUtPmTEv295OnXWzGYbKs70pRM6GP/nrXDoPxecLB5wY1v6B B0OFBGEdRtX+3q8SUHv0687Dp5PBEd+GeaPWDkKNOPBJGBn1AG1PHFlM/YgpR9Y2R3 wvw+0QwNv/Blw== Date: Wed, 25 Oct 2023 13:21:24 +0100 From: Lee Jones To: Nikita Travkin Cc: Rob Herring , ~postmarketos/upstreaming@lists.sr.ht, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org, Conor Dooley , Konrad Dybcio , Andy Gross , Bjorn Andersson , Stephen Boyd , linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: mfd: qcom,spmi-pmic: Add pm8916 vm-bms and lbc Message-ID: <20231025122124.GO8909@google.com> References: <20231023-pm8916-dtsi-bms-lbc-v2-0-343e3dbf423e@trvn.ru> <20231023-pm8916-dtsi-bms-lbc-v2-1-343e3dbf423e@trvn.ru> <169808265626.861066.13083505051202182067.robh@kernel.org> <53474576e3c860a1bb93f811cfe3964a@trvn.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <53474576e3c860a1bb93f811cfe3964a@trvn.ru> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 24 Oct 2023, Nikita Travkin wrote: > Rob Herring писал(а) 23.10.2023 22:40: > > On Mon, 23 Oct 2023 11:20:32 +0500, Nikita Travkin wrote: > >> PM8916 (and probably some other similar pmics) have hardware blocks for > >> battery monitoring and charging. Add patterns for respecive nodes so the > >> devicetree for those blocks can be validated properly. > >> > >> Signed-off-by: Nikita Travkin > >> --- > >> Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 6 ++++++ > >> 1 file changed, 6 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/mfd/qcom,spmi-pmic.yaml: > > Error in referenced schema matching $id: http://devicetree.org/schemas/power/supply/qcom,pm8916-bms-vm.yaml > > > > doc reference errors (make refcheckdocs): > > > > See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20231023-pm8916-dtsi-bms-lbc-v2-1-343e3dbf423e@trvn.ru > > > > The base for the series is generally the latest rc1. A different dependency > > should be noted in *this* patch. > > > > Somehow I missed the memo and thought it tracks -next... > > This patch depends on 7f590e3831 and 5cee843d56 in linux-next.git > They were applied in [1]. > > I'm wondering if the bot just bails out when the "depend" is present > or there is some more sophisticated logic to suggest the base to it? So is this good to go, or not? -- Lee Jones [李琼斯]