aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-11net: phy: Add rockchip PHY driver supportDavid Wu3-0/+239
2017-08-11phylink: Fix an uninitialized variable bugDan Carpenter1-1/+1
2017-08-08net: phy: mdio-bcm-unimac: fix unsigned wrap-around when decrementing timeoutColin Ian King1-1/+1
2017-08-06sfp: add SFP module supportRussell King3-0/+921
2017-08-06phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King1-0/+17
2017-08-06phylink: add support for MII ioctl access to Clause 45 PHYsRussell King1-33/+124
2017-08-06phylink: add module EEPROM supportRussell King1-0/+28
2017-08-06sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King4-0/+663
2017-08-06phylink: add phylink infrastructureRussell King4-0/+1181
2017-08-06net: phy: add I2C mdio busRussell King4-0/+139
2017-08-06net: phy: export phy_start_machine() for phylinkRussell King1-0/+1
2017-08-06net: phy: provide a hook for link up/link down eventsRussell King2-22/+34
2017-08-06net: phy: add 1000Base-X to phy settings tableRussell King1-0/+5
2017-08-06net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy-coreRussell King2-129/+127
2017-08-06net: phy: split out PHY speed and duplex string generationRussell King2-37/+50
2017-08-06net: phy: allow settings table to support more than 32 link modesRussell King1-18/+26
2017-08-04net: phy: marvell: logical vs bitwise OR typoDan Carpenter1-1/+1
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+13
2017-07-31net: phy: marvell: Refactor setting downshift into a helperAndrew Lunn1-5/+19
2017-07-31net: phy: marvell: Use the set_polarity helperAndrew Lunn1-11/+14
2017-07-31net: phy: marvell: Refactor m88e1121 RGMII delay configurationAndrew Lunn1-29/+33
2017-07-31net: phy: marvell: Consolidate setting the phy-modeAndrew Lunn1-48/+40
2017-07-31net: phy: marvell: consolidate RGMII delay codeAndrew Lunn1-32/+22
2017-07-31net: phy: marvell: Use core genphy_soft_reset()Andrew Lunn1-35/+12
2017-07-31net: phy: marvell: tabificationAndrew Lunn1-15/+15
2017-07-31net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli1-0/+3
2017-07-31net: phy: Log only PHY state transitionsMarc Gonzalez1-3/+4
2017-07-31net: phy: mdio-bcm-unimac: Allow specifying platform dataFlorian Fainelli1-6/+22
2017-07-31net: phy: mdio-bcm-unimac: Add debug print for PHY workaroundFlorian Fainelli1-1/+3
2017-07-31net: phy: mdio-bcm-unimac: create unique bus namesFlorian Fainelli1-1/+1
2017-07-31net: phy: mdio-bcm-unimac: factor busy polling loopFlorian Fainelli1-22/+21
2017-07-27net: phy: Remove stale comments referencing timerFlorian Fainelli1-6/+5
2017-07-27net: phy: rework Kconfig settings for MDIO_BUSArnd Bergmann1-3/+10
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring2-17/+17
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-07-17mdio_bus: Remove unneeded gpiod NULL checkFabio Estevam1-4/+2
2017-07-14mdio: mux: fix parsing mux registers outside of the PHY address rangeMartin Blumenstingl1-2/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds18-586/+1535
2017-07-05net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri1-0/+11
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-0/+1
2017-07-03net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng2-0/+52
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2017-06-23net: dp83640: Avoid NULL pointer dereference.Richard Cochran1-1/+1
2017-06-22net: phy: smsc: fix buffer overflow in memcpyArnd Bergmann1-1/+1
2017-06-22net/phy: micrel: configure intterupts after autoneg workaroundZach Brown1-0/+2
2017-06-20net: phy: lxt: Export link partner advertisingThomas Bogendoerfer1-7/+4
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+3
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-5/+5
2017-06-13net: phy: Fix MDIO_THUNDER dependenciesFlorian Fainelli1-0/+1
2017-06-13mdio_bus: use devm_gpiod_get_optional()Sergei Shtylyov1-9/+5