[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGS+omBnoitju07KQ1Y7JHTbce6+DO4WqWHTaKz5D+T157zEJA@mail.gmail.com>
Date: Wed, 2 Sep 2015 14:02:44 +0800
From: Daniel Kurtz <djkurtz@...omium.org>
To: Sudeep Holla <sudeep.holla@....com>
Cc: "maoguang.meng@...iatek.com" <maoguang.meng@...iatek.com>,
Linus Walleij <linus.walleij@...aro.org>,
Hongzhou Yang <hongzhou.yang@...iatek.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>,
"linux-mediatek@...ts.infradead.org"
<linux-mediatek@...ts.infradead.org>,
Matthias Brugger <matthias.bgg@...il.com>,
Yingjoe Chen <yingjoe.chen@...iatek.com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v4] pinctrl: mediatek: Implement wake handler and suspend resume
Hi maoguang,
On Tue, Aug 25, 2015 at 12:27 AM, Sudeep Holla <sudeep.holla@....com> wrote:
>
>
> On 14/08/15 09:38, maoguang.meng@...iatek.com wrote:
>>
>> From: Maoguang Meng <maoguang.meng@...iatek.com>
>>
>> This patch implement irq_set_wake to get who is wakeup source and
>> setup on suspend resume.
>>
>> Signed-off-by: Maoguang Meng <maoguang.meng@...iatek.com>
>>
[snip]
Can you please respond to Sudeep's questions:
> Does this pinmux controller:
>
> 1. Support wake-up configuration ? If not, you need to use
> IRQCHIP_SKIP_SET_WAKE. I don't see any value in writing the
> mask_{set,clear} if the same registers are used for {en,dis}able
>
> 2. Is in always on domain ? If not, you need save/restore only to
> resume back the functionality. Generally we can set
> IRQCHIP_MASK_ON_SUSPEND to ensure non-wake-up interrupts are
> disabled during suspend and re-enabled in resume path. You just
> save/restore raw values without tracking the wake-up source.
>
> Also I see that no care is taken to set the port irq as wake enable
> source. It may work with current mainline, but won't with -next. Please
> ensure the port irq to the parent interrupt controller remains
> enabled(i.e set as wake).
>
> Regards,
> Sudeep
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists