Re: [PATCH v5 1/6] drivers: phy: add generic PHY framework

From: Felipe Balbi
Date: Thu Apr 04 2013 - 03:16:17 EST


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