aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-14net: phy: aquantia/teranetics: Convert to use module_phy_driver macroAxel Lin2-28/+2
2015-10-08net: phy: bcm7xxx: Modified to use global core register definesArun Parameswaran1-6/+3
2015-10-08net: phy: Broadcom Cygnus internal Etherent PHY driverArun Parameswaran3-0/+172
2015-10-08net: phy: Add Broadcom phy library for common interfacesArun Parameswaran7-237/+329
2015-10-08net: phy: Broadcom iProc MDIO bus driverArun Parameswaran3-0/+223
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman1-19/+40
2015-09-25net: update docbook comment for __mdiobus_register()Russell King1-2/+5
2015-09-25phy: marvell: add link partner advertised modesRussell King1-0/+9
2015-09-24phy: add phy_device_remove()Russell King2-5/+28
2015-09-24phy: fixed-phy: properly validate phy in fixed_phy_update_state()Russell King1-1/+1
2015-09-24phy: add proper phy struct device refcountingRussell King1-0/+12
2015-09-24phy: fix mdiobus module safetyRussell King2-16/+21
2015-09-24phy: fix of_mdio_find_bus() device refcount leakRussell King2-7/+16
2015-09-21net: phy: mdio-gpio: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-21net: phy: mdio-bcm-unimac: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-20Revert "net/phy: Add Vitesse 8641 phy ID"Kevin Hao1-14/+0
2015-09-09add microchip LAN88xx phy driverWoojung.Huh@microchip.com3-0/+154
2015-09-06fixed_phy: pass 'irq' to fixed_phy_add()Sergei Shtylyov1-1/+1
2015-09-01phylib: fix device deletion order in mdiobus_unregister()Mark Salter1-1/+1
2015-08-31net: phy: fixed_phy: Set phy capabilities even when link down.Andrew Lunn1-25/+48
2015-08-31phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn1-3/+23
2015-08-31phy: fixed_phy: Set supported speed in phydevAndrew Lunn1-0/+12
2015-08-31net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli1-0/+1
2015-08-28phylib: simplify NULL checksSergei Shtylyov2-5/+5
2015-08-28phylib: simplify bogus phy_device_create() resultSergei Shtylyov1-1/+1
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+22
2015-08-27net: phy: fixed: propagate fixed link values to structMadalin Bucur1-0/+9
2015-08-25net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect()Russell King1-4/+12
2015-08-25phylib: Make PHYs children of their MDIO bus, not the bus' parent.David Daney1-1/+1
2015-08-23net: phy: add interrupt support for aquantia phyShaohui Xie1-0/+49
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-16/+31
2015-08-17net: phy: fix semicolon.cocci warningskbuild test robot1-1/+1
2015-08-17net: phy: workaround for buggy cable detection by LAN8700 after cable pluggingIgor Plyatov1-12/+19
2015-08-17net: phy: fix PHY_RUNNING in phy_state_machineShaohui Xie1-4/+12
2015-08-10net: phy: select copper mode when Marvel 88e1111 in SGMIIMadalin Bucur1-0/+11
2015-08-09net: phy: add RealTek RTL8211DN phy idShaohui Xie1-0/+14
2015-07-31net: phy: add driver for aquantia phyShaohui Xie3-0/+158
2015-07-30net: phy: spi_ks8995: clean up ks8995_registers_read/writeVladimir Zapolskiy1-22/+0
2015-07-29net: mdio-octeon: Fix octeon_mdiobus_probe function for return valuesRadha Mohan Chintakuntla1-5/+9
2015-07-29net: mdio-octeon: Modify driver to work on both ThunderX and OcteonRadha Mohan Chintakuntla2-21/+111
2015-07-27net: phy: fix auto negotiation checking for teraneticsShaohui Xie1-2/+9
2015-07-27net: phy: dp83867: fix simple_return.cocci warningsWu Fengguang1-5/+1
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+18
2015-07-21net: phy: dp83867: Fix warning check for setting the internal delayDan Murphy1-1/+1
2015-07-21net: phy: fixed_phy: handle link-down caseStas Sergeev1-3/+5
2015-07-21net/mdio: fix mdio_bus_match for c45 PHYShaohui Xie1-2/+17
2015-07-20phylib: add driver for Teranetics TN2020Shaohui Xie3-0/+134
2015-07-17dp83640: only report generic filters in ts_infoJacob Keller1-9/+1
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-07-10net: phy: Support setting polarity in marvell phy driverDavid Thomson2-2/+41