summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* net: phy: Fix overlong PHY timeoutAndre Przywara2020-03-091-1/+1
* phy: Include NC-SI in phy setupSamuel Mendoza-Jonas2020-03-091-0/+9
* net: phy: Increase link up delay in genphy_update_link()Stefan Roese2019-12-091-2/+2
* net/phy: Fix phy_connect() for phy addr 0Priyanka Jain2019-12-091-1/+1
* net: phy: Add gmiitorgmii converter supportSiva Durga Prasad Paladugu2019-10-081-0/+42
* net: phy: Define init routine and register generic phy driverSiva Durga Prasad Paladugu2019-10-081-0/+7
* drivers: net: phy: Ignore PHY ID 0 during PHY probingAlex Marginean2019-07-181-0/+11
* net: phy: Fix return value check phy_probeSiva Durga Prasad Paladugu2019-05-081-1/+4
* net: phy: Reloc next and prev pointers inside phy_driversSiva Durga Prasad Paladugu2019-05-081-0/+12
* net: phy: Add generic helpers to access MMD PHY registersCarlo Caione2019-05-071-0/+4
* net: phy: implement fallback mechanism for negative phy adressesHannes Schmelzer2019-04-071-1/+2
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2019-01-241-5/+10
|\
| * net: phy: Add clause 45 identifier to phy_devicePankaj Bansal2019-01-241-5/+10
* | net: phy: Move fixed link code to separate routineSiva Durga Prasad Paladugu2019-01-241-7/+27
|/
* phy: Fix u-boot coruption when fixed-phy is usedMichal Simek2018-12-261-1/+2
* net: phy: add ofnode node to struct phy_deviceGrygorii Strashko2018-07-261-0/+4
* net: phy: Clean up includes of common.hJoe Hershberger2018-07-261-2/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* phy: Fix style violationsMario Six2018-02-261-37/+57
* net: phy: Add Broadcom BCM53xx switch driverFlorian Fainelli2018-01-151-0/+3
* net: phy: Add Amlogic Meson GXL Internal PHY supportNeil Armstrong2017-11-171-0/+3
* net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 driversAlexandru Gagniuc2017-08-071-2/+5
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-1/+1
* drivers/net/phy: add fixed-phy / fixed-link supportHannes Schmelzer2017-03-261-3/+20
* net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541John Haechten2017-02-081-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-05-241-0/+3
|\
| * net: phy: Add PHY driver for mv88e61xx switchesKevin Smith2016-05-241-0/+3
* | phy: Wire return value from phy_config()Michal Simek2016-05-241-3/+1
* | net: phy: Handle phy_startup() error codes properlyMichal Simek2016-05-241-3/+6
* | phy: Return correct error code when timeout happensMichal Simek2016-05-241-1/+1
|/
* phy: Add phy driver support for xilinx PCS/PMA coreSiva Durga Prasad Paladugu2016-04-041-0/+3
* net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie2016-01-281-0/+3
* net: phy: Use 'autoneg' flag from phydevAlexandre Messier2016-01-281-2/+3
* net: phy: Set ANRESTART in setup_forcedAlexandre Messier2016-01-281-1/+1
* drivers/net/phy: introduce phy_set_supported()Alexey Brodkin2016-01-281-0/+24
* net: phy: genphy: Allow overwriting featuresSascha Hauer2016-01-281-5/+5
* net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli2016-01-281-18/+29
* net: phy: do not read configuration register on resetStefan Agner2016-01-281-9/+2
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* net: phy: Add support for Texas Instruments DP83867Edgar E. Iglesias2015-11-191-0/+3
* net: phy: Test previous phydev->dev against new mac devBin Meng2015-10-291-1/+1
* net: phy: Change to print all phys that are not foundBin Meng2015-10-291-1/+8
* net: phy: Don't create phy device when there is no phyBin Meng2015-10-291-1/+2
* net: phy: on phy device create do not initialize link to 1Mugunthan V N2015-09-291-1/+1
* net: phy: delay only if reset handler is registeredJörg Krause2015-08-111-3/+5
* net: phy: fix data type of phy_idJörg Krause2015-08-111-1/+1
* net: phy: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-05-191-0/+16
* net/phy: fixup for get_phy_idShengzhou Liu2015-04-201-1/+1
* dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass2015-04-181-0/+22