summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-eth
Commit message (Expand)AuthorAgeFilesLines
* drivers/staging/mt7621-eth: Use dma_zalloc_coherent to replace dma_alloc_cohe...zhong jiang2018-08-011-2/+1Star
* staging: mt7621-eth: Use eth_hw_addr_random()Kamal Heib2018-06-281-2/+1Star
* staging: mt7621-eth: Fix memory leak in mtk_add_mac() error pathKamal Heib2018-06-281-3/+10
* staging: mt7621-eth: Remove unused variableKamal Heib2018-05-151-4/+1Star
* staging: mt7621-eth: Refactor ethtool statsKamal Heib2018-05-142-30/+48
* staging: mt7621-eth: Fix quoted string split across linesKamal Heib2018-05-141-4/+4
* staging: mt7621-eth: Fix line over 80 charactersKamal Heib2018-05-144-5/+10
* staging: mt7621-eth: Prefer unsigned int to bare use of unsignedKamal Heib2018-05-144-8/+8
* staging: mt7621-eth: Alignment should match open parenthesisKamal Heib2018-05-081-12/+12
* staging: mt7621-eth: Add missing blank lines after declarationsKamal Heib2018-05-082-0/+3
* staging: mt7621-eth: Remove unnecessary blank linesKamal Heib2018-05-083-4/+0Star
* staging: mt7621-eth: Fix compilation errorKamal Heib2018-05-081-2/+1Star
* staging: mt7621-eth: Lock is never unlocked.NeilBrown2018-05-071-0/+1
* staging: mt7621-eth: Fix sparse warning in ethtool.cChris Coffey2018-04-231-0/+1
* staging: mt7621-eth: fix spelling mistake: "devictree" -> "devicetree"Colin Ian King2018-03-221-1/+1
* staging: mt7621-eth: fix return value check in mt7621_gsw_probe()Wei Yongjun2018-03-221-2/+2
* staging: mt7621-eth: fix return value check in mtk_connect_phy_node()Wei Yongjun2018-03-221-2/+2
* staging: mt7621-eth: fix return value check in mtk_probe()Wei Yongjun2018-03-221-2/+2
* staging: mt7621-eth: mediatek: add Kconfig and MakefileJohn Crispin2018-03-192-0/+53
* staging: mt7621-eth: add support for mt7621John Crispin2018-03-192-0/+163
* staging: mt7621-eth: add mdio support for mt762X familyJohn Crispin2018-03-192-0/+175
* staging: mt7621-eth: add gigabit switch driver (GSW)John Crispin2018-03-193-0/+576
* staging: mt7621-eth: add the drivers core filesJohn Crispin2018-03-197-0/+3447
* staging: mt7621-eth: Document ralink/mediatek SoC ethernet bindingJohn Crispin2018-03-192-0/+52