mbox series

[RFC,V2,net-next,0/3] net: stmmac: implement clocks management

Message ID 20210225115050.23971-1-qiangqing.zhang@nxp.com (mailing list archive)
Headers show
Series net: stmmac: implement clocks management | expand

Message

Joakim Zhang Feb. 25, 2021, 11:50 a.m. UTC
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.

Joakim Zhang (3):
  net: stmmac: add clocks management for gmac driver
  net: stmmac: add platform level clocks management
  net: stmmac: 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 |  84 ++++++++++++--
 .../net/ethernet/stmicro/stmmac/stmmac_mdio.c | 105 ++++++++++++++----
 .../ethernet/stmicro/stmmac/stmmac_platform.c |  24 +++-
 include/linux/stmmac.h                        |   1 +
 6 files changed, 218 insertions(+), 57 deletions(-)

Comments

Joakim Zhang Feb. 26, 2021, 1:24 a.m. UTC | #1
Hi All,

There is an issue in this patch set version(V2), please stop reviewing. Sorry.
I will fix it, and then repost it after testing.

Best Regards,
Joakim Zhang

> -----Original Message-----
> From: Joakim Zhang <qiangqing.zhang@nxp.com>
> Sent: 2021年2月25日 19:51
> To: peppe.cavallaro@st.com; alexandre.torgue@st.com;
> joabreu@synopsys.com; davem@davemloft.net; kuba@kernel.org;
> f.fainelli@gmail.com; andrew@lunn.ch
> Cc: dl-linux-imx <linux-imx@nxp.com>; netdev@vger.kernel.org
> Subject: [RFC V2 net-next 0/3] net: stmmac: implement clocks management
> 
> 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.
> 
> Joakim Zhang (3):
>   net: stmmac: add clocks management for gmac driver
>   net: stmmac: add platform level clocks management
>   net: stmmac: 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 |  84
> ++++++++++++--  .../net/ethernet/stmicro/stmmac/stmmac_mdio.c | 105
> ++++++++++++++----  .../ethernet/stmicro/stmmac/stmmac_platform.c |  24
> +++-
>  include/linux/stmmac.h                        |   1 +
>  6 files changed, 218 insertions(+), 57 deletions(-)
> 
> --
> 2.17.1