aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac-platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2017-11-11net: ethernet: bgmac: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-07-15net: ethernet: bgmac: Make IDM register space optionalAbhishek Shah1-7/+12
2017-07-15net: ethernet: bgmac: Remove unnecessary 'return' from platform_bgmac_idm_writeAbhishek Shah1-1/+1
2017-03-06net: ethernet: bgmac: driver power manangementJoey Zhong1-0/+34
2017-03-03net: ethernet: bgmac: init sequence bugJon Mason1-9/+18
2017-02-17net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser1-1/+1
2017-01-31net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki1-1/+1
2016-11-07net: ethernet: bgmac: add NS2 supportJon Mason1-2/+54
2016-11-07net: ethernet: bgmac: device tree phy enablementJon Mason1-1/+21
2016-07-13net: ethernet: bgmac: Remove redundant dev_err call in bgmac_probe()Wei Yongjun1-6/+2
2016-07-11net: ethernet: bgmac: Fix return value check in bgmac_probe()Wei Yongjun1-1/+1
2016-07-09net: ethernet: bgmac: Add platform device supportJon Mason1-0/+189