summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-eth
AgeCommit message (Expand)AuthorLines
2019-03-18staging: remove mt7621-ethNeilBrown-4481/+0
2019-03-01staging: mt7621-eth: Remove license boilerplate textJules Irenge-9/+1
2019-03-01staging: mt7621-eth: Add SPDX license identifierJules Irenge-0/+1
2019-02-04staging: mt7621-eth/ethtool.c: Correction of SPDX license identifierCarlos Henrique Lima Melara-0/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-2/+1
2018-12-12staging: mt7621-eth: fix compile warning.NeilBrown-1/+1
2018-12-12staging: mt7621-eth: set correct dma mask.NeilBrown-3/+2
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+2
2018-09-14staging: remove unneeded static set .owner field in platform_driverzhong jiang-2/+0
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn-1/+1
2018-09-10staging: Convert to using %pOFn instead of device_node.nameRob Herring-2/+2
2018-08-01drivers/staging/mt7621-eth: Use dma_zalloc_coherent to replace dma_alloc_cohe...zhong jiang-2/+1
2018-06-28staging: mt7621-eth: Use eth_hw_addr_random()Kamal Heib-2/+1
2018-06-28staging: mt7621-eth: Fix memory leak in mtk_add_mac() error pathKamal Heib-3/+10
2018-05-15staging: mt7621-eth: Remove unused variableKamal Heib-4/+1
2018-05-14staging: mt7621-eth: Refactor ethtool statsKamal Heib-30/+48
2018-05-14staging: mt7621-eth: Fix quoted string split across linesKamal Heib-4/+4
2018-05-14staging: mt7621-eth: Fix line over 80 charactersKamal Heib-5/+10
2018-05-14staging: mt7621-eth: Prefer unsigned int to bare use of unsignedKamal Heib-8/+8
2018-05-08staging: mt7621-eth: Alignment should match open parenthesisKamal Heib-12/+12
2018-05-08staging: mt7621-eth: Add missing blank lines after declarationsKamal Heib-0/+3
2018-05-08staging: mt7621-eth: Remove unnecessary blank linesKamal Heib-4/+0
2018-05-08staging: mt7621-eth: Fix compilation errorKamal Heib-2/+1
2018-05-06staging: mt7621-eth: Lock is never unlocked.NeilBrown-0/+1
2018-04-23staging: mt7621-eth: Fix sparse warning in ethtool.cChris Coffey-0/+1
2018-03-22staging: mt7621-eth: fix spelling mistake: "devictree" -> "devicetree"Colin Ian King-1/+1
2018-03-22staging: mt7621-eth: fix return value check in mt7621_gsw_probe()Wei Yongjun-2/+2
2018-03-22staging: mt7621-eth: fix return value check in mtk_connect_phy_node()Wei Yongjun-2/+2
2018-03-22staging: mt7621-eth: fix return value check in mtk_probe()Wei Yongjun-2/+2
2018-03-19staging: mt7621-eth: mediatek: add Kconfig and MakefileJohn Crispin-0/+53
2018-03-19staging: mt7621-eth: add support for mt7621John Crispin-0/+163
2018-03-19staging: mt7621-eth: add mdio support for mt762X familyJohn Crispin-0/+175
2018-03-19staging: mt7621-eth: add gigabit switch driver (GSW)John Crispin-0/+576
2018-03-19staging: mt7621-eth: add the drivers core filesJohn Crispin-0/+3447
2018-03-19staging: mt7621-eth: Document ralink/mediatek SoC ethernet bindingJohn Crispin-0/+52