Re: [PATCH] mfd: mt6397: Implement wake handler and suspend/resume for mt6397-core.c

2015-08-10 Thread Henry Chen
Hi Jones, On Mon, 2015-08-10 at 12:42 +0100, Lee Jones wrote: > No need to mention the filename in the subject line. You already > mentioned which driver is effected by the change. Ok, it will be changed. > > > Register mt6393_irq as wake up source to pinctrl by flag "IRQF_NO_SUSPEND". > >

Re: [PATCH] mfd: mt6397: Implement wake handler and suspend/resume for mt6397-core.c

2015-08-10 Thread Lee Jones
No need to mention the filename in the subject line. You already mentioned which driver is effected by the change. > Register mt6393_irq as wake up source to pinctrl by flag "IRQF_NO_SUSPEND". > Implement .irq_set_wake() function of pmic to keep who is wakeup source, > and enable irq on

Re: [PATCH] mfd: mt6397: Implement wake handler and suspend/resume for mt6397-core.c

2015-08-10 Thread Henry Chen
Hi Jones, On Mon, 2015-08-10 at 12:42 +0100, Lee Jones wrote: No need to mention the filename in the subject line. You already mentioned which driver is effected by the change. Ok, it will be changed. Register mt6393_irq as wake up source to pinctrl by flag IRQF_NO_SUSPEND. Implement

Re: [PATCH] mfd: mt6397: Implement wake handler and suspend/resume for mt6397-core.c

2015-08-10 Thread Lee Jones
No need to mention the filename in the subject line. You already mentioned which driver is effected by the change. Register mt6393_irq as wake up source to pinctrl by flag IRQF_NO_SUSPEND. Implement .irq_set_wake() function of pmic to keep who is wakeup source, and enable irq on .suspend()and

[PATCH] mfd: mt6397: Implement wake handler and suspend/resume for mt6397-core.c

2015-07-30 Thread Henry Chen
Register mt6393_irq as wake up source to pinctrl by flag "IRQF_NO_SUSPEND". Implement .irq_set_wake() function of pmic to keep who is wakeup source, and enable irq on .suspend()and restore irq on .resume(). Signed-off-by: Henry Chen --- drivers/mfd/mt6397-core.c | 49

[PATCH] mfd: mt6397: Implement wake handler and suspend/resume for mt6397-core.c

2015-07-30 Thread Henry Chen
Register mt6393_irq as wake up source to pinctrl by flag IRQF_NO_SUSPEND. Implement .irq_set_wake() function of pmic to keep who is wakeup source, and enable irq on .suspend()and restore irq on .resume(). Signed-off-by: Henry Chen henryc.c...@mediatek.com --- drivers/mfd/mt6397-core.c | 49