aboutsummaryrefslogtreecommitdiff
path: root/include/generic-phy.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-07phy: Add .set_mode and .set_speed callbacksMarek Vasut1-0/+77
2023-04-07phy: Fix kerneldoc alignmentMarek Vasut1-54/+54
2023-04-07phy: Add empty generic_phy_configure() implementation for PHY disabled caseMarek Vasut1-0/+5
2022-10-10phy: Add generic_{setup,shutdown}_phy() helpersPatrice Chotard1-0/+30
2022-04-22generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/Michal Simek1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-20/+20
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-02-10generic-phy: add configure opNeil Armstrong1-0/+23
2020-05-11phy: Use _nodev naming convention if non-device clientsJagan Teki1-2/+5
2020-05-11phy: Fix node description of phy_get_by_nodeJagan Teki1-1/+1
2020-05-02phy: Add API for a bulk of physChunfeng Yun1-0/+92
2020-04-20generic-phy: add generic_phy_get_by_node()Neil Armstrong1-0/+29
2019-10-31drivers: phy: Handle gracefully NULL pointersJean-Jacques Hiblot1-1/+1
2018-08-28phy: Fix warning due to missing definition of structureMarek Vasut1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-28dm: phy: add missing #ifdef CONFIG_PHYPatrice Chotard1-0/+42
2017-07-28drivers: phy: add generic_phy_valid() methodPatrice Chotard1-0/+11
2017-06-01dm: phy: Update uclass to support livetreeSimon Glass1-2/+1
2017-05-09drivers: phy: add generic PHY frameworkJean-Jacques Hiblot1-0/+224