summaryrefslogtreecommitdiffstats
path: root/drivers/net/mt7628-eth.c
Commit message (Expand)AuthorAgeFilesLines
* 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