Re: [PATCH] soc: qcom: Add irq clear handling during SE init

From: Andy Gross
Date: Wed Nov 14 2018 - 12:51:05 EST


On Wed, Oct 03, 2018 at 05:53:50PM +0530, Alok Chauhan wrote:
> when the kernel inits a SE, its quite possible we have pending interrupts
> from bootloaders which did not handle/clear them. So do this in kernel at
> the SE init, to avoid some of it causing bad behavior, while at it also
> club all the register writes needed to clear the se irqs into a function
> to avoid repeating it over.
>
> Signed-off-by: Alok Chauhan <alokc@xxxxxxxxxxxxxx>
> ---

Thanks for sending this in. I'll apply to my queue.

Andy