From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751174AbdFBLZU (ORCPT ); Fri, 2 Jun 2017 07:25:20 -0400 Received: from sym2.noone.org ([178.63.92.236]:41569 "EHLO sym2.noone.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751125AbdFBLZT (ORCPT ); Fri, 2 Jun 2017 07:25:19 -0400 Date: Fri, 2 Jun 2017 13:25:15 +0200 From: Tobias Klauser To: Marc Zyngier Cc: Thomas Gleixner , Jason Cooper , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/7] irqchip: constify irq_domain_ops Message-ID: <20170602112514.GA16486@distanz.ch> References: <20170602082058.22938-1-tklauser@distanz.ch> <95ed0b83-883a-0448-18c5-e30901759f79@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <95ed0b83-883a-0448-18c5-e30901759f79@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017-06-02 at 12:04:42 +0200, Marc Zyngier wrote: > On 02/06/17 09:20, Tobias Klauser wrote: > > Constify all remaining non-const instances of irq_domain_ops in the irqchip > > drivers. These can be made const as they are never modified. > > > > Tobias Klauser (7): > > irqchip/aspeed-vic: constify irq_domain_ops > > irqchip/i8259: constify irq_domain_ops > > irqchip/irq-imx-gpcv2: constify irq_domain_ops > > irqchip/irq-mbigen: constify irq_domain_ops > > irqchip/irq-mips-gic: constify irq_domain_ops > > irqchip/irq-renesas-h8300h: constify irq_domain_ops > > irqchip/irq-renesas-h8s: constify irq_domain_ops > > > > drivers/irqchip/irq-aspeed-vic.c | 2 +- > > drivers/irqchip/irq-i8259.c | 2 +- > > drivers/irqchip/irq-imx-gpcv2.c | 2 +- > > drivers/irqchip/irq-mbigen.c | 2 +- > > drivers/irqchip/irq-mips-gic.c | 2 +- > > drivers/irqchip/irq-renesas-h8300h.c | 2 +- > > drivers/irqchip/irq-renesas-h8s.c | 2 +- > > 7 files changed, 7 insertions(+), 7 deletions(-) > > I'll take these patches, but what is the status of those? I decided to send them per subsystem: > drivers/edac/altera_edac.c 18caec20bfa5 ("EDAC, altera: Constify irq_domain_ops"), in linux-next > drivers/gpu/drm/msm/mdp/mdp5/mdp5_mdss.c c43dd227f411 ("drm/msm: constify irq_domain_ops"), in Linus' tree already > drivers/iommu/amd_iommu.c e2f9d45fb452 ("iommu/amd: Constify irq_domain_ops"), in linux-next > drivers/iommu/intel_irq_remapping.c 71bb620df634 ("iommu/vt-d: Constify irq_domain_ops"), in linux-next > drivers/mfd/fsl-imx25-tsadc.c https://lkml.org/lkml/2017/5/24/676, applied by Lee Jones but not in linux-next yet. > drivers/pinctrl/sunxi/pinctrl-sunxi.c Somehow I missed this once. Will send a follow-up patch, thanks! Tobias