aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-07ptp: Classify ptp over ip over vlan packetsStefan Sørensen1-25/+21
2014-07-01dp83640: Get calibration pin with ptp_find_pinStefan Sørensen1-1/+5
2014-07-01dp83640: Verify calibration pin assignmentStefan Sørensen1-0/+10
2014-07-01dp83640: Increase supported perout pins to 7Stefan Sørensen1-9/+9
2014-07-01dp83640: Program pulsewidth2 values of perout triggers 0 and 1Stefan Sørensen1-0/+5
2014-06-22net: phy: at803x: fix coccinelle warningsFengguang Wu1-1/+1
2014-06-21net: phy: at803x: Add support for hardware resetDaniel Mack1-41/+144
2014-06-21net: phy: at803x: use #defines for supported PHY idsDaniel Mack1-6/+10
2014-06-21net: phylib: add link_change_notify callback to phy deviceDaniel Mack1-0/+3
2014-06-11net: phy: realtek: register/unregister multiple drivers properlyJongsung Kim1-51/+37
2014-06-11amd-xgbe: fix unused variable compilation warning in phylib driverfrançois romieu1-1/+1
2014-06-05amd-xgbe: Configuration and build supportLendacky, Thomas2-0/+7
2014-06-05amd-xgbe: Initial AMD 10GbE phylib driverLendacky, Thomas1-0/+1357
2014-05-29net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack1-0/+6
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+11
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer1-1/+35
2014-05-22net: phy: genphy: Allow overwriting featuresSascha Hauer1-6/+5
2014-05-16net: phy: extend fixed driver with fixed_phy_register()Thomas Petazzoni1-0/+61
2014-05-16net: phy: decouple PHY id and PHY address in fixed PHY driverThomas Petazzoni1-10/+10
2014-05-16net: phy: resume phydev when going to RESUMINGZhangfei Gao1-7/+9
2014-05-15net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck1-2/+2
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+15
2014-05-09mdio_bus: fix devm_mdiobus_alloc_size exportArnd Bergmann1-1/+1
2014-05-09net: mdio-gpio: warn about missing bus alias idJohan Hovold1-0/+4
2014-05-07ARM: i.MX6: Add OF configuration support for ksz9031Hubert Chaumette1-1/+105
2014-05-02mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_freeGrygorii Strashko1-0/+67
2014-05-02net phy: Check for aneg completion before setting state to PHY_RUNNINGBalakumaran Kannan1-0/+11
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-04-23net/phy: Remove return value for void functionShruti Kanetkar3-6/+3
2014-04-23net/phy: micrel: fix bugged test on device tree loading for ksz9021Hubert Chaumette1-3/+3
2014-04-20net: phy: at803x: use genphy_config_init()Daniel Mack1-33/+3
2014-04-20net: phy: export genphy_config_init()Daniel Mack1-1/+2
2014-04-16net: mdio-gpio: Add support for separate MDI and MDO gpio pinsGuenter Roeck1-3/+31
2014-04-16net: mdio-gpio: Add support for active low gpio pinsGuenter Roeck1-6/+13
2014-04-16net: mdio-gpio: Use devm_ functions where possibleGuenter Roeck1-14/+5
2014-04-09net phylib: Remove unnecessary condition check in phyBalakumaran Kannan1-5/+1
2014-04-03net: Micrel KSZ8864RMN 4-port managed switch supportPhilipp Zabel1-12/+40
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann1-0/+1
2014-03-29phy/at8031: enable at8031 to work on interrupt modeZhao Qiang1-0/+30
2014-03-28net: sun4i: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-26net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTERFlorian Fainelli1-1/+1
2014-03-26net: phy: bcm7xxx: fix spurious MDIO failures during workaroundFlorian Fainelli1-15/+15
2014-03-26net: phy: bcm7xxx: define constants for our registersFlorian Fainelli1-11/+27
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2014-03-21dp83640: let the periodic pin from the module parameter be a default.Richard Cochran1-6/+13
2014-03-21dp83640: let external input pins from the module parameters be defaults.Richard Cochran1-1/+4
2014-03-21dp83640: implement programmable pin functions.Richard Cochran1-0/+52
2014-03-21dp83640: correct the periodic output frequencyRichard Cochran1-5/+6
2014-03-21dp83640: trivial fixesRichard Cochran1-3/+3
2014-03-19micrel: fix masking off LED bitsSergei Shtylyov1-1/+1