aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-16net: phy: Fix "link partner" information disappear issueYonglong Liu1-1/+10
2019-10-04net: phy: extract link partner advertisement readingRussell King1-25/+40
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+11
2019-08-17net: phy: remove genphy_config_initHeiner Kallweit1-51/+0
2019-08-15net: phy: read MII_CTRL1000 in genphy_read_status only if neededHeiner Kallweit1-5/+6
2019-08-13net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit1-1/+11
2019-08-11net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit1-15/+12
2019-08-11net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t functionsHeiner Kallweit1-16/+6
2019-08-02net: phy: fix race in genphy_update_linkHeiner Kallweit1-0/+6
2019-07-12net: phy: make exported variables non-staticDenis Efremov1-3/+3
2019-06-14net: phy: Add more 1000BaseX support detectionRobert Hancock1-0/+2
2019-06-06net: phy: Add detection of 1000BaseX link mode supportRobert Hancock1-0/+3
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit1-1/+1
2019-05-29net: phy: Add phy_standalone sysfs entryIoana Ciornei1-0/+22
2019-05-29net: phy: Check against net_device being NULLIoana Ciornei1-0/+6
2019-05-29net: phy: Guard against the presence of a netdevIoana Ciornei1-10/+23
2019-05-29net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean1-17/+26
2019-05-22net: phy: Make phy_basic_t1_features use base100t1.Andrew Lunn1-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2019-05-05net: phy: fix phy_validate_pauseHeiner Kallweit1-4/+7
2019-05-04net: phy: improve pause handlingHeiner Kallweit1-7/+29
2019-04-28net: phy: avoid unneeded MDIO reads in genphy_read_statusHeiner Kallweit1-1/+5
2019-04-26net: phy: improve genphy_soft_resetHeiner Kallweit1-2/+14
2019-04-18net: phy: don't set autoneg if it's not supportedHeiner Kallweit1-0/+4
2019-04-08net: phy: fix setting autoneg_complete in genphy_update_linkHeiner Kallweit1-6/+4
2019-04-08net: phy: replace genphy_10g_driver with genphy_c45_driverHeiner Kallweit1-8/+8
2019-04-08net: phy: improve link partner capability detectionHeiner Kallweit1-4/+8
2019-04-04net: phy: allow a PHY driver to define neither features nor get_featuresHeiner Kallweit1-7/+12
2019-04-03net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit1-5/+3
2019-04-02net: phy: use genphy_read_abilities in genphy driverHeiner Kallweit1-2/+1
2019-04-02net: phy: add genphy_read_abilitiesHeiner Kallweit1-0/+48
2019-04-01net: phy: improve genphy_read_statusHeiner Kallweit1-15/+8
2019-03-25net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit1-1/+1
2019-02-21net: phy: export genphy_config_eee_advertHeiner Kallweit1-1/+2
2019-02-21net: phy: don't use 10BaseT/half as default in genphy_read_statusHeiner Kallweit1-2/+2
2019-02-21net: phy: remove orphaned register read in genphy_read_statusHeiner Kallweit1-4/+0
2019-02-17net: phy: use phy_resolve_aneg_linkmode in genphy_read_statusHeiner Kallweit1-23/+1
2019-02-13net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier1-28/+0
2019-02-13net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier1-53/+0
2019-02-12net: phy: simplify genphy_config_eee_advertHeiner Kallweit1-21/+6
2019-02-10net: phy: use phy_modify_changed in genphy_config_advertHeiner Kallweit1-28/+15
2019-02-09net: phy: Add support for asking the PHY its abilitiesAndrew Lunn1-16/+15
2019-02-09net: phy: probe the PHY before determining the supported featuresAndrew Lunn1-11/+13
2019-02-09net: phy: remove unneeded masking of PHY register read resultsHeiner Kallweit1-6/+6
2019-02-08net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkgHeiner Kallweit1-0/+3
2019-02-08net: phy: don't double-read link status register if link is upHeiner Kallweit1-1/+5
2019-02-08net: phy: consider latched link-down status in polling modeHeiner Kallweit1-4/+9
2019-01-24net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit1-2/+2
2019-01-24net: phy: start state machine in phy_start onlyHeiner Kallweit1-1/+0
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-6/+1