Re: [PATCH v1 01/11] drivers: usb: otg: add a new driver for omap usb2 phy
From: Rajendra Nayak <hidden>
Date: 2012-07-10 07:06:06
Also in:
linux-arm-kernel, linux-omap, lkml
From: Rajendra Nayak <hidden>
Date: 2012-07-10 07:06:06
Also in:
linux-arm-kernel, linux-omap, lkml
On Tuesday 10 July 2012 12:18 PM, ABRAHAM, KISHON VIJAY wrote:
Hi, On Tue, Jul 10, 2012 at 11:33 AM, Venu Byravarasu [off-list ref] wrote:quoted
quoted
quoted
+ +#ifdef CONFIG_PMShould it not be CONFIG_PM_SLEEP instead of just CONFIG_PM?Why? I think we should have CONFIG_PM_SLEEP only when we have *suspend*, *resume* hooks. But this driver has only *runtime_suspend* and *runtime_resume* hooks.
CONFIG_PM_RUNTIME maybe then?