aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mt7628-eth.c
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* net: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+0
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-241-0/+1
* global: Finish CONFIG -> CFG migrationTom Rini2023-01-201-6/+6
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* net: mt7628-eth: add support to isolate LAN/WAN portsWeijie Gao2019-10-251-0/+32
* net: mt7628-eth: free rx descriptor on receiving failureWeijie Gao2019-10-251-0/+3
* net: mt7628-eth: make phy link up detection optional via DTWeijie Gao2019-10-251-29/+30
* net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy resetWeijie Gao2019-10-251-37/+8
* net: Add MT7628 ethernet driverStefan Roese2018-11-051-0/+644