Re: [PATCH] soc: mediatek: Move the initial setting of pmic wrap interrupt before requesting irq.

2015-09-09 Thread Henry Chen
Hi Sascha, On Mon, 2015-09-07 at 07:39 +0200, Sascha Hauer wrote: > On Fri, Sep 04, 2015 at 12:05:12PM +0800, Henry Chen wrote: > > Seperate the initialization of pmic wrap interrupt from pmic wrap init to > > make sure setting is correct before requesting irq. > > It seems the problem this

Re: [PATCH] soc: mediatek: Move the initial setting of pmic wrap interrupt before requesting irq.

2015-09-09 Thread Henry Chen
Hi Sascha, On Mon, 2015-09-07 at 07:39 +0200, Sascha Hauer wrote: > On Fri, Sep 04, 2015 at 12:05:12PM +0800, Henry Chen wrote: > > Seperate the initialization of pmic wrap interrupt from pmic wrap init to > > make sure setting is correct before requesting irq. > > It seems the problem this

Re: [PATCH] soc: mediatek: Move the initial setting of pmic wrap interrupt before requesting irq.

2015-09-06 Thread Sascha Hauer
On Fri, Sep 04, 2015 at 12:05:12PM +0800, Henry Chen wrote: > Seperate the initialization of pmic wrap interrupt from pmic wrap init to > make sure setting is correct before requesting irq. It seems the problem this patch solves is the missing watchdog initialization when the pwrap is already

Re: [PATCH] soc: mediatek: Move the initial setting of pmic wrap interrupt before requesting irq.

2015-09-06 Thread Sascha Hauer
On Fri, Sep 04, 2015 at 12:05:12PM +0800, Henry Chen wrote: > Seperate the initialization of pmic wrap interrupt from pmic wrap init to > make sure setting is correct before requesting irq. It seems the problem this patch solves is the missing watchdog initialization when the pwrap is already

[PATCH] soc: mediatek: Move the initial setting of pmic wrap interrupt before requesting irq.

2015-09-03 Thread Henry Chen
Seperate the initialization of pmic wrap interrupt from pmic wrap init to make sure setting is correct before requesting irq. Signed-off-by: Henry Chen --- drivers/soc/mediatek/mtk-pmic-wrap.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git

[PATCH] soc: mediatek: Move the initial setting of pmic wrap interrupt before requesting irq.

2015-09-03 Thread Henry Chen
Seperate the initialization of pmic wrap interrupt from pmic wrap init to make sure setting is correct before requesting irq. Signed-off-by: Henry Chen --- drivers/soc/mediatek/mtk-pmic-wrap.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff