On Thu, Sep 22, 2011 at 1:18 PM, Ming Lei <tom.leim...@gmail.com> wrote:
> Hi,
>
> On Wed, Sep 21, 2011 at 8:13 PM, Govindraj.R <govindraj.r...@ti.com> wrote:
>> Adapts omap-serial driver to use pm_runtime API's.
>
>>        console_unlock();
>>
>> -       if ((cpu_is_omap34xx() && bdata->pads) ||
>> -               (pdata->wk_en && pdata->wk_mask))
>> +       if ((cpu_is_omap34xx() && bdata->pads))
>>                device_init_wakeup(&pdev->dev, true);
>
> Just a bit curious, why doesn't the code enable wakeup at default
> on omap4, which will disable runtime pm of serial port on omap4.
>

yes sure will add for omap4.


> I have tested your patches on omap4 panda(enable wakeup at
> default manually), runtime pm of serial port 2 can work well and
> remote wakeup too.
>

Thanks, for testing.

--
Govindraj.R
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to