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=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=ham 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 B0DF8C76191 for ; Fri, 26 Jul 2019 13:41:37 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 87C6222CBF for ; Fri, 26 Jul 2019 13:41:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="dLKX1abj" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 87C6222CBF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Subject: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=favCGA6jzVGegWkcXnzscwLBEM7BzE4XHn61K6OyfMs=; b=dLKX1abjCcA85y FnpVYY6epb2Bxut4j5WPXhysM1zY8740iJcKGMp1vE6F6cx1285E1hO9oVSTMf9byricIhAbY6jSz ECmxOhTo24bNHmUfhr7iMgmV+4YfGuY1y7+gFdZ7PL6jq2zAZq3wFd4758lVhOT8cnUwNv7STlfT9 U4NUeQ41UYM3/ZmOSbiz5uqUxRoBlvWBw/WIoxaxwygPGfuoFV8nPtNs/Hw5QHdoGjoxT1Vg8tmTU zEH9Np9SIVjwlktRb0JsBza0SWxtW8NZt/QPDVDK3FPNeth2SRcSapp0L6VZtGo7rMozNwwRMDe21 eoYZ0Z4mJHNO+VE8nkhg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hr0TZ-0004nr-1K; Fri, 26 Jul 2019 13:41:37 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hr0TW-0004jT-4M for linux-arm-kernel@lists.infradead.org; Fri, 26 Jul 2019 13:41:35 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7CE39152D; Fri, 26 Jul 2019 06:41:33 -0700 (PDT) Received: from big-swifty.misterjones.org (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 330FA3F694; Fri, 26 Jul 2019 06:41:32 -0700 (PDT) Date: Fri, 26 Jul 2019 14:41:30 +0100 Message-ID: <8636isoqut.wl-maz@kernel.org> From: Marc Zyngier To: Lucas Stach Subject: Re: [PATCH] irqchip/irq-imx-gpcv2: forward irq type to parent In-Reply-To: <20190712132905.10671-1-l.stach@pengutronix.de> References: <20190712132905.10671-1-l.stach@pengutronix.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/26 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Organization: Approximate MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190726_064134_227602_744533B9 X-CRM114-Status: GOOD ( 16.09 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jason Cooper , patchwork-lst@pengutronix.de, NXP Linux Team , kernel@pengutronix.de, Thomas Gleixner , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 12 Jul 2019 14:29:05 +0100, Lucas Stach wrote: > > The GPCv2 is a stacked IRQ controller below the ARM GIC. It doesn't > care about the IRQ type itself, but needs to forward the type to the > parent IRQ controller, so this one can be configured correctly. > > Signed-off-by: Lucas Stach > --- > drivers/irqchip/irq-imx-gpcv2.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/irqchip/irq-imx-gpcv2.c b/drivers/irqchip/irq-imx-gpcv2.c > index bf2237ac5d09..4f74c15c4755 100644 > --- a/drivers/irqchip/irq-imx-gpcv2.c > +++ b/drivers/irqchip/irq-imx-gpcv2.c > @@ -131,6 +131,7 @@ static struct irq_chip gpcv2_irqchip_data_chip = { > .irq_unmask = imx_gpcv2_irq_unmask, > .irq_set_wake = imx_gpcv2_irq_set_wake, > .irq_retrigger = irq_chip_retrigger_hierarchy, > + .irq_set_type = irq_chip_set_type_parent, > #ifdef CONFIG_SMP > .irq_set_affinity = irq_chip_set_affinity_parent, > #endif > -- > 2.20.1 > Applied, thanks. M. -- Jazz is not dead, it just smells funny. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel