summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac-bcma.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: bgmac: enable master mode for BCM54210E and B50212E PHYsRafał Miłecki2017-10-121-1/+7
* net: ethernet: bgmac: Allow MAC address to be specified in DTBSteve Lin2017-03-161-16/+23
* net: ethernet: bgmac: unify code of the same familyJon Mason2017-03-061-36/+28
* net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser2017-02-171-1/+1
* net: bgmac: drop struct bcma_mdio we don't need anymoreRafał Miłecki2017-01-311-1/+1
* net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki2017-01-311-3/+1
* net: ethernet: bgmac: device tree phy enablementJon Mason2016-11-071-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+1
|\
| * net: bgmac: fix reversed check for MII registration errorRafał Miłecki2016-08-181-1/+1
* | net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki2016-08-181-1/+18
|/
* net: ethernet: bgmac: Add platform device supportJon Mason2016-07-091-0/+315