aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/phy-uclass.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07phy: Remove <common.h> and add needed includesTom Rini
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-13phy: Refactor generic_{setup, shutdown}_phy() to reduce complexityJonas Karlman
2023-09-13phy: Return success from generic_setup_phy() when phy is not foundJonas Karlman
2023-09-13phy: Fix generic_setup_phy() return value on power on failureJonas Karlman
2023-09-13phy: Set phy->dev to NULL when generic_phy_get_by_index_nodev() failsJonas Karlman
2023-09-13phy: Set phy->dev to NULL when generic_phy_get_by_name() failsJonas Karlman
2023-05-17phy: Keep balance of counts when ops is missingJonas Karlman
2023-05-17phy: add support for phy-supplyEugen Hristev
2023-04-07phy: Add .set_mode and .set_speed callbacksMarek Vasut
2022-10-10phy: Add generic_{setup,shutdown}_phy() helpersPatrice Chotard
2022-02-22phy: phy-uclass: check the parents for physAngus Ainslie
2022-01-14phy: Track power-on and init counts in uclassAlper Nebi Yasak
2022-01-13treewide: invaild -> invalidSean Anderson
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-02-10generic-phy: add configure opNeil Armstrong
2020-10-15phy: Include device_compat.hSean Anderson
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay
2020-09-08phy: generic: add error trace to detect PHY issue in uclassPatrick Delaunay
2020-05-25phy: Fix possible NULL pointer deferenceVignesh Raghavendra
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-11phy: Use _nodev naming convention if non-device clientsJagan Teki
2020-05-02phy: Add API for a bulk of physChunfeng Yun
2020-04-20generic-phy: add generic_phy_get_by_node()Neil Armstrong
2019-10-31drivers: phy: Handle gracefully NULL pointersJean-Jacques Hiblot
2018-08-14phy: Fix off-by-one error when parsing DT PHY bindingsMarek Vasut
2018-07-19phy: Be able to get phy from PHY providerPatrice Chotard
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-07-28drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() failsPatrice Chotard
2017-06-01dm: phy: Update uclass to support livetreeSimon Glass
2017-05-09drivers: phy: add generic PHY frameworkJean-Jacques Hiblot