Re: [PATCH V1 11/15] spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup source

2017-06-08 Thread kgunda
On 2017-05-31 22:43, Stephen Boyd wrote: On 05/30, Kiran Gunda wrote: Currently the SPMI interrupt will not wake the device. Enable this interrupt as a wakeup source. Signed-off-by: Nicholas Troast Signed-off-by: Kiran Gunda --- drivers/spmi/spmi-pmic-arb.c | 1 + 1 file changed, 1 insertion

Re: [PATCH V1 11/15] spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup source

2017-05-31 Thread Stephen Boyd
On 05/30, Kiran Gunda wrote: > Currently the SPMI interrupt will not wake the device. Enable this > interrupt as a wakeup source. > > Signed-off-by: Nicholas Troast > Signed-off-by: Kiran Gunda > --- > drivers/spmi/spmi-pmic-arb.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/driver

[PATCH V1 11/15] spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup source

2017-05-30 Thread Kiran Gunda
Currently the SPMI interrupt will not wake the device. Enable this interrupt as a wakeup source. Signed-off-by: Nicholas Troast Signed-off-by: Kiran Gunda --- drivers/spmi/spmi-pmic-arb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spmi/spmi-pmic-arb.c b/drivers/spmi/spmi-pmic-a