Re: [PATCH 04/31] iwlwifi: pcie: add initial RTPM support for PCI

2016-02-01 Thread Grumbach, Emmanuel
On 02/01/2016 04:32 PM, Kalle Valo wrote: > Emmanuel Grumbach writes: > >> From: Luca Coelho >> >> Add an initial implementation of runtime power management (RTPM) for >> PCI devices. With this patch, RTPM is only used when wifi is off >>

Re: [PATCH 04/31] iwlwifi: pcie: add initial RTPM support for PCI

2016-02-01 Thread Kalle Valo
Emmanuel Grumbach writes: > From: Luca Coelho > > Add an initial implementation of runtime power management (RTPM) for > PCI devices. With this patch, RTPM is only used when wifi is off > (i.e. the wifi interface is down). This

Re: [PATCH 04/31] iwlwifi: pcie: add initial RTPM support for PCI

2016-02-01 Thread Grumbach, Emmanuel
On 02/01/2016 04:38 PM, Grumbach, Emmanuel wrote: > > On 02/01/2016 04:32 PM, Kalle Valo wrote: >> Emmanuel Grumbach writes: >> >>> From: Luca Coelho >>> >>> Add an initial implementation of runtime power management (RTPM) for >>> PCI

[PATCH 04/31] iwlwifi: pcie: add initial RTPM support for PCI

2016-01-31 Thread Emmanuel Grumbach
From: Luca Coelho Add an initial implementation of runtime power management (RTPM) for PCI devices. With this patch, RTPM is only used when wifi is off (i.e. the wifi interface is down). This implementation is behind a new Kconfig flag, IWLWIFI_PCIE_RTPM.