aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/phy-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07phy: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-13phy: Refactor generic_{setup, shutdown}_phy() to reduce complexityWIP/2023-09-13-phy-improvementsJonas Karlman1-25/+16
2023-09-13phy: Return success from generic_setup_phy() when phy is not foundJonas Karlman1-2/+2
2023-09-13phy: Fix generic_setup_phy() return value on power on failureJonas Karlman1-1/+1
2023-09-13phy: Set phy->dev to NULL when generic_phy_get_by_index_nodev() failsJonas Karlman1-0/+1
2023-09-13phy: Set phy->dev to NULL when generic_phy_get_by_name() failsJonas Karlman1-0/+3
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-15phy: 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-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-11phy: 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-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