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 C79D3C54EE9 for ; Sun, 18 Sep 2022 08:45:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229495AbiIRIpA (ORCPT ); Sun, 18 Sep 2022 04:45:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229596AbiIRIo7 (ORCPT ); Sun, 18 Sep 2022 04:44:59 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B675818E1B for ; Sun, 18 Sep 2022 01:44:58 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1FEABB80CC1 for ; Sun, 18 Sep 2022 08:44:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA7FCC433D6; Sun, 18 Sep 2022 08:44:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663490695; bh=ZhWK1VfZh4usOr1ctvMK/JaHsPTyJuPGjzgZ7KXySI0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=f7IPH+O9cFA/MEwo9EFvTl70sjL7pRIUa27Qf+21CsI6aODfevBq4gAUMKEhVQkJb 3AQTa7imOyfWyjr+ZrpfLOb0AfkqGMP7L356H9TSRHxsR+qNWsglN32R1IgA+/hdEu eP3/d8rfLVBplCKBZIB41pKKrlZwtJSPfu25yHu3QxNlEoPBIJijFHNZMFdnE9vxhs anbJwHwNhyTohooEXz1/XLLgUgFa1DbgBivzd7sCCHpWIDwbCtQVrOz+wvVrSTy3bp mbxVXNwHMaLueCbmPibuf8ekSkx3DISQL9AT0GhsRfN1dSYSJejKPFmiOUbQHXLOmB 2t72Bbz/+MBhQ== Received: from 185-176-101-241.host.sccbroadband.ie ([185.176.101.241] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1oZpv3-00As03-Ef; Sun, 18 Sep 2022 09:44:53 +0100 Date: Sun, 18 Sep 2022 09:44:52 +0100 Message-ID: <87k061kr5n.wl-maz@kernel.org> From: Marc Zyngier To: Linus Walleij Cc: linux-gpio@vger.kernel.org Subject: Re: [PATCH 2/2 v2] pinctrl: nomadik: Make gpio irqchip immutable In-Reply-To: <20220917203036.167607-2-linus.walleij@linaro.org> References: <20220917203036.167607-1-linus.walleij@linaro.org> <20220917203036.167607-2-linus.walleij@linaro.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.176.101.241 X-SA-Exim-Rcpt-To: linus.walleij@linaro.org, linux-gpio@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Sat, 17 Sep 2022 21:30:36 +0100, Linus Walleij wrote: > > This makes the Nomadik GPIO irqchip immutable. > > Tested on the Samsung Galaxy SIII mini GT-I8190. > > Cc: Marc Zyngier > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v2: > - Rebase on the bug fix doing proper references to the gpio_chip. > - Use .irq_print_chip to set the irq_chip name as previously. > --- > drivers/pinctrl/nomadik/pinctrl-nomadik.c | 59 ++++++++++++++--------- > 1 file changed, 35 insertions(+), 24 deletions(-) Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible.