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 E8638CCA480 for ; Mon, 11 Jul 2022 13:27:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230140AbiGKN10 (ORCPT ); Mon, 11 Jul 2022 09:27:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59136 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229558AbiGKN1Y (ORCPT ); Mon, 11 Jul 2022 09:27:24 -0400 Received: from mail-yb1-xb2b.google.com (mail-yb1-xb2b.google.com [IPv6:2607:f8b0:4864:20::b2b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB6E1326DD for ; Mon, 11 Jul 2022 06:27:22 -0700 (PDT) Received: by mail-yb1-xb2b.google.com with SMTP id h62so6061265ybb.11 for ; Mon, 11 Jul 2022 06:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=mT4Qh8A8Far+/DHPkE8F6kYcr+1vuSwNz43sCniZGvU=; b=aTdG9RqicfXRk8QirsPR1TgUrG2JX+zX/MS3fXg9wA5Ip69866xHCZgx/TBHHDxL3R NBMN4eWpE8Ge+/e+vmz9I59XFs+MbMN/IOgeodb2bts8rUDQS+uFtY4cAMuOW3vHqf3t yP7Mon8IqFwnlC7GzXR2TOxklIdTQv2W+AlaFNGcEq7DWWmIunGkJUlW40aWO+EJf8jF Cf6EHAYAlFxKBbWXQRcZx2UtX0qL0+n6qyVlL/sfXaYC87f+/Qg7/gjoJhzBJ+45YZz9 iX+UcKtPDUPiIY8Lk19hvY9QP6aN8Zjbew7/WZkSUXmiTrl0uqLcg8Md1E2yw4BLEA5a BXrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=mT4Qh8A8Far+/DHPkE8F6kYcr+1vuSwNz43sCniZGvU=; b=Vi7MQtUiZeIiTnHHbWFF74UcFpSfjz2vOnbodQQs0LzEZADe4Oezqqs5rtFO7Wk2lA kamzXKeucln0lGVCrIOYIZIjSk7trubMnWOVzury0qDvKhGF1BfOKatbKMsxSuOV+GU9 19caYurCUsRlnGx7OBLZBcB75xPlusHxrkIHDG6umIufUW7pWnqGO9CyjpWQQLEB9jWS rqeYKQpRRPFLVK8lOV524357mvWRN2FTcBfORtW3yDxP1fYkDJTBezZjosrAV0jmndiL 8OAvlv0AbQpt3O1XdkcRSCIQcODBLRoY9quIJQpxDxVTnBRsWka6MZoJPjZhd6sjur/i pi9w== X-Gm-Message-State: AJIora9GD6waG9skugtBlMWLlbkbhvzcUaknS1kjxO3tnWF4zPhd0DcU ECYlVI/sCOs339vdbtP+SrsnW4BXpEeM7JDGxF4gXA== X-Google-Smtp-Source: AGRyM1v11fP7aHOUKGOnDmZAX6+MyM2Y7NTmnHeu2fIYqKgRzak17zP6jC8EDr2oDfXE08vqsyjH/zheAxI7AeAvzjY= X-Received: by 2002:a25:4046:0:b0:66e:ddca:2ff5 with SMTP id n67-20020a254046000000b0066eddca2ff5mr15258549yba.492.1657546042064; Mon, 11 Jul 2022 06:27:22 -0700 (PDT) MIME-Version: 1.0 References: <20211125213451.62010-1-dominikkobinski314@gmail.com> <20211125215310.62371-1-dominikkobinski314@gmail.com> <9a925f87-a78b-0164-bdaf-99e14dc943cd@gmail.com> In-Reply-To: <9a925f87-a78b-0164-bdaf-99e14dc943cd@gmail.com> From: Linus Walleij Date: Mon, 11 Jul 2022 15:27:10 +0200 Message-ID: Subject: Re: [PATCH v2,1/5] pinctrl: qcom: spmi-gpio: Add pm8226 compatibility To: =?UTF-8?Q?Matti_Lehtim=C3=A4ki?= Cc: Dominik Kobinski , bjorn.andersson@linaro.org, agross@kernel.org, linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Ivaylo Ivanov Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 8, 2022 at 9:43 PM Matti Lehtim=C3=A4ki wrote: > > On 26.11.2021 2.49, Linus Walleij wrote: > > On Thu, Nov 25, 2021 at 10:53 PM Dominik Kobinski > > wrote: > > > >> Add support for pm8226 SPMI GPIOs. The PMIC features > >> 8 GPIOs, with no holes inbetween. > >> > >> Reviewed-by: Bjorn Andersson > >> Suggested-by: Ivaylo Ivanov > >> Signed-off-by: Dominik Kobinski > > > > I applied this to the pinctrl tree. > > > > Is there anything else I should be applying? > > > > Yours, > > Linus Walleij > > I noticed that this patch was never applied into kernel while the other > patches such as the device tree documentation were applied. Maybe it was > missed accidentally? I checked also the pinctrl tree and didn't find the > commit there either in the branches for the upcoming releases. Weird I applied it now. Yours, Linus Walleij