summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2018-12-05net: mii: Add mii_lpa_mod_linkmode_lpa_tAndrew Lunn-1/+1
2018-12-05phy: marvell: Rename mii_lpa_to_linkmode_lpa_tAndrew Lunn-11/+11
2018-12-05net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn-4/+4
2018-12-04phy: Revert toggling reset changes.David S. Miller-14/+5
2018-12-03net: phy: Also request modules for C45 IDsJose Abreu-1/+15
2018-12-03net: phy: micrel: add toggling phy reset if PHY is not attachedYoshihiro Shimoda-0/+8
2018-12-03net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda-5/+6
2018-12-03net: phy: improve generic EEE ethtool functionsHeiner Kallweit-5/+10
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit-11/+8
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit-28/+14
2018-11-29net: phy: sfp: correct store of detected link modesBaruch Siach-1/+1
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+8
2018-11-27net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit-0/+8
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+5
2018-11-23net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz-9/+5
2018-11-23net: phy: vitesse: remove duplicate support for VSC8574Quentin Schulz-12/+0
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+5
2018-11-18net: phy: icplus: allow configuring the interrupt function on IP101GRMartin Blumenstingl-1/+80
2018-11-18net: phy: icplus: implement .did_interrupt for IP101A/GMartin Blumenstingl-0/+16
2018-11-18net: phy: icplus: rename IP101A_G_NO_IRQ to IP101A_G_IRQ_ALL_MASKMartin Blumenstingl-2/+2
2018-11-18net: phy: icplus: use the BIT macro where possibleMartin Blumenstingl-3/+3
2018-11-18net: phy: icplus: keep all ip101a_g functions togetherMartin Blumenstingl-15/+15
2018-11-17net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller-5/+5
2018-11-16Revert "net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs"David S. Miller-9/+5
2018-11-16net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller-5/+9
2018-11-16net: phy: check for implementation of both callbacks in phy_drv_supports_irqHeiner Kallweit-1/+1
2018-11-15net: phy: icplus: add config_intr callbackHeiner Kallweit-7/+16
2018-11-12net: phy: check if advertising is zero using linkmode_emptyColin Ian King-1/+1
2018-11-11net: phy: marvell: remove set but not used variable 'pause'YueHaibing-2/+0
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+16
2018-11-11net: phy: Add support for resolving 5G and 2.5G autonegAndrew Lunn-0/+8
2018-11-11net: phy: Add more link modes to the settings tableAndrew Lunn-4/+158
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn-39/+35
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn-193/+338
2018-11-11net: phy: remove states PHY_STARTING and PHY_PENDINGHeiner Kallweit-7/+0
2018-11-11net: phy: realtek: use new PHYID matching macrosHeiner Kallweit-19/+10
2018-11-11net: phy: improve and inline phy_changeHeiner Kallweit-32/+15
2018-11-11net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit-14/+1
2018-11-11net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit-8/+0
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit-118/+4
2018-11-11net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...Heiner Kallweit-2/+6
2018-11-09net: phy: leds: Don't make our own link speed namesKyle Roeschley-13/+2
2018-11-09net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit-2/+2
2018-11-08net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit-48/+5
2018-11-08net: phy: remove state PHY_ANHeiner Kallweit-27/+0
2018-11-08net: phy: add phy_check_link_statusHeiner Kallweit-30/+40
2018-11-08net: phy: remove useless check in state machine case PHY_RESUMINGHeiner Kallweit-12/+1
2018-11-08net: phy: remove useless check in state machine case PHY_NOLINKHeiner Kallweit-11/+0
2018-11-07net: phy: realtek: load driver for all PHYs with a Realtek OUIHeiner Kallweit-9/+2
2018-11-07net: phy: make phy_trigger_machine staticHeiner Kallweit-21/+12