summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Manage fixed PHY address space using IDAFlorian Fainelli2016-08-221-11/+11
* mdio-sun4i: oops in error handling in probeDan Carpenter2016-05-011-1/+3
* net: dp83640: Fix tx timestamp overflow handling.Manfred Rudigier2016-03-091-0/+17
* net: phy: bcm7xxx: Fix shadow mode 2 disablingFlorian Fainelli2016-03-081-1/+1
* net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTSFlorian Fainelli2016-02-291-5/+10
* net: phy: fix PHY_RUNNING in phy_state_machineShaohui Xie2016-02-291-4/+12
* net: phy: Fix phy_mac_interrupt()Florian Fainelli2016-02-251-13/+18
* net: phy: mdio-mux: Check return value of mdiobus_alloc()Tobias Klauser2016-01-251-1/+6
* broadcom: fix PHY_ID_BCM5481 entry in the id tableAaro Koskinen2015-12-181-1/+1
* fixed_phy: pass 'irq' to fixed_phy_add()Sergei Shtylyov2015-09-301-1/+1
* net: phy: fix phy link up when limiting speed via device treeMugunthan V N2015-07-061-2/+3
* net: dp83640: reinforce locking rules.Richard Cochran2015-06-121-1/+16
* net: dp83640: fix broken calibration routine.Richard Cochran2015-06-121-1/+1
* net: phy: Allow EEE for all RGMII variantsFlorian Fainelli2015-06-121-2/+4
* net: phy: Fix verification of EEE support in phy_init_eeeGuenter Roeck2015-03-121-3/+20
* net: phy: smsc: move smsc_phy_config_init reset part in a soft_reset functionGwenhael Goavec-Merou2014-10-151-12/+21
* Revert "net: phy: Set the driver when registering an MDIO bus device"Fabio Estevam2014-08-141-1/+0
* net: phy: re-apply PHY fixups during phy_register_deviceFlorian Fainelli2014-07-291-1/+1
* net: phy: Ensure the MDIO bus module is heldEzequiel Garcia2014-07-241-0/+13
* net: phy: Set the driver when registering an MDIO bus deviceEzequiel Garcia2014-07-241-0/+1
* dp83640: Always decode received status framesStefan Sørensen2014-07-091-3/+3
* net: fix circular dependency in of_mdio codeDaniel Mack2014-07-021-0/+44
* net: phy: at803x: fix coccinelle warningsFengguang Wu2014-06-221-1/+1
* net: phy: at803x: Add support for hardware resetDaniel Mack2014-06-211-41/+144
* net: phy: at803x: use #defines for supported PHY idsDaniel Mack2014-06-211-6/+10
* net: phylib: add link_change_notify callback to phy deviceDaniel Mack2014-06-211-0/+3
* net: phy: realtek: register/unregister multiple drivers properlyJongsung Kim2014-06-111-51/+37
* amd-xgbe: fix unused variable compilation warning in phylib driverfrançois romieu2014-06-111-1/+1
* amd-xgbe: Configuration and build supportLendacky, Thomas2014-06-052-0/+7
* amd-xgbe: Initial AMD 10GbE phylib driverLendacky, Thomas2014-06-051-0/+1357
* net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack2014-05-291-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-242-9/+11
|\
| * net: phy: resume phydev when going to RESUMINGZhangfei Gao2014-05-161-7/+9
| * net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck2014-05-151-2/+2
* | net: phy: make of_set_phy_supported work with genphy driverSascha Hauer2014-05-221-1/+35
* | net: phy: genphy: Allow overwriting featuresSascha Hauer2014-05-221-6/+5
* | net: phy: extend fixed driver with fixed_phy_register()Thomas Petazzoni2014-05-161-0/+61
* | net: phy: decouple PHY id and PHY address in fixed PHY driverThomas Petazzoni2014-05-161-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-122-0/+15
|\|
| * net: mdio-gpio: warn about missing bus alias idJohan Hovold2014-05-091-0/+4
| * net phy: Check for aneg completion before setting state to PHY_RUNNINGBalakumaran Kannan2014-05-021-0/+11
* | mdio_bus: fix devm_mdiobus_alloc_size exportArnd Bergmann2014-05-091-1/+1
* | ARM: i.MX6: Add OF configuration support for ksz9031Hubert Chaumette2014-05-071-1/+105
* | mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_freeGrygorii Strashko2014-05-021-0/+67
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-241-3/+3
|\|
| * net/phy: micrel: fix bugged test on device tree loading for ksz9021Hubert Chaumette2014-04-231-3/+3
* | net/phy: Remove return value for void functionShruti Kanetkar2014-04-233-6/+3
* | net: phy: at803x: use genphy_config_init()Daniel Mack2014-04-201-33/+3
* | net: phy: export genphy_config_init()Daniel Mack2014-04-201-1/+2
|/
* net: mdio-gpio: Add support for separate MDI and MDO gpio pinsGuenter Roeck2014-04-161-3/+31