Re: [PATCH net-next v2 3/3] net: ethernet: bgmac: driver power manangement

2017-02-08 Thread Florian Fainelli
On 02/08/2017 01:24 PM, Jon Mason wrote: > From: Joey Zhong > > Implement suspend/resume callbacks in the bgmac driver. This makes sure > that we de-initialize and re-initialize the hardware correctly before > entering suspend and when resuming. > > Signed-off-by: Joey Zhong > Signed-off-by: Jo

[PATCH net-next v2 3/3] net: ethernet: bgmac: driver power manangement

2017-02-08 Thread Jon Mason
From: Joey Zhong Implement suspend/resume callbacks in the bgmac driver. This makes sure that we de-initialize and re-initialize the hardware correctly before entering suspend and when resuming. Signed-off-by: Joey Zhong Signed-off-by: Jon Mason --- drivers/net/ethernet/broadcom/bgmac-platfor