Re: [net-next PATCH 0/7] stmmac: dwmac-sti refactor+cleanup
From: David Miller <davem@davemloft.net>
Date: 2016-10-31 19:47:28
From: David Miller <davem@davemloft.net>
Date: 2016-10-31 19:47:28
From: Joachim Eastwood <redacted> Date: Sun, 30 Oct 2016 21:05:00 +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. Note that this patch set has only been test compiled and no functional change is intended.
I would really like to see some review and testing before applying this series.