summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-28net: phy: Set ANRESTART in setup_forcedAlexandre Messier1-1/+1
2016-01-28drivers/net/phy: introduce phy_set_supported()Alexey Brodkin1-0/+24
2016-01-28net: phy: genphy: Allow overwriting featuresSascha Hauer1-5/+5
2016-01-28net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli1-18/+29
2016-01-28net: phy: do not read configuration register on resetStefan Agner1-9/+2
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-19net: phy: Add support for Texas Instruments DP83867Edgar E. Iglesias1-0/+3
2015-10-29net: phy: Test previous phydev->dev against new mac devBin Meng1-1/+1
2015-10-29net: phy: Change to print all phys that are not foundBin Meng1-1/+8
2015-10-29net: phy: Don't create phy device when there is no phyBin Meng1-1/+2
2015-09-30net: phy: on phy device create do not initialize link to 1Mugunthan V N1-1/+1
2015-08-11net: phy: delay only if reset handler is registeredJörg Krause1-3/+5
2015-08-11net: phy: fix data type of phy_idJörg Krause1-1/+1