aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-eth (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-15staging: mt7621-eth: Remove unused variableKamal Heib1-4/+1
2018-05-14staging: mt7621-eth: Refactor ethtool statsKamal Heib2-30/+48
2018-05-14staging: mt7621-eth: Fix quoted string split across linesKamal Heib1-4/+4
2018-05-14staging: mt7621-eth: Fix line over 80 charactersKamal Heib4-5/+10
2018-05-14staging: mt7621-eth: Prefer unsigned int to bare use of unsignedKamal Heib4-8/+8
2018-05-08staging: mt7621-eth: Alignment should match open parenthesisKamal Heib1-12/+12
2018-05-08staging: mt7621-eth: Add missing blank lines after declarationsKamal Heib2-0/+3
2018-05-08staging: mt7621-eth: Remove unnecessary blank linesKamal Heib3-4/+0
2018-05-08staging: mt7621-eth: Fix compilation errorKamal Heib1-2/+1
2018-05-06staging: mt7621-eth: Lock is never unlocked.NeilBrown1-0/+1
2018-04-23staging: mt7621-eth: Fix sparse warning in ethtool.cChris Coffey1-0/+1
2018-03-22staging: mt7621-eth: fix spelling mistake: "devictree" -> "devicetree"Colin Ian King1-1/+1
2018-03-22staging: mt7621-eth: fix return value check in mt7621_gsw_probe()Wei Yongjun1-2/+2
2018-03-22staging: mt7621-eth: fix return value check in mtk_connect_phy_node()Wei Yongjun1-2/+2
2018-03-22staging: mt7621-eth: fix return value check in mtk_probe()Wei Yongjun1-2/+2
2018-03-19staging: mt7621-eth: mediatek: add Kconfig and MakefileJohn Crispin2-0/+53
2018-03-19staging: mt7621-eth: add support for mt7621John Crispin2-0/+163
2018-03-19staging: mt7621-eth: add mdio support for mt762X familyJohn Crispin2-0/+175
2018-03-19staging: mt7621-eth: add gigabit switch driver (GSW)John Crispin3-0/+576
2018-03-19staging: mt7621-eth: add the drivers core filesJohn Crispin7-0/+3447
2018-03-19staging: mt7621-eth: Document ralink/mediatek SoC ethernet bindingJohn Crispin2-0/+52