summaryrefslogtreecommitdiff
path: root/drivers/phy/phy-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-10phy: Use _nodev naming convention if non-device clientsJagan Teki1-2/+2
2020-05-02phy: Add API for a bulk of physChunfeng Yun1-0/+97
2020-04-20generic-phy: add generic_phy_get_by_node()Neil Armstrong1-5/+11
2019-10-31drivers: phy: Handle gracefully NULL pointersJean-Jacques Hiblot1-5/+25
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-29drivers: 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