summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2017-04-26Revert "phy: micrel: Disable auto negotiation on startup"David S. Miller
2017-04-26net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov
2017-04-24mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-20dp83640: don't recieve time stamps twiceDan Carpenter
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-17net: phy: test the right variable in phy_write_mmd()Dan Carpenter
2017-04-17net: phy: micrel: fix crash when statistic requested for KSZ9031 phyGrygorii Strashko
2017-04-17net: phy: simplify phy_supported_speeds()Russell King
2017-04-17net: phy: improve phylib correctness for non-autoneg settingsRussell King
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-05phy/ethtool: Add missing SPEED_<foo> stringsJoe Perches
2017-04-01net: phy: allow EEE with any interface modeRussell King
2017-04-01net: phy: restart phy autonegotiation after EEE advertisment changeRussell King
2017-04-01net: phy: avoid setting unsupported EEE advertismentsRussell King
2017-03-29net: phy: Allow building mdio-boardinfo into the kernelFlorian Fainelli
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-03-24net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli
2017-03-24net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIOFlorian Fainelli
2017-03-24net: phy: handle state correctly in phy_stop_machineNathan Sullivan
2017-03-24net: phy: dp83848: Fix TypoAndrew F. Davis
2017-03-23net: phy: Export mdiobus_register_board_info()Florian Fainelli
2017-03-22net: phy: clean up mmd_phy_indirect()Russell King
2017-03-22net: phy: remove the indirect MMD read/write methodsRussell King
2017-03-22net: phy: convert micrel to new read_mmd/write_mmd driver methodsRussell King
2017-03-22net: phy: switch remaining users to phy_(read|write)_mmd()Russell King
2017-03-22net: phy: make phy_(read|write)_mmd() generic MMD accessorsRussell King
2017-03-22net: phy: move phy MMD accessors to phy-core.cRussell King
2017-03-15drivers: net: phy: xgene: Fix mdio writeQuan Nguyen
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-13net: bcmgenet: add support for the GENETv5 hardwareDoug Berger
2017-03-13net: phy: bcm7xxx: add support for 28nm EPHYDoug Berger
2017-03-13net: phy: bcm-phylib: replace obsolete EEE macro referencesDoug Berger
2017-03-09net: phy: marvell: Fix double free of hwmon deviceAndrew Lunn
2017-03-07spi_ks8995: regs_size incorrect for some devicesBlomme, Maarten
2017-03-07spi_ks8995: fix "BUG: key accdaa28 not in .data!"Blomme, Maarten
2017-03-05net: phy: Do not perform software reset for Generic PHYFlorian Fainelli
2017-02-24net: phy: Add missing driver check in phy_aneg_done()Florian Fainelli
2017-02-20net: phy: Check phydev->drvFlorian Fainelli
2017-02-20net: phy: Fix PHY unbind crashFlorian Fainelli
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-09net: phy: Initialize mdio clock at probe functionYendapally Reddy Dhananjaya Reddy
2017-02-09net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()Florian Fainelli
2017-02-08net: phy: Add LED mode driver for Microsemi PHYs.Raju Lakkaraju
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07net: phy: dp83867: Recover from "port mirroring" N/A MODE4Lukasz Majewski
2017-02-07net: phy: dp83867: Add lane swapping support in the DP83867 TI's PHY driverLukasz Majewski
2017-02-07net: phy: bcm7xxx: Add BCM74371 PHY IDFlorian Fainelli
2017-02-07net: phy: Allow pre-declaration of MDIO devicesFlorian Fainelli
2017-02-02net: phy: Fix lack of reference count on PHY driverMao Wenan