Re: [linux-pm] [RFC, PATCHv3 1/3] mmc: sdhci-pci: Enable runtime PM support

2011-03-01 Thread Alan Stern
On Tue, 1 Mar 2011, Pierre Tardy wrote: > From: Yunpeng Gao > > Follow the kernel runtime PM framework, enable runtime PM support of the > sdhci host controller with pci interface. > > Note that this patch implements runtime_pm but now actually detects > activity. > It relies on higher level (c

[RFC,PATCHv3 1/3] mmc: sdhci-pci: Enable runtime PM support

2011-03-01 Thread Pierre Tardy
From: Yunpeng Gao Follow the kernel runtime PM framework, enable runtime PM support of the sdhci host controller with pci interface. Note that this patch implements runtime_pm but now actually detects activity. It relies on higher level (childrens) to do actual waking up Activity detection is pu