Hi,

On Wed, Apr 03, 2013 at 05:54:11PM -0600, Stephen Warren wrote:
> struct phy {
>       struct device *dev;
>       struct module *owner;
>       int     (*init)(struct phy *phy);
>       int     (*exit)(struct phy *phy);
>       int     (*suspend)(struct phy *phy);
>       int     (*resume)(struct phy *phy);

I wonder whether it makes sense to provide ->suspend/->resume callbacks
here. We already have dev_pm_ops providing those methods and we can just
wrap pm_runtime_* calls to be called by consumers.

-- 
balbi

Attachment: signature.asc
Description: Digital signature

Reply via email to