summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2017-08-06phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King-0/+17
2017-08-06phylink: add support for MII ioctl access to Clause 45 PHYsRussell King-33/+124
2017-08-06phylink: add module EEPROM supportRussell King-0/+28
2017-08-06sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King-0/+663
2017-08-06phylink: add phylink infrastructureRussell King-0/+1181
2017-08-06net: phy: add I2C mdio busRussell King-0/+139
2017-08-06net: phy: export phy_start_machine() for phylinkRussell King-0/+1
2017-08-06net: phy: provide a hook for link up/link down eventsRussell King-22/+34
2017-08-06net: phy: add 1000Base-X to phy settings tableRussell King-0/+5
2017-08-06net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King-129/+127
2017-08-06net: phy: split out PHY speed and duplex string generationRussell King-37/+50
2017-08-06net: phy: allow settings table to support more than 32 link modesRussell King-18/+26
2017-08-04net: phy: marvell: logical vs bitwise OR typoDan Carpenter-1/+1
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+13
2017-07-31net: phy: marvell: Refactor setting downshift into a helperAndrew Lunn-5/+19
2017-07-31net: phy: marvell: Use the set_polarity helperAndrew Lunn-11/+14
2017-07-31net: phy: marvell: Refactor m88e1121 RGMII delay configurationAndrew Lunn-29/+33
2017-07-31net: phy: marvell: Consolidate setting the phy-modeAndrew Lunn-48/+40
2017-07-31net: phy: marvell: consolidate RGMII delay codeAndrew Lunn-32/+22
2017-07-31net: phy: marvell: Use core genphy_soft_reset()Andrew Lunn-35/+12
2017-07-31net: phy: marvell: tabificationAndrew Lunn-15/+15
2017-07-31net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli-0/+3
2017-07-31net: phy: Log only PHY state transitionsMarc Gonzalez-3/+4
2017-07-31net: phy: mdio-bcm-unimac: Allow specifying platform dataFlorian Fainelli-6/+22
2017-07-31net: phy: mdio-bcm-unimac: Add debug print for PHY workaroundFlorian Fainelli-1/+3
2017-07-31net: phy: mdio-bcm-unimac: create unique bus namesFlorian Fainelli-1/+1
2017-07-31net: phy: mdio-bcm-unimac: factor busy polling loopFlorian Fainelli-22/+21
2017-07-27net: phy: Remove stale comments referencing timerFlorian Fainelli-6/+5
2017-07-27net: phy: rework Kconfig settings for MDIO_BUSArnd Bergmann-3/+10
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring-17/+17
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-07-17mdio_bus: Remove unneeded gpiod NULL checkFabio Estevam-4/+2
2017-07-14mdio: mux: fix parsing mux registers outside of the PHY address rangeMartin Blumenstingl-2/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-586/+1535
2017-07-05net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri-0/+11
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds-0/+1
2017-07-03net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng-0/+52
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2017-06-23net: dp83640: Avoid NULL pointer dereference.Richard Cochran-1/+1
2017-06-22net: phy: smsc: fix buffer overflow in memcpyArnd Bergmann-1/+1
2017-06-22net/phy: micrel: configure intterupts after autoneg workaroundZach Brown-0/+2
2017-06-20net: phy: lxt: Export link partner advertisingThomas Bogendoerfer-7/+4
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com-5/+5
2017-06-13net: phy: Fix MDIO_THUNDER dependenciesFlorian Fainelli-0/+1
2017-06-13mdio_bus: use devm_gpiod_get_optional()Sergei Shtylyov-9/+5
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov-34/+19
2017-06-12net: phy: marvell: Show complete link partner advertisingThomas Bogendoerfer-7/+0
2017-06-09net: phy: add missing SPEED_14000Joe Perches-0/+2
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-15/+42