aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac-platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-07net: ethernet: bgmac: Use devm_platform_ioremap_resource_bynameYang Yingliang1-14/+7
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-6/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-05net: broadcom: fix a mistake about ioremap resourceDejin Zheng1-9/+15
2020-04-21net: broadcom: convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-22/+11
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