|
|
@@ -214,7 +214,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
#include <linux/jhash.h>
|
|
|
#include <linux/bitfield.h>
|
|
|
#include <net/dsa.h>
|
|
|
-@@ -270,12 +272,8 @@ static const char * const mtk_clks_sourc
|
|
|
+@@ -261,12 +263,8 @@ static const char * const mtk_clks_sourc
|
|
|
"ethwarp_wocpu2",
|
|
|
"ethwarp_wocpu1",
|
|
|
"ethwarp_wocpu0",
|
|
|
@@ -227,7 +227,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
"top_eth_gmii_sel",
|
|
|
"top_eth_refck_50m_sel",
|
|
|
"top_eth_sys_200m_sel",
|
|
|
-@@ -518,6 +516,30 @@ static void mtk_setup_bridge_switch(stru
|
|
|
+@@ -509,6 +507,30 @@ static void mtk_setup_bridge_switch(stru
|
|
|
MTK_GSW_CFG);
|
|
|
}
|
|
|
|
|
|
@@ -258,7 +258,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
static struct phylink_pcs *mtk_mac_select_pcs(struct phylink_config *config,
|
|
|
phy_interface_t interface)
|
|
|
{
|
|
|
-@@ -526,6 +548,21 @@ static struct phylink_pcs *mtk_mac_selec
|
|
|
+@@ -517,6 +539,21 @@ static struct phylink_pcs *mtk_mac_selec
|
|
|
struct mtk_eth *eth = mac->hw;
|
|
|
unsigned int sid;
|
|
|
|
|
|
@@ -280,7 +280,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
if (interface == PHY_INTERFACE_MODE_SGMII ||
|
|
|
phy_interface_mode_is_8023z(interface)) {
|
|
|
sid = (MTK_HAS_CAPS(eth->soc->caps, MTK_SHARED_SGMII)) ?
|
|
|
-@@ -577,7 +614,22 @@ static void mtk_mac_config(struct phylin
|
|
|
+@@ -568,7 +605,22 @@ static void mtk_mac_config(struct phylin
|
|
|
goto init_err;
|
|
|
}
|
|
|
break;
|
|
|
@@ -303,7 +303,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
break;
|
|
|
default:
|
|
|
goto err_phy;
|
|
|
-@@ -624,8 +676,6 @@ static void mtk_mac_config(struct phylin
|
|
|
+@@ -615,8 +667,6 @@ static void mtk_mac_config(struct phylin
|
|
|
val &= ~SYSCFG0_GE_MODE(SYSCFG0_GE_MASK, mac->id);
|
|
|
val |= SYSCFG0_GE_MODE(ge_mode, mac->id);
|
|
|
regmap_write(eth->ethsys, ETHSYS_SYSCFG0, val);
|
|
|
@@ -312,7 +312,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
}
|
|
|
|
|
|
/* SGMII */
|
|
|
-@@ -642,21 +692,40 @@ static void mtk_mac_config(struct phylin
|
|
|
+@@ -633,21 +683,40 @@ static void mtk_mac_config(struct phylin
|
|
|
|
|
|
/* Save the syscfg0 value for mac_finish */
|
|
|
mac->syscfg0 = val;
|
|
|
@@ -360,7 +360,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
return;
|
|
|
|
|
|
err_phy:
|
|
|
-@@ -669,6 +738,18 @@ init_err:
|
|
|
+@@ -660,6 +729,18 @@ init_err:
|
|
|
mac->id, phy_modes(state->interface), err);
|
|
|
}
|
|
|
|
|
|
@@ -379,7 +379,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
static int mtk_mac_finish(struct phylink_config *config, unsigned int mode,
|
|
|
phy_interface_t interface)
|
|
|
{
|
|
|
-@@ -677,6 +758,10 @@ static int mtk_mac_finish(struct phylink
|
|
|
+@@ -668,6 +749,10 @@ static int mtk_mac_finish(struct phylink
|
|
|
struct mtk_eth *eth = mac->hw;
|
|
|
u32 mcr_cur, mcr_new;
|
|
|
|
|
|
@@ -390,7 +390,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
/* Enable SGMII */
|
|
|
if (interface == PHY_INTERFACE_MODE_SGMII ||
|
|
|
phy_interface_mode_is_8023z(interface))
|
|
|
-@@ -701,10 +786,14 @@ static void mtk_mac_link_down(struct phy
|
|
|
+@@ -692,10 +777,14 @@ static void mtk_mac_link_down(struct phy
|
|
|
{
|
|
|
struct mtk_mac *mac = container_of(config, struct mtk_mac,
|
|
|
phylink_config);
|
|
|
@@ -408,7 +408,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
}
|
|
|
|
|
|
static void mtk_set_queue_speed(struct mtk_eth *eth, unsigned int idx,
|
|
|
-@@ -776,13 +865,11 @@ static void mtk_set_queue_speed(struct m
|
|
|
+@@ -767,13 +856,11 @@ static void mtk_set_queue_speed(struct m
|
|
|
mtk_w32(eth, val, soc->reg_map->qdma.qtx_sch + ofs);
|
|
|
}
|
|
|
|
|
|
@@ -426,7 +426,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
u32 mcr;
|
|
|
|
|
|
mcr = mtk_r32(mac->hw, MTK_MAC_MCR(mac->id));
|
|
|
-@@ -816,9 +903,63 @@ static void mtk_mac_link_up(struct phyli
|
|
|
+@@ -807,9 +894,63 @@ static void mtk_mac_link_up(struct phyli
|
|
|
mtk_w32(mac->hw, mcr, MTK_MAC_MCR(mac->id));
|
|
|
}
|
|
|
|
|
|
@@ -490,9 +490,9 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
.mac_finish = mtk_mac_finish,
|
|
|
.mac_link_down = mtk_mac_link_down,
|
|
|
.mac_link_up = mtk_mac_link_up,
|
|
|
-@@ -3407,6 +3548,9 @@ static int mtk_open(struct net_device *d
|
|
|
-
|
|
|
- ppe_num = eth->soc->ppe_num;
|
|
|
+@@ -3403,6 +3544,9 @@ static int mtk_open(struct net_device *d
|
|
|
+ struct mtk_eth *eth = mac->hw;
|
|
|
+ int i, err;
|
|
|
|
|
|
+ if (mac->pextp)
|
|
|
+ phy_power_on(mac->pextp);
|
|
|
@@ -500,7 +500,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0);
|
|
|
if (err) {
|
|
|
netdev_err(dev, "%s: could not attach PHY: %d\n", __func__,
|
|
|
-@@ -3557,6 +3701,9 @@ static int mtk_stop(struct net_device *d
|
|
|
+@@ -3532,6 +3676,9 @@ static int mtk_stop(struct net_device *d
|
|
|
for (i = 0; i < ARRAY_SIZE(eth->ppe); i++)
|
|
|
mtk_ppe_stop(eth->ppe[i]);
|
|
|
|
|
|
@@ -510,7 +510,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-@@ -4554,6 +4701,7 @@ static const struct net_device_ops mtk_n
|
|
|
+@@ -4529,6 +4676,7 @@ static const struct net_device_ops mtk_n
|
|
|
static int mtk_add_mac(struct mtk_eth *eth, struct device_node *np)
|
|
|
{
|
|
|
const __be32 *_id = of_get_property(np, "reg", NULL);
|
|
|
@@ -518,7 +518,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
phy_interface_t phy_mode;
|
|
|
struct phylink *phylink;
|
|
|
struct mtk_mac *mac;
|
|
|
-@@ -4590,16 +4738,41 @@ static int mtk_add_mac(struct mtk_eth *e
|
|
|
+@@ -4565,16 +4713,41 @@ static int mtk_add_mac(struct mtk_eth *e
|
|
|
mac->id = id;
|
|
|
mac->hw = eth;
|
|
|
mac->of_node = np;
|
|
|
@@ -568,7 +568,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
}
|
|
|
|
|
|
memset(mac->hwlro_ip, 0, sizeof(mac->hwlro_ip));
|
|
|
-@@ -4682,8 +4855,21 @@ static int mtk_add_mac(struct mtk_eth *e
|
|
|
+@@ -4657,8 +4830,21 @@ static int mtk_add_mac(struct mtk_eth *e
|
|
|
phy_interface_zero(mac->phylink_config.supported_interfaces);
|
|
|
__set_bit(PHY_INTERFACE_MODE_INTERNAL,
|
|
|
mac->phylink_config.supported_interfaces);
|
|
|
@@ -590,7 +590,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
phylink = phylink_create(&mac->phylink_config,
|
|
|
of_fwnode_handle(mac->of_node),
|
|
|
phy_mode, &mtk_phylink_ops);
|
|
|
-@@ -4734,6 +4920,26 @@ free_netdev:
|
|
|
+@@ -4709,6 +4895,26 @@ free_netdev:
|
|
|
return err;
|
|
|
}
|
|
|
|
|
|
@@ -617,7 +617,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
void mtk_eth_set_dma_device(struct mtk_eth *eth, struct device *dma_dev)
|
|
|
{
|
|
|
struct net_device *dev, *tmp;
|
|
|
-@@ -4880,7 +5086,8 @@ static int mtk_probe(struct platform_dev
|
|
|
+@@ -4855,7 +5061,8 @@ static int mtk_probe(struct platform_dev
|
|
|
regmap_write(cci, 0, 3);
|
|
|
}
|
|
|
|
|
|
@@ -627,7 +627,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
err = mtk_sgmii_init(eth);
|
|
|
|
|
|
if (err)
|
|
|
-@@ -4991,6 +5198,24 @@ static int mtk_probe(struct platform_dev
|
|
|
+@@ -4966,6 +5173,24 @@ static int mtk_probe(struct platform_dev
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -652,7 +652,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
if (MTK_HAS_CAPS(eth->soc->caps, MTK_SHARED_INT)) {
|
|
|
err = devm_request_irq(eth->dev, eth->irq[0],
|
|
|
mtk_handle_irq, 0,
|
|
|
-@@ -5094,6 +5319,11 @@ static int mtk_remove(struct platform_de
|
|
|
+@@ -5068,6 +5293,11 @@ static int mtk_remove(struct platform_de
|
|
|
mtk_stop(eth->netdev[i]);
|
|
|
mac = netdev_priv(eth->netdev[i]);
|
|
|
phylink_disconnect_phy(mac->phylink);
|
|
|
@@ -893,7 +893,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
|
|
|
struct mtk_tx_dma_desc_info {
|
|
|
dma_addr_t addr;
|
|
|
-@@ -1324,6 +1381,9 @@ struct mtk_mac {
|
|
|
+@@ -1322,6 +1379,9 @@ struct mtk_mac {
|
|
|
struct device_node *of_node;
|
|
|
struct phylink *phylink;
|
|
|
struct phylink_config phylink_config;
|
|
|
@@ -903,7 +903,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
struct mtk_eth *hw;
|
|
|
struct mtk_hw_stats *hw_stats;
|
|
|
__be32 hwlro_ip[MTK_MAX_LRO_IP_CNT];
|
|
|
-@@ -1447,6 +1507,19 @@ static inline u32 mtk_get_ib2_multicast_
|
|
|
+@@ -1445,6 +1505,19 @@ static inline u32 mtk_get_ib2_multicast_
|
|
|
return MTK_FOE_IB2_MULTICAST;
|
|
|
}
|
|
|
|
|
|
@@ -923,7 +923,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
/* read the hardware status register */
|
|
|
void mtk_stats_update_mac(struct mtk_mac *mac);
|
|
|
|
|
|
-@@ -1455,8 +1528,10 @@ u32 mtk_r32(struct mtk_eth *eth, unsigne
|
|
|
+@@ -1453,8 +1526,10 @@ u32 mtk_r32(struct mtk_eth *eth, unsigne
|
|
|
u32 mtk_m32(struct mtk_eth *eth, u32 mask, u32 set, unsigned int reg);
|
|
|
|
|
|
int mtk_gmac_sgmii_path_setup(struct mtk_eth *eth, int mac_id);
|
|
|
@@ -932,5 +932,5 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
int mtk_gmac_rgmii_path_setup(struct mtk_eth *eth, int mac_id);
|
|
|
+int mtk_gmac_usxgmii_path_setup(struct mtk_eth *eth, int mac_id);
|
|
|
|
|
|
- int mtk_eth_offload_init(struct mtk_eth *eth, u8 id);
|
|
|
+ int mtk_eth_offload_init(struct mtk_eth *eth);
|
|
|
int mtk_eth_setup_tc(struct net_device *dev, enum tc_setup_type type,
|