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 X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA34BC4707F for ; Thu, 27 May 2021 17:30:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 95CB8613BE for ; Thu, 27 May 2021 17:30:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235083AbhE0Rb6 (ORCPT ); Thu, 27 May 2021 13:31:58 -0400 Received: from m-r1.th.seeweb.it ([5.144.164.170]:50571 "EHLO m-r1.th.seeweb.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233689AbhE0Rb6 (ORCPT ); Thu, 27 May 2021 13:31:58 -0400 Received: from [192.168.1.49] (bband-dyn9.178-41-130.t-com.sk [178.41.130.9]) (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-r1.th.seeweb.it (Postfix) with ESMTPSA id C9C0E1F969; Thu, 27 May 2021 19:30:22 +0200 (CEST) Date: Thu, 27 May 2021 19:30:16 +0200 From: Martin Botka Subject: Re: [PATCH V3 1/2] dt-bindings: pinctrl: qcom: sm6125: Document SM6125 pinctrl driver To: Linus Walleij Cc: ~postmarketos/upstreaming@lists.sr.ht, Konrad Dybcio , AngeloGioacchino Del Regno , marijn.suijten@somainline.org, jamipkettunen@somainline.org, Andy Gross , Bjorn Andersson , Rob Herring , MSM , GPIO SUBSYSTEM Message-Id: In-Reply-To: References: <20210524193012.592210-1-martin.botka@somainline.org> X-Mailer: geary/40.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hello, I did run the checks but i have forgoten to do a make clean before hand. Thats probably why i didnt get that before. Will send V4 as soon as i can :) Best regards, Martin Botka On Thu, May 27 2021 at 05:05:32 PM +0200, Linus Walleij wrote: > Hi Martin, > > overall this looks good but the bot warned because of this: > > On Mon, May 24, 2021 at 9:30 PM Martin Botka > wrote: >> >> Document the newly added SM6125 pinctrl driver >> >> Signed-off-by: Martin Botka > (...) >> +properties: >> + compatible: >> + const: qcom,sm6125-tlmm > (...) >> + #include >> + pinctrl@500000 { >> + compatible = "qcom,sm6125-pinctrl"; > > So it seems like you didn't run the checks? > > Yours, > Linus Walleij