Re: [PATCH V1 05/15] spmi: pmic-arb: cleanup unrequested irqs

2017-06-14 Thread kgunda
On 2017-06-13 07:41, Stephen Boyd wrote: On 06/06, kgu...@codeaurora.org wrote: On 2017-05-31 07:27, Stephen Boyd wrote: >On 05/30, Kiran Gunda wrote: >>From: Abhijeet Dharmapurikar >> >>We see a unmapped irqs trigger right around bootup. This could >>likely be because the bootloader exited lea

Re: [PATCH V1 05/15] spmi: pmic-arb: cleanup unrequested irqs

2017-06-12 Thread Stephen Boyd
On 06/06, kgu...@codeaurora.org wrote: > On 2017-05-31 07:27, Stephen Boyd wrote: > >On 05/30, Kiran Gunda wrote: > >>From: Abhijeet Dharmapurikar > >> > >>We see a unmapped irqs trigger right around bootup. This could > >>likely be because the bootloader exited leaving the interrupts > >>in an un

Re: [PATCH V1 05/15] spmi: pmic-arb: cleanup unrequested irqs

2017-06-06 Thread kgunda
On 2017-05-31 07:27, Stephen Boyd wrote: On 05/30, Kiran Gunda wrote: From: Abhijeet Dharmapurikar We see a unmapped irqs trigger right around bootup. This could likely be because the bootloader exited leaving the interrupts in an unknown or unhandled state. Ack and mask the interrupt if one

Re: [PATCH V1 05/15] spmi: pmic-arb: cleanup unrequested irqs

2017-05-30 Thread Stephen Boyd
On 05/30, Kiran Gunda wrote: > From: Abhijeet Dharmapurikar > > We see a unmapped irqs trigger right around bootup. This could > likely be because the bootloader exited leaving the interrupts > in an unknown or unhandled state. Ack and mask the interrupt > if one is found. A request_irq later wi

[PATCH V1 05/15] spmi: pmic-arb: cleanup unrequested irqs

2017-05-30 Thread Kiran Gunda
From: Abhijeet Dharmapurikar We see a unmapped irqs trigger right around bootup. This could likely be because the bootloader exited leaving the interrupts in an unknown or unhandled state. Ack and mask the interrupt if one is found. A request_irq later will unmask it and also setup proper mappin