[PATCH 5/7] net: dwc_eth_qos_rockchip: Add support for RK3588

2023-08-06 Thread Jonas Karlman
Add rk_gmac_ops and other special handling that is needed for GMAC to work on RK3588. rk_gmac_ops was ported from linux commits: 2f2b60a0ec28 ("net: ethernet: stmmac: dwmac-rk: Add gmac support for rk3588") 88619e77b33d ("net: stmmac: rk3588: Allow multiple gmac controller") Signed-off-by: Jonas

Re: [PATCH 5/7] net: dwc_eth_qos_rockchip: Add support for RK3588

2023-09-26 Thread Kever Yang
On 2023/8/7 08:08, Jonas Karlman wrote: Add rk_gmac_ops and other special handling that is needed for GMAC to work on RK3588. rk_gmac_ops was ported from linux commits: 2f2b60a0ec28 ("net: ethernet: stmmac: dwmac-rk: Add gmac support for rk3588") 88619e77b33d ("net: stmmac: rk3588: Allow multi

Re: [PATCH 5/7] net: dwc_eth_qos_rockchip: Add support for RK3588

2023-10-01 Thread Sebastian Reichel
Hi, On Wed, Sep 27, 2023 at 11:01:10AM +0800, Kever Yang wrote: > On 2023/8/7 08:08, Jonas Karlman wrote: > > Add rk_gmac_ops and other special handling that is needed for GMAC to > > work on RK3588. > > > > rk_gmac_ops was ported from linux commits: > > 2f2b60a0ec28 ("net: ethernet: stmmac: dwma

Re: [PATCH 5/7] net: dwc_eth_qos_rockchip: Add support for RK3588

2023-10-06 Thread Tom Fitzhenry
Tested to work (DHCP, ping) on RK3588 QuartzPro64 (DTS coming soon!), thanks! Tested-by: Tom Fitzhenry