RE: [RFC PATCH] net/wireless/mwifiex/pcie: Convert to dev_pm_ops from legacy pm ops

2013-05-21 Thread Bing Zhao
Hi Shuah, > Convert the driver to use dev_pm_ops for power management and remove Legacy PM > handling. This change re-uses existing suspend and resume interfaces for > dev_pm_ops. > > Signed-off-by: Shuah Khan > Cc: Shuah Khan > Suggested-by: rafael.j.wyso...@intel.com Acked-by: Bing Zhao Th

[RFC PATCH] net/wireless/mwifiex/pcie: Convert to dev_pm_ops from legacy pm ops

2013-05-20 Thread Shuah Khan
Convert the driver to use dev_pm_ops for power management and remove Legacy PM handling. This change re-uses existing suspend and resume interfaces for dev_pm_ops. Signed-off-by: Shuah Khan Cc: Shuah Khan Suggested-by: rafael.j.wyso...@intel.com --- Rafael, This is the first driver patch to c