summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-051-1/+0
|\
| *-. Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-041-1/+0
| |\ \
| | | * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-25/+49
|\ \ \
| * | | net: phy: fix a bug in get_phy_c45_idsShaohui Xie2015-11-021-25/+49
| |/ /
* | | dp83640: Only wait for timestamps for packets with timestamping enabled.Stefan Sørensen2015-11-031-12/+13
* | | dp83640: Prune rx timestamp list before reading from itStefan Sørensen2015-11-031-0/+1
* | | dp83640: Delay scheduled work.Stefan Sørensen2015-11-031-8/+12
* | | dp83640: Include hash in timestamp/packet matchingStefan Sørensen2015-11-031-3/+15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-012-0/+3
|\| |
| * | net: phy: mdio: add missing of_node_putJulia Lawall2015-10-261-0/+2
| * | netdev/phy: add missing of_node_putJulia Lawall2015-10-261-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-245-6/+141
|\| |
| * | net/phy: micrel: Add workaround for bad autonegNathan Sullivan2015-10-231-1/+22
| * | net: phy: dp83848: Add TI DP83848 Ethernet PHYAndrew F. Davis2015-10-223-0/+105
| * | net: phy: smsc: disable energy detect modeHeiko Schocher2015-10-211-5/+14
* | | net: phy: Add nested variants of mdiobus read/writeNeil Armstrong2015-10-231-0/+55
* | | net: mdio-gpio: move platform data headerVivien Didelot2015-10-211-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-2/+0
|\| |
| * | net: mdio-octeon: Drop obsolete Kconfig adviceJean Delvare2015-10-081-2/+0
* | | net: phy: bcm-phy-lib: Fix module license issueArun Parameswaran2015-10-181-0/+5
* | | net: phy: aquantia/teranetics: Convert to use module_phy_driver macroAxel Lin2015-10-142-28/+2
* | | net: phy: bcm7xxx: Modified to use global core register definesArun Parameswaran2015-10-081-6/+3
* | | net: phy: Broadcom Cygnus internal Etherent PHY driverArun Parameswaran2015-10-083-0/+172
* | | net: phy: Add Broadcom phy library for common interfacesArun Parameswaran2015-10-087-237/+329
* | | net: phy: Broadcom iProc MDIO bus driverArun Parameswaran2015-10-083-0/+223
* | | phylib: Add phy_set_max_speed helperSimon Horman2015-10-031-19/+40
|/ /
* | net: update docbook comment for __mdiobus_register()Russell King2015-09-251-2/+5
* | phy: marvell: add link partner advertised modesRussell King2015-09-251-0/+9
* | phy: add phy_device_remove()Russell King2015-09-242-5/+28
* | phy: fixed-phy: properly validate phy in fixed_phy_update_state()Russell King2015-09-241-1/+1
* | phy: add proper phy struct device refcountingRussell King2015-09-241-0/+12
* | phy: fix mdiobus module safetyRussell King2015-09-242-16/+21
* | phy: fix of_mdio_find_bus() device refcount leakRussell King2015-09-242-7/+16
* | net: phy: mdio-gpio: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* | net: phy: mdio-bcm-unimac: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-211-0/+1
* | Revert "net/phy: Add Vitesse 8641 phy ID"Kevin Hao2015-09-201-14/+0
|/
* add microchip LAN88xx phy driverWoojung.Huh@microchip.com2015-09-093-0/+154
* fixed_phy: pass 'irq' to fixed_phy_add()Sergei Shtylyov2015-09-061-1/+1
* phylib: fix device deletion order in mdiobus_unregister()Mark Salter2015-09-011-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-273-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-251-4/+12
| * phylib: Make PHYs children of their MDIO bus, not the bus' parent.David Daney2015-08-251-1/+1