summaryrefslogtreecommitdiff
path: root/drivers/phy/phy-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* 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