Age | Commit message (Expand) | Author | Files | Lines |
2022-02-17 | Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname" | Jonas Gorski | 1 | -7/+16 |
2021-10-07 | ethernet: use of_get_ethdev_address() | Jakub Kicinski | 1 | -1/+1 |
2021-09-27 | net: bgmac-platform: handle mac-address deferral | Matthew Hagan | 1 | -0/+3 |
2021-06-08 | net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname | Yang Yingliang | 1 | -14/+7 |
2021-04-14 | of: net: pass the dst buffer to of_get_mac_address() | Michael Walle | 1 | -6/+5 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-05-05 | net: broadcom: fix a mistake about ioremap resource | Dejin Zheng | 1 | -9/+15 |
2020-04-22 | net: broadcom: convert to devm_platform_ioremap_resource_byname() | Dejin Zheng | 1 | -22/+11 |
2019-07-31 | net: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
2019-05-07 | net: ethernet: support of_get_mac_address new ERR_PTR error | Petr Štetiar | 1 | -1/+1 |
2017-11-11 | net: ethernet: bgmac: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2017-07-16 | net: ethernet: bgmac: Make IDM register space optional | Abhishek Shah | 1 | -7/+12 |
2017-07-16 | net: ethernet: bgmac: Remove unnecessary 'return' from platform_bgmac_idm_write | Abhishek Shah | 1 | -1/+1 |
2017-03-07 | net: ethernet: bgmac: driver power manangement | Joey Zhong | 1 | -0/+34 |
2017-03-03 | net: ethernet: bgmac: init sequence bug | Jon Mason | 1 | -9/+18 |
2017-02-17 | net: bgmac: store MAC address directly in netdev->dev_addr | Tobias Klauser | 1 | -1/+1 |
2017-01-31 | net: bgmac: allocate struct bgmac just once & don't copy it | Rafał Miłecki | 1 | -1/+1 |
2016-11-07 | net: ethernet: bgmac: add NS2 support | Jon Mason | 1 | -2/+54 |
2016-11-07 | net: ethernet: bgmac: device tree phy enablement | Jon Mason | 1 | -1/+21 |
2016-07-14 | net: ethernet: bgmac: Remove redundant dev_err call in bgmac_probe() | Wei Yongjun | 1 | -6/+2 |
2016-07-12 | net: ethernet: bgmac: Fix return value check in bgmac_probe() | Wei Yongjun | 1 | -1/+1 |
2016-07-10 | net: ethernet: bgmac: Add platform device support | Jon Mason | 1 | -0/+189 |