lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 1 Sep 2014 11:33:31 +0200
From:	Nicolas Ferre <nicolas.ferre@...el.com>
To:	Marc Zyngier <marc.zyngier@....com>,
	<linux-arm-kernel@...ts.infradead.org>,
	<linux-kernel@...r.kernel.org>, <linux-omap@...r.kernel.org>,
	<linux@...ts.openrisc.net>,
	Boris BREZILLON <boris.brezillon@...e-electrons.com>
CC:	<mark.rutland@....com>, <tony@...mide.com>,
	<catalin.marinas@....com>, <will.deacon@....com>,
	<tglx@...utronix.de>, <jonas@...thpole.se>,
	<lorenzo.pieralisi@....com>, <linux@....linux.org.uk>,
	<shc_work@...l.ru>, <khilman@...aro.org>, <jason@...edaemon.net>,
	<stefan.kristiansson@...nalahti.fi>, <larry.bassel@...aro.org>,
	<shawn.guo@...escale.com>, <baohua@...nel.org>,
	<sboyd@...eaurora.org>, <kernel@...gutronix.de>,
	<sudeep.holla@....com>, <schwidefsky@...ibm.com>,
	<maxime.ripard@...e-electrons.com>, <vkale@....com>
Subject: Re: [PATCH v2 20/26] irqchip: atmel-aic5: convert to handle_domain_irq

On 26/08/2014 12:03, Marc Zyngier :
> Use the new handle_domain_irq method to handle interrupts.
> 
> Signed-off-by: Marc Zyngier <marc.zyngier@....com>

Ok, thanks:

Acked-by: Nicolas Ferre <nicolas.ferre@...el.com>

> ---
>  drivers/irqchip/irq-atmel-aic5.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/drivers/irqchip/irq-atmel-aic5.c b/drivers/irqchip/irq-atmel-aic5.c
> index edb2270..04fe2c1 100644
> --- a/drivers/irqchip/irq-atmel-aic5.c
> +++ b/drivers/irqchip/irq-atmel-aic5.c
> @@ -78,12 +78,10 @@ aic5_handle(struct pt_regs *regs)
>  	irqnr = irq_reg_readl(gc->reg_base + AT91_AIC5_IVR);
>  	irqstat = irq_reg_readl(gc->reg_base + AT91_AIC5_ISR);
>  
> -	irqnr = irq_find_mapping(aic5_domain, irqnr);
> -
>  	if (!irqstat)
>  		irq_reg_writel(0, gc->reg_base + AT91_AIC5_EOICR);
>  	else
> -		handle_IRQ(irqnr, regs);
> +		handle_domain_irq(aic5_domain, irqnr, regs);
>  }
>  
>  static void aic5_mask(struct irq_data *d)
> 


-- 
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists