summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Relax error checking on sysfs_create_link()Florian Fainelli2017-05-281-8/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-272-31/+38
|\
| * net: phy: marvell: Limit errata to 88m1101Andrew Lunn2017-05-241-29/+37
| * net/phy: fix mdio-octeon dependency and buildRandy Dunlap2017-05-241-1/+1
* | net: phy: marvell: Uniform page namesAndrew Lunn2017-05-261-48/+46Star
* | net: phy: marvell: helper to get and set pageAndrew Lunn2017-05-261-44/+31Star
* | net: phy: marvell: More hidden page changes refactoredAndrew Lunn2017-05-261-16/+46
* | net: phy: marvell: #defines for copper and fibre pagesAndrew Lunn2017-05-261-11/+11
* | net: phy: Create sysfs reciprocal links for attached_dev/phydevFlorian Fainelli2017-05-261-0/+11
* | net: phy: put genphy_config_init's EXPORT_SYMBOL directly after the functionUwe Kleine-König2017-05-251-1/+1
* | net: phy: marvell: checkpatch - Fix remaining long linesAndrew Lunn2017-05-171-4/+8
* | net: phy: marvell: Add helpers to get/set pageAndrew Lunn2017-05-171-56/+59
* | net: phy: marvell: Refactor some bigger functionsAndrew Lunn2017-05-171-213/+271
* | net: phy: marvell: Checkpatch - assignments and comparisonsAndrew Lunn2017-05-171-3/+5
* | net: phy: marvell: Checkpatch - Missing or extra blank linesAndrew Lunn2017-05-171-3/+2Star
* | net: phy: Marvell: checkpatch - CommentsAndrew Lunn2017-05-171-13/+15
* | net: phy: Remove residual magic from PHY driversAndrew Lunn2017-05-164-36/+35Star
* | drivers: net: phy: xgene: Add lock to protect mac accessQuan Nguyen2017-05-162-37/+40
|/
* mdio: mux: fix device_node_continue.cocci warningsJulia Lawall2017-05-151-1/+0Star
* net: phy: Call bus->reset() after releasing PHYs from resetFlorian Fainelli2017-05-121-3/+3
* mdio: mux: Correct mdio_mux_init error path issuesJon Mason2017-05-111-5/+7
* net: mdio-mux: bcm-iproc: call mdiobus_free() in error pathJon Mason2017-05-081-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-031-1/+1
|\
| * net: phy: dp83848: Fix TypoAndrew F. Davis2017-03-241-1/+1
* | net: phy: Allow BCM5481x PHYs to setup internal TX/RX clock delayAbhishek Shah2017-05-011-36/+33Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-272-15/+36
|\ \
| * | Revert "phy: micrel: Disable auto negotiation on startup"David S. Miller2017-04-261-11/+0Star
| * | net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov2017-04-261-4/+36
* | | mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros2017-04-241-0/+47
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-221-2/+0Star
|\| |
| * | dp83640: don't recieve time stamps twiceDan Carpenter2017-04-201-2/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-201-15/+2Star
|\| |
| * | net: phy: micrel: fix crash when statistic requested for KSZ9031 phyGrygorii Strashko2017-04-171-15/+2Star
* | | net: phy: test the right variable in phy_write_mmd()Dan Carpenter2017-04-171-1/+1
* | | net: phy: simplify phy_supported_speeds()Russell King2017-04-171-10/+4Star
* | | net: phy: improve phylib correctness for non-autoneg settingsRussell King2017-04-171-43/+66
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-1/+1
|\| |
| * | net: phy: handle state correctly in phy_stop_machineNathan Sullivan2017-03-241-1/+1
| * | net: phy: Export mdiobus_register_board_info()Florian Fainelli2017-03-241-0/+1
| |/
* | phy/ethtool: Add missing SPEED_<foo> stringsJoe Perches2017-04-051-0/+14
* | net: phy: allow EEE with any interface modeRussell King2017-04-021-8/+1Star
* | net: phy: restart phy autonegotiation after EEE advertisment changeRussell King2017-04-021-2/+19
* | net: phy: avoid setting unsupported EEE advertismentsRussell King2017-04-021-5/+10
* | net: phy: Allow building mdio-boardinfo into the kernelFlorian Fainelli2017-03-294-17/+47
* | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-291-0/+1
* | net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli2017-03-244-27/+56
* | net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIOFlorian Fainelli2017-03-241-1/+1
* | net: phy: clean up mmd_phy_indirect()Russell King2017-03-221-7/+7
* | net: phy: remove the indirect MMD read/write methodsRussell King2017-03-221-85/+34Star
* | net: phy: convert micrel to new read_mmd/write_mmd driver methodsRussell King2017-03-221-7/+6Star