index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
mscc_eswitch
Age
Commit message (
Expand
)
Author
2022-12-07
net: Remove extraneous dependencies
Tom Rini
2022-09-29
dm: core: Drop ofnode_is_available()
Simon Glass
2022-05-03
pci: Add mask parameter to dm_pci_map_bar()
Andrew Scull
2022-05-03
pci: Map bars with offset and length
Andrew Scull
2022-04-10
treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA
Marek BehĂșn
2021-12-02
drivers: net: Soft reset felix switch core
Radu Bulie
2021-11-23
net: dsa: felix: configure the in-band autoneg property based on OF node info
Vladimir Oltean
2021-09-28
net: dsa: felix: check return code of mdio_alloc and mdio_register
Vladimir Oltean
2021-09-28
net: dsa: felix: ensure mii_bus->name is NULL terminated after MDIO_NAME_LEN ...
Vladimir Oltean
2021-09-28
net: dsa: felix: remove "xgmii" phy-mode
Vladimir Oltean
2021-09-28
net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"
Vladimir Oltean
2021-09-28
net: replace the "xfi" phy-mode with "10gbase-r"
Vladimir Oltean
2021-09-28
net: update NXP copyright text
Vladimir Oltean
2021-09-28
net: dsa: felix: propagate the error code from phy_startup()
Vladimir Oltean
2021-09-28
net: dsa: felix: call phy_config at .port_probe() time
Vladimir Oltean
2021-09-28
net: dsa: felix: felix_init() can be static
Vladimir Oltean
2021-09-13
pci: Drop DM_PCI
Simon Glass
2021-06-05
net: luton: remove address translation after ofnode_read_resource
Patrick Delaunay
2021-04-29
dm: core: Add address translation in fdt_get_resource
Patrick Delaunay
2021-04-22
net: jr2: Fix Serdes6G configuration
Horatiu Vultur
2021-04-22
net: jr2: Reset switch
Horatiu Vultur
2021-02-16
drivers: net: Add Felix DSA switch driver
Alex Marginean
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-07-15
net: mscc: refactor mscc_miim
Horatiu Vultur
2019-07-15
net: mscc: serval: Remove delay when serdes is configured
Horatiu Vultur
2019-05-03
net: mscc: luton: Update network driver for pcb90
Horatiu Vultur
2019-05-03
net: mscc: ocelot: Update network driver for pcb120
Horatiu Vultur
2019-05-03
net: Add MSCC Serval network driver.
Horatiu Vultur
2019-04-12
net: Add MSCC ServalT network driver.
Horatiu Vultur
2019-04-12
net: Add MSCC Jaguar2 network driver.
Horatiu Vultur
2019-04-12
net: mscc: ocelot: Fix reset of the phys
Horatiu Vultur
2019-02-01
net: Add MSCC Luton networkd driver.
Horatiu Vultur
2019-02-01
net: mscc: Remove unused variables
Horatiu Vultur
2019-02-01
net: mscc: Move mac_table_add function into different file.
Horatiu Vultur
2019-02-01
net: mscc: Move ocelot_send and ocelot_recv in a different file.
Horatiu Vultur
2019-02-01
net: mscc: Move miim commands into separate file.
Horatiu Vultur
2019-02-01
net: mscc: Move ocelot_switch to mscc_eswitch folder
Horatiu Vultur