aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-12net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driverMichael Trimarchi1-0/+3
2022-04-12net: phy: Add phy_modify() accessorAriel D'Alessandro1-0/+20
2022-04-12phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specificAriel D'Alessandro1-1/+1
2022-04-05net: phy: Fix rgmii-id phy reset timeout issueT Karthik Reddy1-1/+1
2022-03-25Convert CONFIG_PHY_RESET_DELAY to KconfigTom Rini1-1/+1
2022-03-09net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek1-0/+5
2022-03-09net: phy: Remove static return type for phy_device_create()Michal Simek1-3/+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-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-03-09net: phy: Fix overlong PHY timeoutAndre Przywara1-1/+1
2020-03-09phy: 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-18drivers: net: phy: Ignore PHY ID 0 during PHY probingAlex Marginean1-0/+11
2019-05-08net: phy: Fix return value check phy_probeSiva Durga Prasad Paladugu1-1/+4
2019-05-08net: 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-07net: 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-26phy: 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-26phy: 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-08net: 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