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=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 E714BC4320E for ; Wed, 18 Aug 2021 05:26:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC49B6108B for ; Wed, 18 Aug 2021 05:26:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237655AbhHRF1O (ORCPT ); Wed, 18 Aug 2021 01:27:14 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:20077 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229768AbhHRF1M (ORCPT ); Wed, 18 Aug 2021 01:27:12 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1629264398; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=OD3bhfIfOCgRHQjgqA6MewvJUinJk6gIaknhjrubRj0=; b=sbXFCsnD/v2T0uapANuEdBtiZYVkYYDRc3CXId3vZGG+is5gI1kd3iLW9ZiBELBWzEieygqH lqNvk2j3aKPCeaST36iSxOmtbjtLmtYKwUNRkf8JHi/6p/wKmTQzm8+WV5olPVfPR/LWA4qB dKxt/yDUmVeohI2RmIVkb+VOEIQ= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n06.prod.us-east-1.postgun.com with SMTP id 611c99fc66ff1079049e47e5 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Wed, 18 Aug 2021 05:26:20 GMT Sender: skakit=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 5E9C1C4360D; Wed, 18 Aug 2021 05:26:19 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: skakit) by smtp.codeaurora.org (Postfix) with ESMTPSA id B7948C4338F; Wed, 18 Aug 2021 05:26:18 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 18 Aug 2021 10:56:18 +0530 From: skakit@codeaurora.org To: Stephen Boyd Cc: Linus Walleij , Rob Herring , Andy Gross , Bjorn Andersson , David Collins , Kiran Gunda , linux-gpio@vger.kernel.org, linux-kernel , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH 1/2] pinctrl: qcom: spmi-gpio: correct parent irqspec translation In-Reply-To: References: <1628830531-14648-1-git-send-email-skakit@codeaurora.org> <1628830531-14648-2-git-send-email-skakit@codeaurora.org> <4af8171aefd6f0387438225666ec1ccc@codeaurora.org> <6801879ddd0edf9a8d0e3605f3868e79@codeaurora.org> Message-ID: <5be25c9710b7706cff91f1db71f9e25e@codeaurora.org> X-Sender: skakit@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-08-18 00:45, Stephen Boyd wrote: > Quoting skakit@codeaurora.org (2021-08-17 02:06:42) >> On 2021-08-17 02:38, Stephen Boyd wrote: >> > >> > Are there any boards supported upstream that have a gpio block that >> > isn't at 0xc000? >> >> yes, all the pmics used in sm8350-mtp.dts board have gpio block at >> addresses different than 0xc000. >> > > So maybe > > Fixes: f67cc6a91d88 ("arm64: dts: qcom: sm8350-mtp: Add PMICs") > > is appropriate then? This patch is actually fixing the pinctrl-spmi-gpio.c driver. So, I think we should add Fixes: ca69e2d165eb ("qcom: spmi-gpio: add support for hierarchical IRQ chip")