aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-10net: phy: Pass mdix ethtool setting through to phy driverDavid Thomson1-0/+2
2015-07-08net: phy: add dependency on HAS_IOMEM to MDIO_BUS_MUX_MMIOREGRob Herring1-1/+1
2015-06-28net: phy: mdio-bcm-unimac: workaround initial read failures for integrated PHYsFlorian Fainelli1-0/+43
2015-06-28net: phy: bcm7xxx: workaround MDIO management controller initial readFlorian Fainelli1-0/+7
2015-06-28net/phy: tune get_phy_c45_ids to support more c45 phyShengzhou Liu1-6/+14
2015-06-28net: phy: fix phy link up when limiting speed via device treeMugunthan V N1-2/+3
2015-06-25net/phy: Add Vitesse 8641 phy IDShaohui Xie1-0/+14
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-1945/+416
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+2
2015-06-23net/phy: Add support for Realtek RTL8211FShengzhou Liu1-1/+67
2015-06-11net: phy: mdio-bcm-unimac: handle broken turn-around for specific PHYsFlorian Fainelli1-1/+7
2015-06-11net: phy: davicom: add IDs for DM9161B and C variantsGustavo Zacarias1-0/+13
2015-06-08net: phy: dp83867: Fix device tree entriesDan Murphy1-3/+3
2015-06-08net: phy: bcm7xxx: update workaround to fix 100BaseT corner casesFlorian Fainelli1-2/+5
2015-06-08net/phy: micrel: Center FLP timing at 16msJaeden Amero1-1/+22
2015-06-08net/phy: micrel: Comment MMD address of extended registersJaeden Amero1-0/+1
2015-06-08net/phy: micrel: Be more const correctJaeden Amero1-14/+15