summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
* | net: phy: export phy_start_machine() for phylinkRussell King2017-08-071-0/+1
* | net: phy: provide a hook for link up/link down eventsRussell King2017-08-072-22/+34
* | net: phy: add 1000Base-X to phy settings tableRussell King2017-08-071-0/+5
* | net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King2017-08-072-129/+127Star
* | net: phy: split out PHY speed and duplex string generationRussell King2017-08-072-37/+50
* | net: phy: allow settings table to support more than 32 link modesRussell King2017-08-071-18/+26
* | net: phy: marvell: logical vs bitwise OR typoDan Carpenter2017-08-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-012-3/+13
|\|
| * net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli2017-08-011-0/+3
| * net: phy: rework Kconfig settings for MDIO_BUSArnd Bergmann2017-07-281-3/+10
* | net: phy: marvell: Refactor setting downshift into a helperAndrew Lunn2017-08-011-5/+19
* | net: phy: marvell: Use the set_polarity helperAndrew Lunn2017-08-011-11/+14
* | net: phy: marvell: Refactor m88e1121 RGMII delay configurationAndrew Lunn2017-08-011-29/+33
* | net: phy: marvell: Consolidate setting the phy-modeAndrew Lunn2017-08-011-48/+40Star
* | net: phy: marvell: consolidate RGMII delay codeAndrew Lunn2017-08-011-32/+22Star
* | net: phy: marvell: Use core genphy_soft_reset()Andrew Lunn2017-08-011-35/+12Star
* | net: phy: marvell: tabificationAndrew Lunn2017-08-011-15/+15
* | net: phy: Log only PHY state transitionsMarc Gonzalez2017-08-011-3/+4
* | net: phy: mdio-bcm-unimac: Allow specifying platform dataFlorian Fainelli2017-07-311-6/+22
* | net: phy: mdio-bcm-unimac: Add debug print for PHY workaroundFlorian Fainelli2017-07-311-1/+3
* | net: phy: mdio-bcm-unimac: create unique bus namesFlorian Fainelli2017-07-311-1/+1
* | net: phy: mdio-bcm-unimac: factor busy polling loopFlorian Fainelli2017-07-311-22/+21Star
* | net: phy: Remove stale comments referencing timerFlorian Fainelli2017-07-281-6/+5Star
* | net: Convert to using %pOF instead of full_nameRob Herring2017-07-242-17/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-2/+2
|\|
| * mdio: mux: fix parsing mux registers outside of the PHY address rangeMartin Blumenstingl2017-07-141-2/+2
* | mdio_bus: Remove unneeded gpiod NULL checkFabio Estevam2017-07-181-4/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0518-586/+1535
|\
| * net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri2017-07-051-0/+11
| * net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng2017-07-032-0/+52
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-302-1/+3
| |\
| * | net: phy: smsc: fix buffer overflow in memcpyArnd Bergmann2017-06-221-1/+1
| * | net: phy: lxt: Export link partner advertisingThomas Bogendoerfer2017-06-201-7/+4Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-152-0/+3
| |\ \
| * | | net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-5/+5
| * | | mdio_bus: use devm_gpiod_get_optional()Sergei Shtylyov2017-06-131-9/+5Star
| * | | mdio_bus: handle only single PHY reset GPIOSergei Shtylyov2017-06-131-34/+19Star
| * | | net: phy: marvell: Show complete link partner advertisingThomas Bogendoerfer2017-06-121-7/+0Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-073-15/+42
| |\ \ \
| * | | | net: phy: add Marvell Alaska X 88X3310 10Gigabit PHY supportRussell King2017-06-073-0/+374
| * | | | net: phy: split out 10G genphy supportRussell King2017-06-072-86/+83Star
| * | | | net: phy: hook up clause 45 autonegotiation restartRussell King2017-06-071-2/+21
| * | | | net: phy: avoid genphy_aneg_done() for PHYs without clause 22 supportRussell King2017-06-071-0/+6
| * | | | net: phy: add 802.3 clause 45 support to phylibRussell King2017-06-073-15/+241
| * | | | net: phy: Delete unused function phy_ethtool_gsetyuval.shaia@oracle.com2017-06-061-24/+0Star
| * | | | mdio: mux: fix an incorrect less than zero error check using a u32Colin Ian King2017-06-051-1/+1
| * | | | net: phy: smsc: Implement PHY statisticsAndrew Lunn2017-06-051-0/+72
| * | | | net: phy: marvell: make some functions staticColin Ian King2017-06-051-3/+3
| * | | | mdio: mux: make child bus walking more permissive and errors more verboseJon Mason2017-06-051-7/+17
| * | | | net: phy: use of_mdio_parse_addrJon Mason2017-06-021-13/+2Star