summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit2019-08-141-1/+11
* net: phy: fix race in genphy_update_linkHeiner Kallweit2019-08-031-0/+6
* net: phy: make exported variables non-staticDenis Efremov2019-07-131-3/+3
* net: phy: Add more 1000BaseX support detectionRobert Hancock2019-06-151-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-311-1/+1
* net: phy: Add phy_standalone sysfs entryIoana Ciornei2019-05-301-0/+22
* net: phy: Check against net_device being NULLIoana Ciornei2019-05-301-0/+6
* net: phy: Guard against the presence of a netdevIoana Ciornei2019-05-301-10/+23
* net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean2019-05-301-17/+26
* net: phy: Make phy_basic_t1_features use base100t1.Andrew Lunn2019-05-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-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-291-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-191-0/+4
* | net: phy: fix setting autoneg_complete in genphy_update_linkHeiner Kallweit2019-04-091-6/+4Star
* | net: phy: replace genphy_10g_driver with genphy_c45_driverHeiner Kallweit2019-04-091-8/+8
* | net: phy: improve link partner capability detectionHeiner Kallweit2019-04-091-4/+8
* | net: phy: allow a PHY driver to define neither features nor get_featuresHeiner Kallweit2019-04-051-7/+12
* | net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit2019-04-041-5/+3Star
* | net: phy: use genphy_read_abilities in genphy driverHeiner Kallweit2019-04-021-2/+1Star
* | net: phy: add genphy_read_abilitiesHeiner Kallweit2019-04-021-0/+48
* | net: phy: improve genphy_read_statusHeiner Kallweit2019-04-021-15/+8Star
|/
* net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit2019-03-261-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/+0Star
* net: phy: use phy_resolve_aneg_linkmode in genphy_read_statusHeiner Kallweit2019-02-181-23/+1Star
* net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier2019-02-141-28/+0Star
* net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier2019-02-141-53/+0Star
* net: phy: simplify genphy_config_eee_advertHeiner Kallweit2019-02-121-21/+6Star
* net: phy: use phy_modify_changed in genphy_config_advertHeiner Kallweit2019-02-101-28/+15Star
* net: phy: Add support for asking the PHY its abilitiesAndrew Lunn2019-02-091-16/+15Star
* 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-091-0/+3
* net: phy: don't double-read link status register if link is upHeiner Kallweit2019-02-091-1/+5
* net: phy: consider latched link-down status in polling modeHeiner Kallweit2019-02-091-4/+9
* net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit2019-01-251-2/+2
* net: phy: start state machine in phy_start onlyHeiner Kallweit2019-01-251-1/+0Star
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-6/+1Star
* net: phy: improve phy_init_hwHeiner Kallweit2019-01-221-2/+5
* net: phy: fix issue with loading PHY driver w/o initramfsHeiner Kallweit2019-01-221-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-211-0/+17
|\
| * net: phy: phy driver features are mandatoryCamelia Groza2019-01-191-0/+5
| * net: phy: Add missing features to PHY driversAndrew Lunn2019-01-171-0/+12
* | net: phy: remove phy_stop_interruptsHeiner Kallweit2019-01-181-2/+2
* | net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit2019-01-181-2/+0Star