Message ID | 20200310184921.23552-2-maz@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 7177144a54f594f8815b777ae647e58b07c03f86 |
Headers | show
Return-Path: <SRS0=oUlM=43=lists.infradead.org=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E936D92A for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 10 Mar 2020 18:50:22 +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 C2DF321D56 for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 10 Mar 2020 18:50:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Hf2LiOYs"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="mfs4Mn1C" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C2DF321D56 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+patchwork-linux-arm=patchwork.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: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Xki1oVgh9UDpXEBZhjGn/Uqkwf4O4hj05ja7VR9fOGo=; b=Hf2LiOYsvA3bMW 8Mz7LOvHBAT4MLWOfUK2h4BXUaQ4cXsZSGzDFtTTOsC6QepT6le2vdCn7Kz8fg+hfGtjmCak6PBMJ IMbm5B0H0YaU07LOyrqRVE+UpUDWy50ynW6KZfAjkYmrzftTwJAVzbGTZnhsO+UjhGiUStF1Hdab5 TdrB8jwX0k7DpTKCH5kBVx39vY/PfAOA3F6NorJMYOfv9XPZYE2RcU8XcBMuRuLKKbN/EbuwN2Wl9 vVHaR3gwL76WANa2qm9O2GUPMETD/h38CW+6x29dJdi9/48VITX1nkYWaIx7er1KYd6Qyav8ewVZC GiVAvWTh9wzERq7vHB8Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jBjxM-0001L8-VM; Tue, 10 Mar 2020 18:50:20 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jBjwZ-0007wY-Uj for linux-arm-kernel@lists.infradead.org; Tue, 10 Mar 2020 18:49:35 +0000 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E7E4121D7E; Tue, 10 Mar 2020 18:49:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583866170; bh=4pO3JK2jXSScdbkZFncD1ql1G4cDVeObsH3uqQ8Prsg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mfs4Mn1Cv7DVPTxRwrWzfeq3oK1m/4rOktxSf0yyixzDaxdimT65u2SarH41xeGGA NKJYZ+XQgmwMC1W7sKfSNQDmu+9xgLF6SqXf9tC5LVkzyoyNcY91wOHP3FabfElCdP nSRzW8t3p9BTEtaMtp2MDdww7WQFjjAOUGHhzQdc= Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=why.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <maz@kernel.org>) id 1jBjwW-00Bi6k-9i; Tue, 10 Mar 2020 18:49:28 +0000 From: Marc Zyngier <maz@kernel.org> To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/4] irqchip/atmel-aic: Fix irq_retrigger callback return value Date: Tue, 10 Mar 2020 18:49:18 +0000 Message-Id: <20200310184921.23552-2-maz@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200310184921.23552-1-maz@kernel.org> References: <20200310184921.23552-1-maz@kernel.org> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, tglx@linutronix.de, jason@lakedaemon.net, linux@arm.linux.org.uk, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, ludovic.desroches@microchip.com, yuzenghui@huawei.com 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-20200310_114932_058972_8F15B4D3 X-CRM114-Status: GOOD ( 14.08 ) X-Spam-Score: -5.2 (-----) X-Spam-Report: SpamAssassin version 3.4.3 on bombadil.infradead.org summary: Content analysis details: (-5.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at https://www.dnswl.org/, high trust [198.145.29.99 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.0 DKIMWL_WL_HIGH DKIMwl.org - Whitelisted High sender X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>, Russell King <linux@arm.linux.org.uk>, Jason Cooper <jason@lakedaemon.net>, Ludovic Desroches <ludovic.desroches@microchip.com>, Zenghui Yu <yuzenghui@huawei.com>, Thomas Gleixner <tglx@linutronix.de> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org |
Series |
irqchip: Random irq_retrigger fixes
|
expand
|
diff --git a/drivers/irqchip/irq-atmel-aic.c b/drivers/irqchip/irq-atmel-aic.c index bb1ad451392f..2c999dc310c1 100644 --- a/drivers/irqchip/irq-atmel-aic.c +++ b/drivers/irqchip/irq-atmel-aic.c @@ -83,7 +83,7 @@ static int aic_retrigger(struct irq_data *d) irq_reg_writel(gc, d->mask, AT91_AIC_ISCR); irq_gc_unlock(gc); - return 0; + return 1; } static int aic_set_type(struct irq_data *d, unsigned type)
The irq_retrigger callback is supposed to return 0 when retrigger has failed, and a non-zero value otherwise. Tell the core code that the driver has succedded in using the HW to retrigger the interrupt. Signed-off-by: Marc Zyngier <maz@kernel.org> --- drivers/irqchip/irq-atmel-aic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)