summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-5/+2Star
|\
| * net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi2018-12-191-5/+2Star
* | net: phy: mscc: Fix the VSC 8531/41 Chip Init sequenceRaju Lakkaraju2018-12-191-1/+54
* | net: phy: remove unused code in phy_probeHeiner Kallweit2018-12-191-2/+0Star
* | net: phy: print stack trace in phy_errorHeiner Kallweit2018-12-191-0/+2
* | net: phy: improve phy state checkingHeiner Kallweit2018-12-191-13/+21
* | Fixed PHY: Add fixed_phy_change_carrier()Joakim Tjernlund2018-12-171-1/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-1/+1
|\|
| * phy: Revert toggling reset changes.David S. Miller2018-12-042-14/+5Star
| * net: phy: micrel: add toggling phy reset if PHY is not attachedYoshihiro Shimoda2018-12-041-0/+8
| * net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda2018-12-041-5/+6
| * net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit2018-12-031-11/+8Star
| * net: phy: sfp: correct store of detected link modesBaruch Siach2018-11-291-1/+1
* | net: phy: mdio-gpio: Add phy_ignore_ta_mask to platform dataAndrew Lunn2018-12-091-1/+3
* | net: phy: mdio-gpio: Add platform_data support for phy_maskAndrew Lunn2018-12-091-0/+5
* | net: phy: Fix ioctl handler when modifing MII_ADVERTISEAndrew Lunn2018-12-061-2/+2
* | net: mii: Add mii_lpa_mod_linkmode_lpa_tAndrew Lunn2018-12-061-1/+1
* | phy: marvell: Rename mii_lpa_to_linkmode_lpa_tAndrew Lunn2018-12-061-11/+11
* | net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn2018-12-063-4/+4
* | net: phy: Also request modules for C45 IDsJose Abreu2018-12-041-1/+15
* | net: phy: improve generic EEE ethtool functionsHeiner Kallweit2018-12-041-5/+10
* | net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit2018-12-031-28/+14Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-291-0/+8
|\|
| * net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit2018-11-281-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-251-9/+5Star
|\|
| * net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz2018-11-241-9/+5Star
* | net: phy: vitesse: remove duplicate support for VSC8574Quentin Schulz2018-11-241-12/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-5/+5
|\|
| * net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller2018-11-181-5/+5
| * Revert "net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs"David S. Miller2018-11-171-9/+5Star
| * net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller2018-11-171-5/+9
* | net: phy: icplus: allow configuring the interrupt function on IP101GRMartin Blumenstingl2018-11-191-1/+80
* | net: phy: icplus: implement .did_interrupt for IP101A/GMartin Blumenstingl2018-11-191-0/+16
* | net: phy: icplus: rename IP101A_G_NO_IRQ to IP101A_G_IRQ_ALL_MASKMartin Blumenstingl2018-11-191-2/+2
* | net: phy: icplus: use the BIT macro where possibleMartin Blumenstingl2018-11-191-3/+3
* | net: phy: icplus: keep all ip101a_g functions togetherMartin Blumenstingl2018-11-191-15/+15
* | net: phy: check for implementation of both callbacks in phy_drv_supports_irqHeiner Kallweit2018-11-171-1/+1
* | net: phy: icplus: add config_intr callbackHeiner Kallweit2018-11-151-7/+16
* | net: phy: check if advertising is zero using linkmode_emptyColin Ian King2018-11-131-1/+1
* | net: phy: marvell: remove set but not used variable 'pause'YueHaibing2018-11-121-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-121-2/+16
|\|
| * net: phy: Allow BCM54616S PHY to setup internal TX/RX clock delayTao Ren2018-11-061-2/+16
* | net: phy: Add support for resolving 5G and 2.5G autonegAndrew Lunn2018-11-111-0/+8
* | net: phy: Add more link modes to the settings tableAndrew Lunn2018-11-111-4/+158
* | net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-118-39/+35Star
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-1112-193/+338
* | net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit2018-11-111-7/+0Star
* | net: phy: realtek: use new PHYID matching macrosHeiner Kallweit2018-11-111-19/+10Star
* | net: phy: improve and inline phy_changeHeiner Kallweit2018-11-111-32/+15Star
* | net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit2018-11-112-14/+1Star