Gentle Ping... Best Regards, Joakim Zhang
> -----Original Message----- > From: Joakim Zhang <qiangqing.zh...@nxp.com> > Sent: 2021年1月12日 19:34 > To: peppe.cavall...@st.com; alexandre.tor...@st.com; > joab...@synopsys.com; da...@davemloft.net; k...@kernel.org > Cc: netdev@vger.kernel.org; dl-linux-imx <linux-...@nxp.com>; > and...@lunn.ch; f.faine...@gmail.com > Subject: [PATCH V2 net 0/6] ethernet: fixes for stmmac driver > > Fixes for stmmac driver. > > --- > ChangeLogs: > V1->V2: > * subject prefix: ethernet: stmmac: -> net: stmmac: > * use dma_addr_t instead of unsigned int for physical address > * use cpu_to_le32() > > Joakim Zhang (6): > net: stmmac: remove redundant null check for ptp clock > net: stmmac: stop each tx channel independently > net: stmmac: fix watchdog timeout during suspend/resume stress test > net: stmmac: fix dma physical address of descriptor when display ring > net: stmmac: fix wrongly set buffer2 valid when sph unsupport > net: stmmac: re-init rx buffers when mac resume back > > .../ethernet/stmicro/stmmac/dwmac4_descs.c | 16 +- > .../net/ethernet/stmicro/stmmac/dwmac4_lib.c | 4 - > .../ethernet/stmicro/stmmac/dwxgmac2_descs.c | 2 +- > .../net/ethernet/stmicro/stmmac/enh_desc.c | 7 +- > drivers/net/ethernet/stmicro/stmmac/hwif.h | 5 +- > .../net/ethernet/stmicro/stmmac/norm_desc.c | 7 +- > .../net/ethernet/stmicro/stmmac/stmmac_main.c | 140 +++++++++++++++--- > 7 files changed, 139 insertions(+), 42 deletions(-) > > -- > 2.17.1