Re: [PATCH v2 1/3] pinctrl: msm: Really mask level interrupts to prevent latching

2018-08-16 Thread Stephen Boyd
Quoting Doug Anderson (2018-08-13 16:53:42) > Hi, > > On Wed, Jul 25, 2018 at 3:28 PM, Stephen Boyd wrote: > > diff --git a/drivers/pinctrl/qcom/pinctrl-msm.c > > b/drivers/pinctrl/qcom/pinctrl-msm.c > > index 2155a30c282b..3970dc599092 100644 > > --- a/drivers/pinctrl/qcom/pinctrl-msm.c > > +++

Re: [PATCH v2 1/3] pinctrl: msm: Really mask level interrupts to prevent latching

2018-08-13 Thread Doug Anderson
Hi, On Wed, Jul 25, 2018 at 3:28 PM, Stephen Boyd wrote: > The interrupt controller hardware in this pin controller has two status > enable bits. The first "normal" status enable bit enables or disables > the summary interrupt line being raised when a gpio interrupt triggers > and the "raw" statu

[PATCH v2 1/3] pinctrl: msm: Really mask level interrupts to prevent latching

2018-07-25 Thread Stephen Boyd
The interrupt controller hardware in this pin controller has two status enable bits. The first "normal" status enable bit enables or disables the summary interrupt line being raised when a gpio interrupt triggers and the "raw" status enable bit allows or prevents the hardware from latching an inter