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-091-1/+1
|\
| * phy: Revert toggling reset changes.David S. Miller2018-12-042-14/+5
| * net: phy: micrel: add toggling phy reset if PHY is not attachedYoshihiro Shimoda2018-12-031-0/+8
| * net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda2018-12-031-5/+6
| * net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit2018-12-031-11/+8
| * 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-081-1/+3
* | net: phy: mdio-gpio: Add platform_data support for phy_maskAndrew Lunn2018-12-081-0/+5
* | net: phy: Fix ioctl handler when modifing MII_ADVERTISEAndrew Lunn2018-12-051-2/+2
* | net: mii: Add mii_lpa_mod_linkmode_lpa_tAndrew Lunn2018-12-051-1/+1
* | phy: marvell: Rename mii_lpa_to_linkmode_lpa_tAndrew Lunn2018-12-051-11/+11
* | net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn2018-12-053-4/+4
* | net: phy: Also request modules for C45 IDsJose Abreu2018-12-031-1/+15
* | net: phy: improve generic EEE ethtool functionsHeiner Kallweit2018-12-031-5/+10
* | net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit2018-12-031-28/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-0/+8
|\|
| * net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit2018-11-271-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-241-9/+5
|\|
| * net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz2018-11-231-9/+5
* | net: phy: vitesse: remove duplicate support for VSC8574Quentin Schulz2018-11-231-12/+0
* | 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-171-5/+5
| * Revert "net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs"David S. Miller2018-11-161-9/+5
| * net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller2018-11-161-5/+9
* | net: phy: icplus: allow configuring the interrupt function on IP101GRMartin Blumenstingl2018-11-181-1/+80
* | net: phy: icplus: implement .did_interrupt for IP101A/GMartin Blumenstingl2018-11-181-0/+16
* | net: phy: icplus: rename IP101A_G_NO_IRQ to IP101A_G_IRQ_ALL_MASKMartin Blumenstingl2018-11-181-2/+2
* | net: phy: icplus: use the BIT macro where possibleMartin Blumenstingl2018-11-181-3/+3
* | net: phy: icplus: keep all ip101a_g functions togetherMartin Blumenstingl2018-11-181-15/+15
* | net: phy: check for implementation of both callbacks in phy_drv_supports_irqHeiner Kallweit2018-11-161-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-121-1/+1
* | net: phy: marvell: remove set but not used variable 'pause'YueHaibing2018-11-111-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-111-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/+35
* | 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/+0
* | net: phy: realtek: use new PHYID matching macrosHeiner Kallweit2018-11-111-19/+10
* | net: phy: improve and inline phy_changeHeiner Kallweit2018-11-111-32/+15
* | net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit2018-11-112-14/+1
* | net: phy: don't set state PHY_CHANGELINK in phy_changeHeiner Kallweit2018-11-111-8/+0
* | net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-1128-118/+4
* | net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...Heiner Kallweit2018-11-111-2/+6
* | net: phy: leds: Don't make our own link speed namesKyle Roeschley2018-11-091-13/+2
* | net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit2018-11-091-2/+2
* | net: phy: use phy_check_link_status in more places in the state machineHeiner Kallweit2018-11-081-48/+5
* | net: phy: remove state PHY_ANHeiner Kallweit2018-11-081-27/+0