summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2014-07-29net: phy: re-apply PHY fixups during phy_register_deviceFlorian Fainelli-1/+1
2014-07-24net: phy: Ensure the MDIO bus module is heldEzequiel Garcia-0/+13
2014-07-24net: phy: Set the driver when registering an MDIO bus deviceEzequiel Garcia-0/+1
2014-07-09dp83640: Always decode received status framesStefan Sørensen-3/+3
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack-0/+44
2014-06-22net: phy: at803x: fix coccinelle warningsFengguang Wu-1/+1
2014-06-21net: phy: at803x: Add support for hardware resetDaniel Mack-41/+144
2014-06-21net: phy: at803x: use #defines for supported PHY idsDaniel Mack-6/+10
2014-06-21net: phylib: add link_change_notify callback to phy deviceDaniel Mack-0/+3
2014-06-11net: phy: realtek: register/unregister multiple drivers properlyJongsung Kim-51/+37
2014-06-11amd-xgbe: fix unused variable compilation warning in phylib driverfrançois romieu-1/+1
2014-06-05amd-xgbe: Configuration and build supportLendacky, Thomas-0/+7
2014-06-05amd-xgbe: Initial AMD 10GbE phylib driverLendacky, Thomas-0/+1357
2014-05-29net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack-0/+6
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+11
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer-1/+35
2014-05-22net: phy: genphy: Allow overwriting featuresSascha Hauer-6/+5
2014-05-16net: phy: extend fixed driver with fixed_phy_register()Thomas Petazzoni-0/+61
2014-05-16net: phy: decouple PHY id and PHY address in fixed PHY driverThomas Petazzoni-10/+10
2014-05-16net: phy: resume phydev when going to RESUMINGZhangfei Gao-7/+9
2014-05-15net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck-2/+2
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+15
2014-05-09mdio_bus: fix devm_mdiobus_alloc_size exportArnd Bergmann-1/+1
2014-05-09net: mdio-gpio: warn about missing bus alias idJohan Hovold-0/+4
2014-05-07ARM: i.MX6: Add OF configuration support for ksz9031Hubert Chaumette-1/+105
2014-05-02mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_freeGrygorii Strashko-0/+67
2014-05-02net phy: Check for aneg completion before setting state to PHY_RUNNINGBalakumaran Kannan-0/+11
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2014-04-23net/phy: Remove return value for void functionShruti Kanetkar-6/+3
2014-04-23net/phy: micrel: fix bugged test on device tree loading for ksz9021Hubert Chaumette-3/+3
2014-04-20net: phy: at803x: use genphy_config_init()Daniel Mack-33/+3
2014-04-20net: phy: export genphy_config_init()Daniel Mack-1/+2
2014-04-16net: mdio-gpio: Add support for separate MDI and MDO gpio pinsGuenter Roeck-3/+31
2014-04-16net: mdio-gpio: Add support for active low gpio pinsGuenter Roeck-6/+13
2014-04-16net: mdio-gpio: Use devm_ functions where possibleGuenter Roeck-14/+5
2014-04-09net phylib: Remove unnecessary condition check in phyBalakumaran Kannan-5/+1
2014-04-03net: Micrel KSZ8864RMN 4-port managed switch supportPhilipp Zabel-12/+40
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann-0/+1
2014-03-29phy/at8031: enable at8031 to work on interrupt modeZhao Qiang-0/+30
2014-03-28net: sun4i: remove empty MDIO bus reset functionFlorian Fainelli-6/+0
2014-03-26net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTERFlorian Fainelli-1/+1
2014-03-26net: phy: bcm7xxx: fix spurious MDIO failures during workaroundFlorian Fainelli-15/+15
2014-03-26net: phy: bcm7xxx: define constants for our registersFlorian Fainelli-11/+27
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+1
2014-03-21dp83640: let the periodic pin from the module parameter be a default.Richard Cochran-6/+13
2014-03-21dp83640: let external input pins from the module parameters be defaults.Richard Cochran-1/+4
2014-03-21dp83640: implement programmable pin functions.Richard Cochran-0/+52
2014-03-21dp83640: correct the periodic output frequencyRichard Cochran-5/+6
2014-03-21dp83640: trivial fixesRichard Cochran-3/+3
2014-03-19micrel: fix masking off LED bitsSergei Shtylyov-1/+1