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 EA51DC43334 for ; Wed, 15 Jun 2022 06:04:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238646AbiFOGE4 (ORCPT ); Wed, 15 Jun 2022 02:04:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234635AbiFOGEz (ORCPT ); Wed, 15 Jun 2022 02:04:55 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5AE8DDEF0 for ; Tue, 14 Jun 2022 23:04:54 -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 1649BB81C60 for ; Wed, 15 Jun 2022 06:04:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1BB7C34115; Wed, 15 Jun 2022 06:04:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655273091; bh=r6r4Gj46ItbyqPGFcx7gn3ATif279gtjiYEv360MMIw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=do2oLdcfEVbbU2JUDcRt+nvkqVWI2hUdcw7nIvyrmUl9XrGPYW1S7Putiki+7CmzZ LkEczflIzk2ZzUq6V9mzV7zHRxsw2Z4ivXKiv6LknW1DsXDqBywL5/d5eOhqN8Ok99 NNI5RZCVhARDgj63dAU+Jl2t5BytgQnAy0RqJMTWxmY9b5Nojc2xwnzGXEIsFF3MBG RL2WUCoJyORPKmXGWs15jNJpg9E0JEPezwK4WG4lkrYYRsvkiOYdp6gJk5f0ZhqR6w ecyS6l9jDnbWoAq+Q1BSoIGGJ9JV5uu+pRdgwN19xrhnyhZlWRBB1DRBiS3F4R+CpO 29c+x+akp8NHA== Received: from sofa.misterjones.org ([185.219.108.64] 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 1o1M93-000hgz-Ci; Wed, 15 Jun 2022 07:04:49 +0100 Date: Wed, 15 Jun 2022 07:04:48 +0100 Message-ID: <87o7yupim7.wl-maz@kernel.org> From: Marc Zyngier To: Stefan Wahren Cc: Linus Walleij , Bartosz Golaszewski , Florian Fainelli , Ray Jui , Scott Branden , Maxime Ripard , Phil Elwell , bcm-kernel-feedback-list@broadcom.com, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH V2 0/2] pinctrl: bcm2835: Make the irqchip immutable In-Reply-To: <20220614202831.236341-1-stefan.wahren@i2se.com> References: <20220614202831.236341-1-stefan.wahren@i2se.com> 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: stefan.wahren@i2se.com, linus.walleij@linaro.org, brgl@bgdev.pl, f.fainelli@gmail.com, rjui@broadcom.com, sbranden@broadcom.com, maxime@cerno.tech, phil@raspberrypi.com, bcm-kernel-feedback-list@broadcom.com, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.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 Tue, 14 Jun 2022 21:28:29 +0100, Stefan Wahren wrote: > > This small series makes the irqchip in the bcm2835 pinctrl driver immutable. > > Changes in V2: > - add patch to drop irq_enable/disable callbacks as suggested by Marc > - add missing GPIOCHIP_IRQ_RESOURCE_HELPERS found by Marc > > Stefan Wahren (2): > pinctrl: bcm2835: drop irq_enable/disable callbacks > pinctrl: bcm2835: Make the irqchip immutable > > drivers/pinctrl/bcm/pinctrl-bcm2835.c | 21 ++++++++++++--------- > 1 file changed, 12 insertions(+), 9 deletions(-) For the series: Reviewed-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible. 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 14829C433EF for ; Wed, 15 Jun 2022 06:06:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Subject:Cc:To:From:Message-ID:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=PkwxoQQE3fCRqn2cZjKZH16wQFgiLMQ57t8YGR2gXek=; b=PmTnpUaul79U76 I/G86O63fonyrNnb9glU+79FE1R75NNhny2oBxI/2FsjkYZaGwd/OOUsP1xWIOuDIPZ80Fi+et8Rl m9BhbFWxQ+P7J/C5cOWYDaRmj1q1L+hx2SnMeIk8wTDBLcUysZdVvG73xmTKPBMX3MdhyT5ByBuDj PutlmaOLhihbRksOFAtAQfqcJ0YkLbVeFyz3EYZh3YJs9UtPHYbF369Y35FKNozww4579URtFy2mv 2al1Skoj6pAZqDlCiR43Je5tNCc/LP/zZ7xhBFSQaGNFGIL9PytwFoIOgQNvZw9yU4DpZxrCcJ/eN G/DZgHRhDqba3NlSsvLA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1M9E-00CnDG-3J; Wed, 15 Jun 2022 06:05:00 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1M9B-00Cn9c-6G for linux-arm-kernel@lists.infradead.org; Wed, 15 Jun 2022 06:04:58 +0000 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 sin.source.kernel.org (Postfix) with ESMTPS id 550E5CE1CEC; Wed, 15 Jun 2022 06:04:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1BB7C34115; Wed, 15 Jun 2022 06:04:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655273091; bh=r6r4Gj46ItbyqPGFcx7gn3ATif279gtjiYEv360MMIw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=do2oLdcfEVbbU2JUDcRt+nvkqVWI2hUdcw7nIvyrmUl9XrGPYW1S7Putiki+7CmzZ LkEczflIzk2ZzUq6V9mzV7zHRxsw2Z4ivXKiv6LknW1DsXDqBywL5/d5eOhqN8Ok99 NNI5RZCVhARDgj63dAU+Jl2t5BytgQnAy0RqJMTWxmY9b5Nojc2xwnzGXEIsFF3MBG RL2WUCoJyORPKmXGWs15jNJpg9E0JEPezwK4WG4lkrYYRsvkiOYdp6gJk5f0ZhqR6w ecyS6l9jDnbWoAq+Q1BSoIGGJ9JV5uu+pRdgwN19xrhnyhZlWRBB1DRBiS3F4R+CpO 29c+x+akp8NHA== Received: from sofa.misterjones.org ([185.219.108.64] 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 1o1M93-000hgz-Ci; Wed, 15 Jun 2022 07:04:49 +0100 Date: Wed, 15 Jun 2022 07:04:48 +0100 Message-ID: <87o7yupim7.wl-maz@kernel.org> From: Marc Zyngier To: Stefan Wahren Cc: Linus Walleij , Bartosz Golaszewski , Florian Fainelli , Ray Jui , Scott Branden , Maxime Ripard , Phil Elwell , bcm-kernel-feedback-list@broadcom.com, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH V2 0/2] pinctrl: bcm2835: Make the irqchip immutable In-Reply-To: <20220614202831.236341-1-stefan.wahren@i2se.com> References: <20220614202831.236341-1-stefan.wahren@i2se.com> 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") X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: stefan.wahren@i2se.com, linus.walleij@linaro.org, brgl@bgdev.pl, f.fainelli@gmail.com, rjui@broadcom.com, sbranden@broadcom.com, maxime@cerno.tech, phil@raspberrypi.com, bcm-kernel-feedback-list@broadcom.com, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220614_230457_446167_8A318B88 X-CRM114-Status: GOOD ( 16.60 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 14 Jun 2022 21:28:29 +0100, Stefan Wahren wrote: > > This small series makes the irqchip in the bcm2835 pinctrl driver immutable. > > Changes in V2: > - add patch to drop irq_enable/disable callbacks as suggested by Marc > - add missing GPIOCHIP_IRQ_RESOURCE_HELPERS found by Marc > > Stefan Wahren (2): > pinctrl: bcm2835: drop irq_enable/disable callbacks > pinctrl: bcm2835: Make the irqchip immutable > > drivers/pinctrl/bcm/pinctrl-bcm2835.c | 21 ++++++++++++--------- > 1 file changed, 12 insertions(+), 9 deletions(-) For the series: Reviewed-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel