From: Joachim Eastwood <manab...@gmail.com> Date: Fri, 4 Nov 2016 18:54:04 +0100
> This patch set aims to remove the init/exit callbacks from the > dwmac-sti driver and instead use standard PM callbacks. Doing this > will also allow us to cleanup the driver. > > Eventually the init/exit callbacks will be deprecated and removed > from all drivers dwmac-* except for dwmac-generic. Drivers will be > refactored to use standard PM and remove callbacks. > > Changes since v2: > - add missing static to sti_dwmac_pm_ops > - s/sti_dwmac_set_phy_mode/sti_dwmac_set_mode > - acked/tested by Giuseppe Series applied, thanks.