Re: [PATCH v1 05/10] bus: mhi: core: Disable IRQs when powering down

2020-10-12 Thread Bhaumik Bhatt
On 2020-10-09 09:02, Manivannan Sadhasivam wrote: On Fri, Sep 18, 2020 at 07:02:30PM -0700, Bhaumik Bhatt wrote: While powering down, the device may or may not acknowledge the MHI RESET issued by host for graceful shutdown scenario which can lead to a rogue device sending an interrupt after the

Re: [PATCH v1 05/10] bus: mhi: core: Disable IRQs when powering down

2020-10-10 Thread Manu Gautam
Hi On 9/19/2020 7:32 AM, Bhaumik Bhatt wrote: > While powering down, the device may or may not acknowledge the MHI > RESET issued by host for graceful shutdown scenario which can lead > to a rogue device sending an interrupt after the clean-up has been > done. This can result in a tasklet being sc

Re: [PATCH v1 05/10] bus: mhi: core: Disable IRQs when powering down

2020-10-09 Thread Manivannan Sadhasivam
On Fri, Sep 18, 2020 at 07:02:30PM -0700, Bhaumik Bhatt wrote: > While powering down, the device may or may not acknowledge the MHI > RESET issued by host for graceful shutdown scenario which can lead > to a rogue device sending an interrupt after the clean-up has been > done. This can result in a

[PATCH v1 05/10] bus: mhi: core: Disable IRQs when powering down

2020-09-18 Thread Bhaumik Bhatt
While powering down, the device may or may not acknowledge the MHI RESET issued by host for graceful shutdown scenario which can lead to a rogue device sending an interrupt after the clean-up has been done. This can result in a tasklet being scheduled after it has been killed and access already fre