summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: extract link partner advertisement readingRussell King2019-10-041-25/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-1/+11
|\
| * net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit2019-08-131-1/+11
* | net: phy: remove genphy_config_initHeiner Kallweit2019-08-171-51/+0
* | net: phy: read MII_CTRL1000 in genphy_read_status only if neededHeiner Kallweit2019-08-151-5/+6
* | net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit2019-08-111-15/+12
* | net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t fu...Heiner Kallweit2019-08-111-16/+6
|/
* net: phy: fix race in genphy_update_linkHeiner Kallweit2019-08-021-0/+6
* net: phy: make exported variables non-staticDenis Efremov2019-07-121-3/+3
* net: phy: Add more 1000BaseX support detectionRobert Hancock2019-06-141-0/+2
* net: phy: Add detection of 1000BaseX link mode supportRobert Hancock2019-06-061-0/+3
* net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit2019-05-301-1/+1
* net: phy: Add phy_standalone sysfs entryIoana Ciornei2019-05-291-0/+22
* net: phy: Check against net_device being NULLIoana Ciornei2019-05-291-0/+6
* net: phy: Guard against the presence of a netdevIoana Ciornei2019-05-291-10/+23
* net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean2019-05-291-17/+26
* net: phy: Make phy_basic_t1_features use base100t1.Andrew Lunn2019-05-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-071-4/+7
|\
| * net: phy: fix phy_validate_pauseHeiner Kallweit2019-05-051-4/+7
* | net: phy: improve pause handlingHeiner Kallweit2019-05-041-7/+29
* | net: phy: avoid unneeded MDIO reads in genphy_read_statusHeiner Kallweit2019-04-281-1/+5
* | net: phy: improve genphy_soft_resetHeiner Kallweit2019-04-261-2/+14
* | net: phy: don't set autoneg if it's not supportedHeiner Kallweit2019-04-181-0/+4
* | net: phy: fix setting autoneg_complete in genphy_update_linkHeiner Kallweit2019-04-081-6/+4
* | net: phy: replace genphy_10g_driver with genphy_c45_driverHeiner Kallweit2019-04-081-8/+8
* | net: phy: improve link partner capability detectionHeiner Kallweit2019-04-081-4/+8
* | net: phy: allow a PHY driver to define neither features nor get_featuresHeiner Kallweit2019-04-041-7/+12
* | net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit2019-04-031-5/+3
* | net: phy: use genphy_read_abilities in genphy driverHeiner Kallweit2019-04-021-2/+1
* | net: phy: add genphy_read_abilitiesHeiner Kallweit2019-04-021-0/+48
* | net: phy: improve genphy_read_statusHeiner Kallweit2019-04-011-15/+8
|/
* net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit2019-03-251-1/+1
* net: phy: export genphy_config_eee_advertHeiner Kallweit2019-02-211-1/+2
* net: phy: don't use 10BaseT/half as default in genphy_read_statusHeiner Kallweit2019-02-211-2/+2
* net: phy: remove orphaned register read in genphy_read_statusHeiner Kallweit2019-02-211-4/+0
* net: phy: use phy_resolve_aneg_linkmode in genphy_read_statusHeiner Kallweit2019-02-171-23/+1
* net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier2019-02-131-28/+0
* net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier2019-02-131-53/+0
* net: phy: simplify genphy_config_eee_advertHeiner Kallweit2019-02-121-21/+6
* net: phy: use phy_modify_changed in genphy_config_advertHeiner Kallweit2019-02-101-28/+15
* net: phy: Add support for asking the PHY its abilitiesAndrew Lunn2019-02-091-16/+15
* net: phy: probe the PHY before determining the supported featuresAndrew Lunn2019-02-091-11/+13
* net: phy: remove unneeded masking of PHY register read resultsHeiner Kallweit2019-02-091-6/+6
* net: phy: disregard "Clause 22 registers present" bit in get_phy_c45_devs_in_pkgHeiner Kallweit2019-02-081-0/+3
* net: phy: don't double-read link status register if link is upHeiner Kallweit2019-02-081-1/+5
* net: phy: consider latched link-down status in polling modeHeiner Kallweit2019-02-081-4/+9
* net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit2019-01-241-2/+2
* net: phy: start state machine in phy_start onlyHeiner Kallweit2019-01-241-1/+0
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-221-6/+1
* net: phy: improve phy_init_hwHeiner Kallweit2019-01-221-2/+5
OpenPOWER on IntegriCloud