From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Gross Subject: Re: [PATCH] soc: qcom: Add irq clear handling during SE init Date: Wed, 14 Nov 2018 09:51:00 -0800 Message-ID: <20181114175100.GB14703@hector> References: <1538569430-32374-1-git-send-email-alokc@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1538569430-32374-1-git-send-email-alokc@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Alok Chauhan Cc: swboyd@chromium.org, dianders@chromium.org, dkota@codeaurora.org, David Brown , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org 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 > --- Thanks for sending this in. I'll apply to my queue. Andy