aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/mscc_eswitch/felix_switch.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-02drivers: net: Soft reset felix switch coreRadu Bulie1-1/+12
2021-11-23net: dsa: felix: configure the in-band autoneg property based on OF node infoVladimir Oltean1-6/+4
2021-09-28net: dsa: felix: check return code of mdio_alloc and mdio_registerVladimir Oltean1-1/+9
2021-09-28net: dsa: felix: ensure mii_bus->name is NULL terminated after MDIO_NAME_LEN ...Vladimir Oltean1-2/+2
2021-09-28net: dsa: felix: remove "xgmii" phy-modeVladimir Oltean1-1/+0
2021-09-28net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean1-2/+2
2021-09-28net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean1-1/+1
2021-09-28net: update NXP copyright textVladimir Oltean1-1/+1
2021-09-28net: dsa: felix: propagate the error code from phy_startup()Vladimir Oltean1-3/+1
2021-09-28net: dsa: felix: call phy_config at .port_probe() timeVladimir Oltean1-7/+15
2021-09-28net: dsa: felix: felix_init() can be staticVladimir Oltean1-1/+1
2021-02-16drivers: net: Add Felix DSA switch driverAlex Marginean1-0/+414