summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Add generic support for 2.5GBaseT and 5GBaseTMaxime Chevallier2019-02-131-0/+37
* net: phy: Extract genphy_c45_pma_read_abilities from marvell10gMaxime Chevallier2019-02-132-70/+82
* net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier2019-02-132-28/+27
* net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier2019-02-132-53/+45
* net: phy: simplify genphy_config_eee_advertHeiner Kallweit2019-02-121-21/+6
* net: phylink: add phylink_init_eee() helperRussell King2019-02-121-0/+18
* net: phylink: only call mac_config() during resolve when link is upRussell King2019-02-121-2/+9
* net: phy: use phy_modify_changed in genphy_config_advertHeiner Kallweit2019-02-101-28/+15
* net: phy: marvell10g: fix usage of new MMD modifying helpersHeiner Kallweit2019-02-101-7/+6
* net: phy: add register modifying helpers returning 1 on changeHeiner Kallweit2019-02-101-9/+118
* net: phy: aquantia: add support for AQCS109Nikita Yushchenko2019-02-091-0/+12
* 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-082-1/+7
* net: phy: consider latched link-down status in polling modeHeiner Kallweit2019-02-082-6/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-082-19/+10
|\
| * net: dp83640: expire old TX-skbSebastian Andrzej Siewior2019-02-041-3/+10
| * Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King2019-02-021-16/+0
* | net: phy: let genphy_c45_read_link manage the devices to checkHeiner Kallweit2019-02-072-17/+11
* | net: fixed-phy: Add fixed_phy_register_with_gpiod() APIMoritz Fischer2019-02-071-7/+25
* | net: phy: fixed_phy: Fix fixed_phy not checking GPIOMoritz Fischer2019-02-071-3/+3
* | net: phy: improve genphy_c45_read_linkHeiner Kallweit2019-02-062-11/+6
* | net: phy: make use of new MMD accessorsHeiner Kallweit2019-02-065-94/+38
* | net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko2019-02-061-13/+103
* | net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-041-22/+60
* | net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit2019-02-031-14/+66
* | net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit2019-02-031-18/+12
* | net: phy: aquantia: remove unneeded includesHeiner Kallweit2019-02-031-3/+0
* | net: phy: aquantia: Shorten name space prefix to aqr_Andrew Lunn2019-02-031-32/+32
* | net: phy: realtek: add generic Realtek PHY driverHeiner Kallweit2019-02-031-0/+9
* | net: phy: at803x: Use helpers to access MMD PHY registersCarlo Caione2019-01-271-13/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-273-28/+5
|\|
| * net: phy: Fixup GPLv2+ SPDX tags based on license textAndrew Lunn2019-01-223-28/+5
* | net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit2019-01-243-16/+15
* | net: phy: start interrupts in phy_startHeiner Kallweit2019-01-241-20/+14
* | net: phy: warn if phy_start is called from invalid stateHeiner Kallweit2019-01-241-2/+9
* | net: phy: start state machine in phy_start onlyHeiner Kallweit2019-01-243-3/+1
* | net: phy: Add SDPX tag based on COPYING fileAndrew Lunn2019-01-227-34/+13
* | net: phy: Fixup GPLv2 SPDX tags based on license textAndrew Lunn2019-01-228-55/+16
* | net: phy: Remove redundent License text when SPDX header is presentAndrew Lunn2019-01-222-14/+0
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-2251-323/+52
* | net: phy: at803x: Disable phy delay for RGMII modeVinod Koul2019-01-221-10/+12
* | 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-219-14/+67
|\|
| * net: phy: phy driver features are mandatoryCamelia Groza2019-01-191-0/+5
| * net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni2019-01-181-0/+1
| * net: phy: add missing phy driver featuresCamelia Groza2019-01-172-0/+2