[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d15d3853-9ef5-9fee-4a89-3f9f2e5bf7d4@marcan.st>
Date: Fri, 22 Jan 2021 01:53:20 +0900
From: Hector Martin 'marcan' <marcan@...can.st>
To: Mohamed Mediouni <mohamed.mediouni@...amail.com>,
linux-arm-kernel@...ts.infradead.org
Cc: Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Marc Zyngier <maz@...nel.org>, linux-kernel@...r.kernel.org,
Stan Skowronek <stan@...ellium.com>
Subject: Re: [RFC PATCH 4/7] irqchip/apple-aic: Add support for Apple AIC
On 20/01/2021 22.27, Mohamed Mediouni wrote:
> + irq_domain_set_info(d, virq, hw, &apple_aic_irq_chip,
> + d->host_data, handle_level_irq, NULL, NULL);
The AIC automatically masks IRQs on reason fetch, which means the
handle_level_irq flow is redundant. Using the fasteoi flow, as in [1],
should be more efficient.
[1] https://github.com/AsahiLinux/linux/commit/d4cb18c93
--
Hector Martin "marcan" (marcan@...can.st)
Public Key: https://mrcn.st/pub
Powered by blists - more mailing lists