summaryrefslogtreecommitdiff
path: root/net/mdio-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-15net: phy: fixed: Be compatible with live OF treeVladimir Oltean1-2/+4
2021-04-15dm: mdio: Use ofnode_phy_is_fixed_link() APIBin Meng1-1/+2
2021-02-22mdio-uclass.c: support fixed-link subnodesRasmus Villemoes1-0/+7
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-4/+4
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-09-30net: mdio: Fix not calling dev_dbg with a deviceSean Anderson1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+3
2019-12-09net: mdio-uclass: add dm_eth_phy_connect helper functionAlex Marginean1-0/+90
2019-12-09net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarityAlex Marginean1-5/+5
2019-09-04net: mdio-uclass: name MDIO according to device-name property if presetAlex Marginean1-0/+11
2019-09-04net: Fix Covarity Defect 244093Joe Hershberger1-1/+1
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean1-0/+115