Re: [PATCH RFCv2 3/6] net: phy: provide phy_resume/phy_suspend helpers

2013-12-05 Thread Florian Fainelli
2013/12/4 Sebastian Hesselbarth : > This adds helper functions to resume and suspend a given phy_device > by calling the corresponding driver callbacks if available. > > Signed-off-by: Sebastian Hesselbarth > --- > Changelog: > RFCv1->RFCv2: > - only suspend if WOL is not enabled > - remove

Re: [PATCH RFCv2 3/6] net: phy: provide phy_resume/phy_suspend helpers

2013-12-05 Thread Florian Fainelli
2013/12/4 Sebastian Hesselbarth sebastian.hesselba...@gmail.com: This adds helper functions to resume and suspend a given phy_device by calling the corresponding driver callbacks if available. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Changelog: RFCv1-RFCv2:

[PATCH RFCv2 3/6] net: phy: provide phy_resume/phy_suspend helpers

2013-12-04 Thread Sebastian Hesselbarth
This adds helper functions to resume and suspend a given phy_device by calling the corresponding driver callbacks if available. Signed-off-by: Sebastian Hesselbarth --- Changelog: RFCv1->RFCv2: - only suspend if WOL is not enabled - remove EXPORT_SYMBOL for phy_suspend/resume Cc: David Miller

[PATCH RFCv2 3/6] net: phy: provide phy_resume/phy_suspend helpers

2013-12-04 Thread Sebastian Hesselbarth
This adds helper functions to resume and suspend a given phy_device by calling the corresponding driver callbacks if available. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Changelog: RFCv1-RFCv2: - only suspend if WOL is not enabled - remove EXPORT_SYMBOL for