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