summaryrefslogtreecommitdiff
path: root/drivers/net/mscc_eswitch
AgeCommit message (Expand)Author
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek BehĂșn
2021-12-02drivers: net: Soft reset felix switch coreRadu Bulie
2021-11-23net: dsa: felix: configure the in-band autoneg property based on OF node infoVladimir Oltean
2021-09-28net: dsa: felix: check return code of mdio_alloc and mdio_registerVladimir Oltean
2021-09-28net: dsa: felix: ensure mii_bus->name is NULL terminated after MDIO_NAME_LEN ...Vladimir Oltean
2021-09-28net: dsa: felix: remove "xgmii" phy-modeVladimir Oltean
2021-09-28net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean
2021-09-28net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean
2021-09-28net: update NXP copyright textVladimir Oltean
2021-09-28net: dsa: felix: propagate the error code from phy_startup()Vladimir Oltean
2021-09-28net: dsa: felix: call phy_config at .port_probe() timeVladimir Oltean
2021-09-28net: dsa: felix: felix_init() can be staticVladimir Oltean
2021-09-13pci: Drop DM_PCISimon Glass
2021-06-05net: luton: remove address translation after ofnode_read_resourcePatrick Delaunay
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay
2021-04-22net: jr2: Fix Serdes6G configurationHoratiu Vultur
2021-04-22net: jr2: Reset switchHoratiu Vultur
2021-02-16drivers: net: Add Felix DSA switch driverAlex Marginean
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-07-15net: mscc: refactor mscc_miimHoratiu Vultur
2019-07-15net: mscc: serval: Remove delay when serdes is configuredHoratiu Vultur
2019-05-03net: mscc: luton: Update network driver for pcb90Horatiu Vultur
2019-05-03net: mscc: ocelot: Update network driver for pcb120Horatiu Vultur
2019-05-03net: Add MSCC Serval network driver.Horatiu Vultur
2019-04-12net: Add MSCC ServalT network driver.Horatiu Vultur
2019-04-12net: Add MSCC Jaguar2 network driver.Horatiu Vultur
2019-04-12net: mscc: ocelot: Fix reset of the physHoratiu Vultur
2019-02-01net: Add MSCC Luton networkd driver.Horatiu Vultur
2019-02-01net: mscc: Remove unused variablesHoratiu Vultur
2019-02-01net: mscc: Move mac_table_add function into different file.Horatiu Vultur
2019-02-01net: mscc: Move ocelot_send and ocelot_recv in a different file.Horatiu Vultur
2019-02-01net: mscc: Move miim commands into separate file.Horatiu Vultur
2019-02-01net: mscc: Move ocelot_switch to mscc_eswitch folderHoratiu Vultur