summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2017-07-18net: phy: handle state correctly in phy_stop_machineNathan Sullivan1-1/+1
2017-07-18net: phy: Do not perform software reset for Generic PHYFlorian Fainelli1-1/+1
2016-08-23net: phy: Manage fixed PHY address space using IDAFlorian Fainelli1-11/+11
2016-05-01mdio-sun4i: oops in error handling in probeDan Carpenter1-1/+3
2016-03-09net: dp83640: Fix tx timestamp overflow handling.Manfred Rudigier1-0/+17
2016-03-08net: phy: bcm7xxx: Fix shadow mode 2 disablingFlorian Fainelli1-1/+1
2016-02-29net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTSFlorian Fainelli1-5/+10
2016-02-29net: phy: fix PHY_RUNNING in phy_state_machineShaohui Xie1-4/+12
2016-02-25net: phy: Fix phy_mac_interrupt()Florian Fainelli1-13/+18
2016-01-25net: phy: mdio-mux: Check return value of mdiobus_alloc()Tobias Klauser1-1/+6
2015-12-18broadcom: fix PHY_ID_BCM5481 entry in the id tableAaro Koskinen1-1/+1
2015-09-30fixed_phy: pass 'irq' to fixed_phy_add()Sergei Shtylyov1-1/+1
2015-07-06net: phy: fix phy link up when limiting speed via device treeMugunthan V N1-2/+3
2015-06-12net: dp83640: reinforce locking rules.Richard Cochran1-1/+16
2015-06-12net: dp83640: fix broken calibration routine.Richard Cochran1-1/+1
2015-06-12net: phy: Allow EEE for all RGMII variantsFlorian Fainelli1-2/+4
2015-03-12net: phy: Fix verification of EEE support in phy_init_eeeGuenter Roeck1-3/+20
2014-10-15net: phy: smsc: move smsc_phy_config_init reset part in a soft_reset functionGwenhael Goavec-Merou1-12/+21
2014-08-14Revert "net: phy: Set the driver when registering an MDIO bus device"Fabio Estevam1-1/+0
2014-07-29net: phy: re-apply PHY fixups during phy_register_deviceFlorian Fainelli1-1/+1
2014-07-25net: phy: Ensure the MDIO bus module is heldEzequiel Garcia1-0/+13
2014-07-25net: phy: Set the driver when registering an MDIO bus deviceEzequiel Garcia1-0/+1
2014-07-10dp83640: Always decode received status framesStefan Sørensen1-3/+3
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack1-0/+44
2014-06-23net: phy: at803x: fix coccinelle warningsFengguang Wu1-1/+1
2014-06-22net: phy: at803x: Add support for hardware resetDaniel Mack1-41/+144
2014-06-22net: phy: at803x: use #defines for supported PHY idsDaniel Mack1-6/+10
2014-06-22net: phylib: add link_change_notify callback to phy deviceDaniel Mack1-0/+3
2014-06-12net: 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-06amd-xgbe: Configuration and build supportLendacky, Thomas2-0/+7
2014-06-06amd-xgbe: Initial AMD 10GbE phylib driverLendacky, Thomas1-0/+1357
2014-05-30net: 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-17net: phy: extend fixed driver with fixed_phy_register()Thomas Petazzoni1-0/+61
2014-05-17net: 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-16net: 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-10mdio_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-08ARM: i.MX6: Add OF configuration support for ksz9031Hubert Chaumette1-1/+105
2014-05-03mdio_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-21net: phy: at803x: use genphy_config_init()Daniel Mack1-33/+3