aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-24net: phy: marvell: Limit errata to 88m1101Andrew Lunn1-29/+37
2017-05-24net/phy: fix mdio-octeon dependency and buildRandy Dunlap1-1/+1
2017-05-15mdio: mux: fix device_node_continue.cocci warningsJulia Lawall1-1/+0
2017-05-11net: phy: Call bus->reset() after releasing PHYs from resetFlorian Fainelli1-3/+3
2017-05-11mdio: mux: Correct mdio_mux_init error path issuesJon Mason1-5/+7
2017-05-08net: mdio-mux: bcm-iproc: call mdiobus_free() in error pathJon Mason1-1/+4
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-04-30net: phy: Allow BCM5481x PHYs to setup internal TX/RX clock delayAbhishek Shah1-36/+33
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+36
2017-04-26Revert "phy: micrel: Disable auto negotiation on startup"David S. Miller1-11/+0
2017-04-26net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov1-4/+36
2017-04-24mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros1-0/+47
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2017-04-20dp83640: don't recieve time stamps twiceDan Carpenter1-2/+0
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+2
2017-04-17net: phy: test the right variable in phy_write_mmd()Dan Carpenter1-1/+1
2017-04-17net: phy: micrel: fix crash when statistic requested for KSZ9031 phyGrygorii Strashko1-15/+2
2017-04-17net: phy: simplify phy_supported_speeds()Russell King1-10/+4
2017-04-17net: phy: improve phylib correctness for non-autoneg settingsRussell King1-43/+66
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-04-05phy/ethtool: Add missing SPEED_<foo> stringsJoe Perches1-0/+14
2017-04-01net: phy: allow EEE with any interface modeRussell King1-8/+1
2017-04-01net: phy: restart phy autonegotiation after EEE advertisment changeRussell King1-2/+19
2017-04-01net: phy: avoid setting unsupported EEE advertismentsRussell King1-5/+10
2017-03-29net: phy: Allow building mdio-boardinfo into the kernelFlorian Fainelli4-17/+47
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-24net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli4-27/+56
2017-03-24net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIOFlorian Fainelli1-1/+1
2017-03-24net: phy: handle state correctly in phy_stop_machineNathan Sullivan1-1/+1
2017-03-24net: phy: dp83848: Fix TypoAndrew F. Davis1-1/+1
2017-03-23net: phy: Export mdiobus_register_board_info()Florian Fainelli1-0/+1
2017-03-22net: phy: clean up mmd_phy_indirect()Russell King1-7/+7
2017-03-22net: phy: remove the indirect MMD read/write methodsRussell King1-85/+34
2017-03-22net: phy: convert micrel to new read_mmd/write_mmd driver methodsRussell King1-7/+6
2017-03-22net: phy: switch remaining users to phy_(read|write)_mmd()Russell King6-55/+42
2017-03-22net: phy: make phy_(read|write)_mmd() generic MMD accessorsRussell King1-8/+25
2017-03-22net: phy: move phy MMD accessors to phy-core.cRussell King3-86/+136
2017-03-15drivers: net: phy: xgene: Fix mdio writeQuan Nguyen1-1/+1
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-16/+2
2017-03-13net: bcmgenet: add support for the GENETv5 hardwareDoug Berger1-1/+2
2017-03-13net: phy: bcm7xxx: add support for 28nm EPHYDoug Berger1-2/+213
2017-03-13net: phy: bcm-phylib: replace obsolete EEE macro referencesDoug Berger1-3/+3
2017-03-09net: phy: marvell: Fix double free of hwmon deviceAndrew Lunn1-15/+0
2017-03-07spi_ks8995: regs_size incorrect for some devicesBlomme, Maarten1-1/+1
2017-03-07spi_ks8995: fix "BUG: key accdaa28 not in .data!"Blomme, Maarten1-0/+1
2017-03-05net: phy: Do not perform software reset for Generic PHYFlorian Fainelli1-1/+1
2017-02-24net: phy: Add missing driver check in phy_aneg_done()Florian Fainelli1-1/+1
2017-02-20net: phy: Check phydev->drvFlorian Fainelli2-7/+25
2017-02-20net: phy: Fix PHY unbind crashFlorian Fainelli1-0/+2
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+22