aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-eth/mtk_eth_soc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+1
2018-12-12staging: mt7621-eth: set correct dma mask.NeilBrown1-3/+2
2018-09-14staging: remove unneeded static set .owner field in platform_driverzhong jiang1-1/+0
2018-08-01drivers/staging/mt7621-eth: Use dma_zalloc_coherent to replace dma_alloc_coherent+memsetzhong jiang1-2/+1
2018-06-28staging: mt7621-eth: Use eth_hw_addr_random()Kamal Heib1-2/+1
2018-06-28staging: mt7621-eth: Fix memory leak in mtk_add_mac() error pathKamal Heib1-3/+10
2018-05-15staging: mt7621-eth: Remove unused variableKamal Heib1-4/+1
2018-05-14staging: mt7621-eth: Fix quoted string split across linesKamal Heib1-4/+4
2018-05-14staging: mt7621-eth: Prefer unsigned int to bare use of unsignedKamal Heib1-2/+2
2018-05-08staging: mt7621-eth: Alignment should match open parenthesisKamal Heib1-12/+12
2018-05-08staging: mt7621-eth: Fix compilation errorKamal Heib1-2/+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 mtk_probe()Wei Yongjun1-2/+2
2018-03-19staging: mt7621-eth: add the drivers core filesJohn Crispin1-0/+2178