summaryrefslogtreecommitdiff
path: root/drivers/net/mscc_eswitch
AgeCommit message (Expand)AuthorFilesLines
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2022-05-04pci: Add mask parameter to dm_pci_map_bar()Andrew Scull1-2/+2
2022-05-03pci: Map bars with offset and lengthAndrew Scull1-2/+2
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek BehĂșn5-5/+5
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-09-14pci: Drop DM_PCISimon Glass1-1/+1
2021-06-05net: luton: remove address translation after ofnode_read_resourcePatrick Delaunay1-4/+1
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay4-12/+4
2021-04-22net: jr2: Fix Serdes6G configurationHoratiu Vultur1-4/+23
2021-04-22net: jr2: Reset switchHoratiu Vultur1-1/+15
2021-02-16drivers: net: Add Felix DSA switch driverAlex Marginean3-0/+423
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass5-10/+10
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass5-5/+5
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass5-10/+10
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass8-0/+8
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass5-0/+5
2019-07-15net: mscc: refactor mscc_miimHoratiu Vultur8-516/+63
2019-07-15net: mscc: serval: Remove delay when serdes is configuredHoratiu Vultur1-2/+0
2019-05-03net: mscc: luton: Update network driver for pcb90Horatiu Vultur2-159/+258
2019-05-03net: mscc: ocelot: Update network driver for pcb120Horatiu Vultur2-99/+337
2019-05-03net: Add MSCC Serval network driver.Horatiu Vultur3-0/+711
2019-04-12net: Add MSCC ServalT network driver.Horatiu Vultur3-0/+630
2019-04-12net: Add MSCC Jaguar2 network driver.Horatiu Vultur3-0/+1083
2019-04-12net: mscc: ocelot: Fix reset of the physHoratiu Vultur1-17/+10
2019-02-01net: Add MSCC Luton networkd driver.Horatiu Vultur3-0/+744
2019-02-01net: mscc: Remove unused variablesHoratiu Vultur1-13/+1
2019-02-01net: mscc: Move mac_table_add function into different file.Horatiu Vultur4-78/+107
2019-02-01net: mscc: Move ocelot_send and ocelot_recv in a different file.Horatiu Vultur4-116/+175
2019-02-01net: mscc: Move miim commands into separate file.Horatiu Vultur4-71/+88
2019-02-01net: mscc: Move ocelot_switch to mscc_eswitch folderHoratiu Vultur3-0/+777