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 10C08C433F5 for ; Fri, 13 May 2022 09:17:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378839AbiEMJRv (ORCPT ); Fri, 13 May 2022 05:17:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378733AbiEMJRr (ORCPT ); Fri, 13 May 2022 05:17:47 -0400 Received: from relay08.th.seeweb.it (relay08.th.seeweb.it [5.144.164.169]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 41FAB541A9 for ; Fri, 13 May 2022 02:17:45 -0700 (PDT) Received: from SoMainline.org (94-209-165-62.cable.dynamic.v4.ziggo.nl [94.209.165.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 6008D3F792; Fri, 13 May 2022 11:17:41 +0200 (CEST) Date: Fri, 13 May 2022 11:17:34 +0200 From: Marijn Suijten To: Krzysztof Kozlowski Cc: phone-devel@vger.kernel.org, Bjorn Andersson , ~postmarketos/upstreaming@lists.sr.ht, AngeloGioacchino Del Regno , Konrad Dybcio , Martin Botka , Jami Kettunen , Andy Gross , Linus Walleij , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/7] dt-bindings: pinctrl: qcom-pmic-gpio: Add pm6125 compatible Message-ID: <20220513091734.hivkkbpc6inyb4la@SoMainline.org> Mail-Followup-To: Marijn Suijten , Krzysztof Kozlowski , phone-devel@vger.kernel.org, Bjorn Andersson , ~postmarketos/upstreaming@lists.sr.ht, AngeloGioacchino Del Regno , Konrad Dybcio , Martin Botka , Jami Kettunen , Andy Gross , Linus Walleij , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220511220613.1015472-1-marijn.suijten@somainline.org> <20220511220613.1015472-3-marijn.suijten@somainline.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 2022-05-13 10:19:56, Krzysztof Kozlowski wrote: > On 12/05/2022 00:06, Marijn Suijten wrote: > > The pm6125 comes with 9 GPIOs, without holes. > > > > Signed-off-by: Marijn Suijten > > Reviewed-by: AngeloGioacchino Del Regno > > It's the first version, how did the tag appear here? We are friends and review each-others patches offline before spamming the mailing list with them, to save readers and maintainers here from pointing out glaring mistakes. I hope this is standard practice in companies too, or do you recommend aganst us doing this? > > --- > > Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > > This will need fixups or rebasing on my sets of PMIC gpio schema cleanup: Ack. > https://lore.kernel.org/all/20220507194913.261121-1-krzysztof.kozlowski@linaro.org/ > https://lore.kernel.org/all/20220508135932.132378-2-krzysztof.kozlowski@linaro.org/ > > Bjorn, > let us know preferred order (who should rebase on who). I prefer yours to be applied first, so that I can retest this patchseries with stricter / more correct dt-bindings introduced by it. My series can also be resent with the notice that it has already been rebased on top of your series, after collecting more reviews. Where necessary, I can review your series too if that helps getting it in sooner. - Marijn