Re: [PATCH] USB: OHCI: Allow runtime PM without system sleep

2013-08-27 Thread Greg KH
On Mon, Aug 26, 2013 at 03:01:40PM -0400, Alan Stern wrote: Since ohci-hcd supports runtime PM, the .pm field in its pci_driver structure should be protected by CONFIG_PM rather than CONFIG_PM_SLEEP. Without this change, OHCI controllers won't do runtime suspend if system suspend or

[PATCH] USB: OHCI: Allow runtime PM without system sleep

2013-08-26 Thread Alan Stern
Since ohci-hcd supports runtime PM, the .pm field in its pci_driver structure should be protected by CONFIG_PM rather than CONFIG_PM_SLEEP. Without this change, OHCI controllers won't do runtime suspend if system suspend or hibernation isn't enabled. Signed-off-by: Alan Stern