This patch set tries to implement clocks management, and takes i.MX
platform as an example.
---
ChangeLogs:
V1->V2:
* change to pm runtime mechanism.
* rename function: _enable() -> _config()
* take MDIO bus into account, it needs clocks when interface
is closed.
* reverse Christmass tree.
Joakim Zhang (3):
net: stmmac: add clocks management for gmac driver
net: stmmac: add platform level clocks management
net: stmmac: dwmac-imx: add platform level clocks management for i.MX
.../net/ethernet/stmicro/stmmac/dwmac-imx.c | 60 +++++----
drivers/net/ethernet/stmicro/stmmac/stmmac.h | 1 +
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 85 ++++++++++--
.../net/ethernet/stmicro/stmmac/stmmac_mdio.c | 123 ++++++++++++++----
.../ethernet/stmicro/stmmac/stmmac_platform.c | 24 +++-
include/linux/stmmac.h | 1 +
6 files changed, 231 insertions(+), 63 deletions(-)
--
2.17.1