summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15net/phy: add YuTai Corp Ethernet PHYs(YT8511/YT8521) driverWalker Chen1-0/+3
2021-09-28net: phy: genphy_init can be staticVladimir Oltean1-1/+1
2021-07-06phy: add nxp tja1103 phy driverRadu Pirea (NXP OSS)1-0/+3
2021-04-29net: phy: xilinx: Break while loop over ethernet phyMichal Simek1-2/+2
2021-04-15net: phy: Simplify the logic of phy_connect_fixed()Bin Meng1-8/+8
2021-04-15net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng1-6/+0
2021-04-15net: phy: xilinx: Be compatible with live OF treeBin Meng1-13/+10
2021-04-15net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean1-6/+0
2021-04-15net: phy: fixed: Be compatible with live OF treeVladimir Oltean1-15/+15
2021-02-16net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean1-0/+31
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-27net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang1-0/+3
2020-09-24phy: make phy_connect_fixed work with a null mdio busVladimir Oltean1-2/+2
2020-06-12net: phy: add phyid search in vendor specific spaceFlorin Chiculita1-6/+16
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-03-10net: phy: Fix overlong PHY timeoutAndre Przywara1-1/+1
2020-03-10phy: Include NC-SI in phy setupSamuel Mendoza-Jonas1-0/+9
2019-12-09net: phy: Increase link up delay in genphy_update_link()Stefan Roese1-2/+2
2019-12-09net/phy: Fix phy_connect() for phy addr 0Priyanka Jain1-1/+1
2019-10-08net: phy: Add gmiitorgmii converter supportSiva Durga Prasad Paladugu1-0/+42
2019-10-08net: phy: Define init routine and register generic phy driverSiva Durga Prasad Paladugu1-0/+7
2019-07-19drivers: net: phy: Ignore PHY ID 0 during PHY probingAlex Marginean1-0/+11
2019-05-09net: phy: Fix return value check phy_probeSiva Durga Prasad Paladugu1-1/+4
2019-05-09net: phy: Reloc next and prev pointers inside phy_driversSiva Durga Prasad Paladugu1-0/+12
2019-05-07net: phy: Add generic helpers to access MMD PHY registersCarlo Caione1-0/+4
2019-04-08net: phy: implement fallback mechanism for negative phy adressesHannes Schmelzer1-1/+2
2019-01-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-5/+10
2019-01-24net: phy: Add clause 45 identifier to phy_devicePankaj Bansal1-5/+10
2019-01-24net: phy: Move fixed link code to separate routineSiva Durga Prasad Paladugu1-7/+27
2018-12-27phy: Fix u-boot coruption when fixed-phy is usedMichal Simek1-1/+2
2018-07-26net: phy: add ofnode node to struct phy_deviceGrygorii Strashko1-0/+4
2018-07-26net: phy: Clean up includes of common.hJoe Hershberger1-2/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-27phy: Fix style violationsMario Six1-37/+57
2018-01-15net: phy: Add Broadcom BCM53xx switch driverFlorian Fainelli1-0/+3
2017-11-17net: phy: Add Amlogic Meson GXL Internal PHY supportNeil Armstrong1-0/+3
2017-08-07net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 driversAlexandru Gagniuc1-2/+5
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-1/+1
2017-03-26drivers/net/phy: add fixed-phy / fixed-link supportHannes Schmelzer1-3/+20
2017-02-09net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541John Haechten1-0/+3
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-0/+3
2016-05-24net: phy: Add PHY driver for mv88e61xx switchesKevin Smith1-0/+3
2016-05-24phy: Wire return value from phy_config()Michal Simek1-3/+1
2016-05-24net: phy: Handle phy_startup() error codes properlyMichal Simek1-3/+6
2016-05-24phy: Return correct error code when timeout happensMichal Simek1-1/+1
2016-04-04phy: Add phy driver support for xilinx PCS/PMA coreSiva Durga Prasad Paladugu1-0/+3
2016-01-28net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie1-0/+3
2016-01-28net: phy: Use 'autoneg' flag from phydevAlexandre Messier1-2/+3