summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2015-10-26net: phy: mdio: add missing of_node_putJulia Lawall-0/+2
2015-10-26netdev/phy: add missing of_node_putJulia Lawall-0/+1
2015-10-23net/phy: micrel: Add workaround for bad autonegNathan Sullivan-1/+22
2015-10-22net: phy: dp83848: Add TI DP83848 Ethernet PHYAndrew F. Davis-0/+105
2015-10-21net: phy: smsc: disable energy detect modeHeiko Schocher-5/+14
2015-10-08net: mdio-octeon: Drop obsolete Kconfig adviceJean Delvare-2/+0
2015-09-25net: update docbook comment for __mdiobus_register()Russell King-2/+5
2015-09-25phy: marvell: add link partner advertised modesRussell King-0/+9
2015-09-24phy: add phy_device_remove()Russell King-5/+28
2015-09-24phy: fixed-phy: properly validate phy in fixed_phy_update_state()Russell King-1/+1
2015-09-24phy: add proper phy struct device refcountingRussell King-0/+12
2015-09-24phy: fix mdiobus module safetyRussell King-16/+21
2015-09-24phy: fix of_mdio_find_bus() device refcount leakRussell King-7/+16
2015-09-21net: phy: mdio-gpio: Fix module autoload for OF platform driverLuis de Bethencourt-0/+1
2015-09-21net: phy: mdio-bcm-unimac: Fix module autoload for OF platform driverLuis de Bethencourt-0/+1
2015-09-20Revert "net/phy: Add Vitesse 8641 phy ID"Kevin Hao-14/+0
2015-09-09add microchip LAN88xx phy driverWoojung.Huh@microchip.com-0/+154
2015-09-06fixed_phy: pass 'irq' to fixed_phy_add()Sergei Shtylyov-1/+1
2015-09-01phylib: fix device deletion order in mdiobus_unregister()Mark Salter-1/+1
2015-08-31net: phy: fixed_phy: Set phy capabilities even when link down.Andrew Lunn-25/+48
2015-08-31phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn-3/+23
2015-08-31phy: fixed_phy: Set supported speed in phydevAndrew Lunn-0/+12
2015-08-31net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli-0/+1
2015-08-28phylib: simplify NULL checksSergei Shtylyov-5/+5
2015-08-28phylib: simplify bogus phy_device_create() resultSergei Shtylyov-1/+1
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+22
2015-08-27net: phy: fixed: propagate fixed link values to structMadalin Bucur-0/+9
2015-08-25net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect()Russell King-4/+12
2015-08-25phylib: Make PHYs children of their MDIO bus, not the bus' parent.David Daney-1/+1
2015-08-23net: phy: add interrupt support for aquantia phyShaohui Xie-0/+49
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+31
2015-08-17net: phy: fix semicolon.cocci warningskbuild test robot-1/+1
2015-08-17net: phy: workaround for buggy cable detection by LAN8700 after cable pluggingIgor Plyatov-12/+19
2015-08-17net: phy: fix PHY_RUNNING in phy_state_machineShaohui Xie-4/+12
2015-08-10net: phy: select copper mode when Marvel 88e1111 in SGMIIMadalin Bucur-0/+11
2015-08-09net: phy: add RealTek RTL8211DN phy idShaohui Xie-0/+14
2015-07-31net: phy: add driver for aquantia phyShaohui Xie-0/+158
2015-07-30net: phy: spi_ks8995: clean up ks8995_registers_read/writeVladimir Zapolskiy-22/+0
2015-07-29net: mdio-octeon: Fix octeon_mdiobus_probe function for return valuesRadha Mohan Chintakuntla-5/+9
2015-07-29net: mdio-octeon: Modify driver to work on both ThunderX and OcteonRadha Mohan Chintakuntla-21/+111
2015-07-27net: phy: fix auto negotiation checking for teraneticsShaohui Xie-2/+9
2015-07-27net: phy: dp83867: fix simple_return.cocci warningsWu Fengguang-5/+1
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+18
2015-07-21net: phy: dp83867: Fix warning check for setting the internal delayDan Murphy-1/+1
2015-07-21net: phy: fixed_phy: handle link-down caseStas Sergeev-3/+5
2015-07-21net/mdio: fix mdio_bus_match for c45 PHYShaohui Xie-2/+17
2015-07-20phylib: add driver for Teranetics TN2020Shaohui Xie-0/+134
2015-07-17dp83640: only report generic filters in ts_infoJacob Keller-9/+1
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-07-10net: phy: Support setting polarity in marvell phy driverDavid Thomson-2/+41