aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* phy: don't spam console if phys property is absent in device nodeRoger Quadros2024-12-181-1/+1
* phy: Extend generic_setup_phy() with PHY mode and submodeMarek Vasut2024-09-091-2/+11
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* phy: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+0
* tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon2023-11-101-1/+1
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-241-0/+1
* phy: Refactor generic_{setup, shutdown}_phy() to reduce complexityWIP/2023-09-13-phy-improvementsJonas Karlman2023-09-131-25/+16
* phy: Return success from generic_setup_phy() when phy is not foundJonas Karlman2023-09-131-2/+2
* phy: Fix generic_setup_phy() return value on power on failureJonas Karlman2023-09-131-1/+1
* phy: Set phy->dev to NULL when generic_phy_get_by_index_nodev() failsJonas Karlman2023-09-131-0/+1
* phy: Set phy->dev to NULL when generic_phy_get_by_name() failsJonas Karlman2023-09-131-0/+3
* phy: Keep balance of counts when ops is missingJonas Karlman2023-05-171-41/+39
* phy: add support for phy-supplyEugen Hristev2023-05-171-11/+40
* phy: Add .set_mode and .set_speed callbacksMarek Vasut2023-04-071-0/+22
* phy: Add generic_{setup,shutdown}_phy() helpersPatrice Chotard2022-10-101-0/+42
* phy: phy-uclass: check the parents for physAngus Ainslie2022-02-221-6/+14
* phy: Track power-on and init counts in uclassAlper Nebi Yasak2022-01-141-0/+137
* treewide: invaild -> invalidSean Anderson2022-01-131-1/+1
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* generic-phy: add configure opNeil Armstrong2021-02-101-0/+11
* phy: Include device_compat.hSean Anderson2020-10-151-1/+1
* dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-061-1/+1
* phy: generic: add error trace to detect PHY issue in uclassPatrick Delaunay2020-09-081-5/+40
* phy: Fix possible NULL pointer deferenceVignesh Raghavendra2020-05-251-5/+5
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* phy: Use _nodev naming convention if non-device clientsJagan Teki2020-05-111-2/+2
* phy: Add API for a bulk of physChunfeng Yun2020-05-021-0/+97
* generic-phy: add generic_phy_get_by_node()Neil Armstrong2020-04-201-5/+11
* drivers: phy: Handle gracefully NULL pointersJean-Jacques Hiblot2019-10-311-5/+25
* phy: Fix off-by-one error when parsing DT PHY bindingsMarek Vasut2018-08-141-1/+1
* phy: Be able to get phy from PHY providerPatrice Chotard2018-07-191-2/+15
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() failsPatrice Chotard2017-07-281-0/+1
* dm: phy: Update uclass to support livetreeSimon Glass2017-06-011-12/+9
* drivers: phy: add generic PHY frameworkJean-Jacques Hiblot2017-05-091-0/+139