Re: [PATCH v1] adm8211: use generic power management
From: Kalle Valo <hidden>
Date: 2020-07-15 10:39:21
Also in:
linux-wireless, lkml
From: Kalle Valo <hidden>
Date: 2020-07-15 10:39:21
Also in:
linux-wireless, lkml
Vaibhav Gupta [off-list ref] wrote:
With legacy PM, drivers themselves were responsible for managing the device's power states and takes care of register states. After upgrading to the generic structure, PCI core will take care of required tasks and drivers should do only device-specific operations. In the case of adm8211, after removing PCI helper functions, .suspend() and .resume() became empty-body functions. Hence, define them NULL and use dev_pm_ops. Compile-tested only. Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Patch applied to wireless-drivers-next.git, thanks. 04bceecdf1e8 adm8211: use generic power management -- https://patchwork.kernel.org/patch/11632321/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches