From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 4ABA6D2FF; Tue, 14 Nov 2023 05:24:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=trvn.ru header.i=@trvn.ru header.b="FgY4eind" Received: from box.trvn.ru (box.trvn.ru [194.87.146.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1049ADD; Mon, 13 Nov 2023 21:24:13 -0800 (PST) Received: from authenticated-user (box.trvn.ru [194.87.146.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.trvn.ru (Postfix) with ESMTPSA id 969D6408CE; Tue, 14 Nov 2023 10:24:07 +0500 (+05) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=trvn.ru; s=mail; t=1699939448; bh=RbTQ9Gyko9mWKAoJcs4lYkr1Uh4l+RCsZid+oUd3BdE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=FgY4eindZGM+SNgXzPoSmcUOE8Hj1OlaLA9b2ZwZ6sTxxd9nSjt75D7Sg2sZePxa0 3n+tHROk4Y9HJN0+K2D53RCEjm1L8MVMxOK8o/O4bUjR13RsUtPQvyETViEiZqEGKV OayAyAkkWq57np0Di2wQ9BRnza3nTWr1l7TbdzKzFn9Vd2y1WZcutRX2POc2s0PpV3 RG41MuRP2nry/mEFMlB/s70YYXq9bi4zyn4Jd8hf+LVhwK5QdRiHWLw/elhay3ujR3 rAOX6oneX/5asBAw3DkXFRvq1xyVf/djCB+f6qrFZU89CFI7CuM6GzGnIp9c7Rg7Ta cDPIySPMvJzHQ== Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Date: Tue, 14 Nov 2023 10:24:06 +0500 From: Nikita Travkin To: Lee Jones Cc: Krzysztof Kozlowski , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Stephen Boyd , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht Subject: Re: (subset) [PATCH v2 1/3] dt-bindings: mfd: qcom,spmi-pmic: Add pm8916 vm-bms and lbc In-Reply-To: <20231031075400.GR8909@google.com> References: <20231023-pm8916-dtsi-bms-lbc-v2-0-343e3dbf423e@trvn.ru> <20231023-pm8916-dtsi-bms-lbc-v2-1-343e3dbf423e@trvn.ru> <169824868224.758275.3309948002942732059.b4-ty@kernel.org> <67b0e974-779c-434c-b558-81840ec46cdd@linaro.org> <20231031075400.GR8909@google.com> Message-ID: X-Sender: nikita@trvn.ru Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lee Jones писал(а) 31.10.2023 12:54: > On Fri, 27 Oct 2023, Krzysztof Kozlowski wrote: > >> On 25/10/2023 17:44, Lee Jones wrote: >> > 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. >> >> >> >> >> > >> > Applied, thanks! >> > >> > [1/3] dt-bindings: mfd: qcom,spmi-pmic: Add pm8916 vm-bms and lbc >> > commit: e9aec86e211ee493081e8934b8c821d660b417ee >> >> Hi Lee, >> >> It seems this patch depends on something not in your tree. This should >> have been clearly explained in cover letter or this patch changelog, but >> wasn't. >> >> Please drop the patch. > > Done. Hi, v6.7-rc1 now includes the dependencies for this bindings change, could you pick it up again? Or maybe I should respin the series with it included back? Sorry for making this inconvenient for you... Nikita