Re: [PATCH 3/6] irqchip: Introduce IRQCHIP_HYBRID_DRIVER_{BEGIN,END} macros

2020-09-12 Thread Bjorn Andersson
On Sat 12 Sep 07:51 CDT 2020, Marc Zyngier wrote: > Although we are trying to move to a world where a large number > of irqchip drivers can safely be built as platform drivers > the reality is that most endpoint drivers are not ready for that, > and will fail to probe as they expect their interrup

[PATCH 3/6] irqchip: Introduce IRQCHIP_HYBRID_DRIVER_{BEGIN,END} macros

2020-09-12 Thread Marc Zyngier
Although we are trying to move to a world where a large number of irqchip drivers can safely be built as platform drivers the reality is that most endpoint drivers are not ready for that, and will fail to probe as they expect their interrupt controller to be up and running. A halfway house solutio