aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/phy-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-14phy: Fix off-by-one error when parsing DT PHY bindingsMarek Vasut1-1/+1
2018-07-19phy: Be able to get phy from PHY providerPatrice Chotard1-2/+15
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-07-28drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() failsPatrice Chotard1-0/+1
2017-06-01dm: phy: Update uclass to support livetreeSimon Glass1-12/+9
2017-05-09drivers: phy: add generic PHY frameworkJean-Jacques Hiblot1-0/+139