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 75E23C433F5 for ; Tue, 15 Feb 2022 12:14:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236916AbiBOMOK (ORCPT ); Tue, 15 Feb 2022 07:14:10 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:48036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232311AbiBOMOK (ORCPT ); Tue, 15 Feb 2022 07:14:10 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B96B1074C8; Tue, 15 Feb 2022 04:14:00 -0800 (PST) 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 17A0EB818C8; Tue, 15 Feb 2022 12:13:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0502C340ED; Tue, 15 Feb 2022 12:13:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644927237; bh=aRyiD95CfUoJZ2zqUjwHDtc6ihvyl8IXAwPsEovwtoc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YpTrvK2dqtHGiXiV0YdWRn2fkJxwGnukmfUYtG74YJwKK+2EH0ljDvKAOdvO9s8ny Td1nMtLy4l1tRSskNoAxTZnDdMONdqxrD9L4lrCx6g/PuxpREGIWS0BAp463BLCTrs KKzA8V9tmDTDncIjGkUd/eCwhDmEcd6ZmWkA1VJ7QWx1feHJ4ssdwpQrm/ebn2h0Us 2oGJWzRP91cfUb0mzNTJ055qynUY5gOlPNJghAR6k6NlJPZPeiHi5enxzBvq2ALyjO Rg3P975/k8nJ0L4DNa8VPdXMODzwQ7MUgEyDZWIa7LFy3x2WhhwcH9ipap8YMq70SK os5+5fo0S1nSQ== Received: from sofa.misterjones.org ([185.219.108.64] helo=why.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nJwiS-0082kQ-06; Tue, 15 Feb 2022 12:13:56 +0000 Date: Tue, 15 Feb 2022 12:13:55 +0000 Message-ID: <87bkz849a4.wl-maz@kernel.org> From: Marc Zyngier To: Linus Walleij Cc: Bartosz Golaszewski , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Matthias Brugger , Grygorii Strashko , Santosh Shilimkar , Kevin Hilman , Tony Lindgren , Thomas Gleixner , Vladimir Zapolskiy , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Emil Renner Berthing , kernel-team@android.com Subject: Re: [PATCH 00/10] irqchip: Prevent drivers abusing irq_chip::name In-Reply-To: References: <20220209162607.1118325-1-maz@kernel.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.219.108.64 X-SA-Exim-Rcpt-To: linus.walleij@linaro.org, brgl@bgdev.pl, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, matthias.bgg@gmail.com, grygorii.strashko@ti.com, ssantosh@kernel.org, khilman@kernel.org, tony@atomide.com, tglx@linutronix.de, vz@mleia.com, andrew@lunn.ch, gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com, kernel@esmil.dk, kernel-team@android.com 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 Thu, 10 Feb 2022 23:41:25 +0000, Linus Walleij wrote: > > On Wed, Feb 9, 2022 at 5:26 PM Marc Zyngier wrote: > > > Having done that, we can cleanup a few irqchip drivers and make their > > irq_chip structure const (which requires touching a handful of core > > functions). Whilst we're at it, we do the same for a couple of gpio > > drivers. > > The series: > Acked-by: Linus Walleij Thanks. > Since Bartosz is queueing GPIO patches and I am mostly > playing with a baby during the daytime it's good if you also > get an ACK from Bartosz on this one before applying the > series. To be on the safe side and until I hear from Bartosz, I have dropped the GPIO patches from the branch which I'm about to push into -next. If Bartosz is happy with them, I'll add them to the mix. Otherwise, they can be taken at a later time, as there is no shortage of drivers that will need reworking once we agree on the way to resolve the irqchip fiddling in gpiolib. Have fun playing! :) M. -- Without deviation from the norm, progress is not possible.