summaryrefslogtreecommitdiff
path: root/drivers/phy/phy-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17phy: Keep balance of counts when ops is missingJonas Karlman1-41/+39
2023-05-17phy: add support for phy-supplyEugen Hristev1-11/+40
2023-04-07phy: Add .set_mode and .set_speed callbacksMarek Vasut1-0/+22
2022-10-10phy: Add generic_{setup,shutdown}_phy() helpersPatrice Chotard1-0/+42
2022-02-22phy: phy-uclass: check the parents for physAngus Ainslie1-6/+14
2022-01-14phy: Track power-on and init counts in uclassAlper Nebi Yasak1-0/+137
2022-01-13treewide: invaild -> invalidSean Anderson1-1/+1
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-02-10generic-phy: add configure opNeil Armstrong1-0/+11
2020-10-16phy: Include device_compat.hSean Anderson1-1/+1
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-1/+1
2020-09-08phy: generic: add error trace to detect PHY issue in uclassPatrick Delaunay1-5/+40
2020-05-25phy: Fix possible NULL pointer deferenceVignesh Raghavendra1-5/+5
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
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