summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2015-12-14net: phy: mdio-mux: Check return value of mdiobus_alloc()Tobias Klauser-1/+6
2015-12-11phy: micrel: Fix finding PHY properties in MAC node.Andrew Lunn-2/+11
2015-12-03net: phy: reset only targeted phyJérôme Pouiller-1/+2
2015-11-23broadcom: fix PHY_ID_BCM5481 entry in the id tableAaro Koskinen-1/+1
2015-11-17net: phy: Use interrupts when available in NOLINK stateAndrew Lunn-0/+3
2015-11-17phy: marvell: Add support for 88E1540 PHYAndrew Lunn-0/+16
2015-11-16net: phy: vitesse: add support for VSC8601Måns Rullgård-1/+15
2015-11-16net: phy: at803x: support interrupt on 8030 and 8035Måns Rullgård-0/+4
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds-1/+0
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown-1/+0
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-25/+49
2015-11-03dp83640: Only wait for timestamps for packets with timestamping enabled.Stefan Sørensen-12/+13
2015-11-03dp83640: Prune rx timestamp list before reading from itStefan Sørensen-0/+1
2015-11-03dp83640: Delay scheduled work.Stefan Sørensen-8/+12
2015-11-03dp83640: Include hash in timestamp/packet matchingStefan Sørensen-3/+15
2015-11-02net: phy: fix a bug in get_phy_c45_idsShaohui Xie-25/+49
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis-1/+0
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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+141
2015-10-23net: phy: Add nested variants of mdiobus read/writeNeil Armstrong-0/+55
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: mdio-gpio: move platform data headerVivien Didelot-1/+1
2015-10-21net: phy: smsc: disable energy detect modeHeiko Schocher-5/+14
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+0
2015-10-18net: phy: bcm-phy-lib: Fix module license issueArun Parameswaran-0/+5
2015-10-14net: phy: aquantia/teranetics: Convert to use module_phy_driver macroAxel Lin-28/+2
2015-10-08net: mdio-octeon: Drop obsolete Kconfig adviceJean Delvare-2/+0
2015-10-08net: phy: bcm7xxx: Modified to use global core register definesArun Parameswaran-6/+3
2015-10-08net: phy: Broadcom Cygnus internal Etherent PHY driverArun Parameswaran-0/+172
2015-10-08net: phy: Add Broadcom phy library for common interfacesArun Parameswaran-237/+329
2015-10-08net: phy: Broadcom iProc MDIO bus driverArun Parameswaran-0/+223
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman-19/+40
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