summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* add microchip LAN88xx phy driverWoojung.Huh@microchip.com2015-09-103-0/+154
* fixed_phy: pass 'irq' to fixed_phy_add()Sergei Shtylyov2015-09-071-1/+1
* phylib: fix device deletion order in mdiobus_unregister()Mark Salter2015-09-021-1/+1
* net: phy: fixed_phy: Set phy capabilities even when link down.Andrew Lunn2015-08-311-25/+48
* phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn2015-08-311-3/+23
* phy: fixed_phy: Set supported speed in phydevAndrew Lunn2015-08-311-0/+12
* net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc.Florian Fainelli2015-08-311-0/+1
* phylib: simplify NULL checksSergei Shtylyov2015-08-282-5/+5
* phylib: simplify bogus phy_device_create() resultSergei Shtylyov2015-08-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-283-5/+22
|\
| * net: phy: fixed: propagate fixed link values to structMadalin Bucur2015-08-271-0/+9
| * net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect()Russell King2015-08-261-4/+12
| * phylib: Make PHYs children of their MDIO bus, not the bus' parent.David Daney2015-08-251-1/+1
* | net: phy: add interrupt support for aquantia phyShaohui Xie2015-08-241-0/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-212-16/+31
|\|
| * net: phy: fix semicolon.cocci warningskbuild test robot2015-08-181-1/+1
| * net: phy: workaround for buggy cable detection by LAN8700 after cable pluggingIgor Plyatov2015-08-171-12/+19
| * net: phy: fix PHY_RUNNING in phy_state_machineShaohui Xie2015-08-171-4/+12
* | net: phy: select copper mode when Marvel 88e1111 in SGMIIMadalin Bucur2015-08-101-0/+11
* | net: phy: add RealTek RTL8211DN phy idShaohui Xie2015-08-101-0/+14
* | net: phy: add driver for aquantia phyShaohui Xie2015-08-013-0/+158
* | net: phy: spi_ks8995: clean up ks8995_registers_read/writeVladimir Zapolskiy2015-07-301-22/+0Star
* | net: mdio-octeon: Fix octeon_mdiobus_probe function for return valuesRadha Mohan Chintakuntla2015-07-301-5/+9
* | net: mdio-octeon: Modify driver to work on both ThunderX and OcteonRadha Mohan Chintakuntla2015-07-302-21/+111
* | net: phy: fix auto negotiation checking for teraneticsShaohui Xie2015-07-271-2/+9
* | net: phy: dp83867: fix simple_return.cocci warningsWu Fengguang2015-07-271-5/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-232-3/+18
|\|
| * net: phy: dp83867: Fix warning check for setting the internal delayDan Murphy2015-07-221-1/+1
| * net/mdio: fix mdio_bus_match for c45 PHYShaohui Xie2015-07-211-2/+17
* | net: phy: fixed_phy: handle link-down caseStas Sergeev2015-07-221-3/+5
* | phylib: add driver for Teranetics TN2020Shaohui Xie2015-07-213-0/+134
* | dp83640: only report generic filters in ts_infoJacob Keller2015-07-181-9/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-141-1/+1
|\|
| * net: phy: add dependency on HAS_IOMEM to MDIO_BUS_MUX_MMIOREGRob Herring2015-07-081-1/+1
* | net: phy: Support setting polarity in marvell phy driverDavid Thomson2015-07-112-2/+41
* | net: phy: Pass mdix ethtool setting through to phy driverDavid Thomson2015-07-111-0/+2
|/
* net: phy: mdio-bcm-unimac: workaround initial read failures for integrated PHYsFlorian Fainelli2015-06-291-0/+43
* net: phy: bcm7xxx: workaround MDIO management controller initial readFlorian Fainelli2015-06-291-0/+7
* net/phy: tune get_phy_c45_ids to support more c45 phyShengzhou Liu2015-06-291-6/+14
* net: phy: fix phy link up when limiting speed via device treeMugunthan V N2015-06-291-2/+3
* net/phy: Add Vitesse 8641 phy IDShaohui Xie2015-06-251-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2514-1945/+416Star
|\
| * net/phy: Add support for Realtek RTL8211FShengzhou Liu2015-06-231-1/+67
| * net: phy: mdio-bcm-unimac: handle broken turn-around for specific PHYsFlorian Fainelli2015-06-111-1/+7
| * net: phy: davicom: add IDs for DM9161B and C variantsGustavo Zacarias2015-06-111-0/+13
| * net: phy: dp83867: Fix device tree entriesDan Murphy2015-06-091-3/+3
| * net: phy: bcm7xxx: update workaround to fix 100BaseT corner casesFlorian Fainelli2015-06-081-2/+5
| * net/phy: micrel: Center FLP timing at 16msJaeden Amero2015-06-081-1/+22
| * net/phy: micrel: Comment MMD address of extended registersJaeden Amero2015-06-081-0/+1
| * net/phy: micrel: Be more const correctJaeden Amero2015-06-081-14/+15