aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ti/cpsw.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07net: Remove <common.h> and add needed includesTom Rini
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2022-12-22arm: ti814x: Remove remaining support codeTom Rini
2022-12-07net: cpsw: Remove non-DM_ETH codeTom Rini
2022-10-06net: ti: cpsw-mdio: Add workaround for errata i2329Ravi Gunasekaran
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek BehĂșn
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek BehĂșn
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
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-09-30net: ti: cpsw: Fix not calling dev_dbg with a deviceSean Anderson
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-06-16net: cpsw: Add __maybe_unused to generated inlinesTom Rini
2020-05-18common: Drop linux/bitops.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-12-03net: cpsw: Add NULL pointer checkFaiz Abbas
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-11-04net: ti: cpsw: convert to use dev/ofnode apiGrygorii Strashko
2019-11-03net: ti: cpsw: fix mac tx internal delay for rgmii-rxid modeGrygorii Strashko
2019-11-03net: ti: cpsw: add support for standard eth "max-speed" dt propertyGrygorii Strashko
2019-11-03net: ti: cpsw: move parsing of dt port's parameters in separate funcGrygorii Strashko
2019-11-03net: ti: cpsw: enable 10Mbps link speed support in rgmii modeGrygorii Strashko
2019-04-12board: ti: am335x: Add platdata for cpsw in SPLFaiz Abbas
2019-04-12net: ti: cpsw: Enable DM_FLAG_PRE_RELOCFaiz Abbas
2019-04-12net: ti: cpsw: Block off ofdata_to_platdata with OF_CONTROLFaiz Abbas
2019-04-12net: ti: cpsw-common: Isolate getting syscon address from assigning macidFaiz Abbas
2019-04-12net: ti: cpsw: Convert cpsw_platform_data to a pointer in cpsw_privFaiz Abbas
2019-04-12net: ti: cpsw: Move cpsw_phy_sel() to _probe()Faiz Abbas
2018-11-05driver: net: ti: cpsw: switch to use common mdio libGrygorii Strashko
2018-11-05driver: net: ti: cpsw: update to use SPDX identifierGrygorii Strashko
2018-11-05driver: net: consolidate ti's code in separate folderGrygorii Strashko