aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-17phy: marvell: Fix and unify reg-init behaviorClemens Gruber1-2/+13
2016-02-17phy: keep pause flags in phy driver featuresWoojung.Huh@microchip.com1-1/+1
2016-02-16net: phy: bcm7xxx: Remove wildcard entriesFlorian Fainelli1-31/+0
2016-02-16net: phy: bcm7xxx: Fix bcm7xxx_config_init() checkFlorian Fainelli1-4/+0
2016-02-16net: phy: bcm7xxx: Fix 40nm EPHY featuresFlorian Fainelli1-3/+3
2016-02-16net: phy: bcm7xxx: Fix shadow mode 2 disablingFlorian Fainelli1-1/+1
2016-01-28net: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-0/+1
2016-01-21net: phy: smsc: Fix disabling energy detect modeTeresa Remmet1-10/+44
2016-01-21net: phy: Fix phy_mac_interrupt()Florian Fainelli1-13/+18
2016-01-21net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTSFlorian Fainelli1-5/+10
2016-01-20net: dp83640: Fix tx timestamp overflow handling.Manfred Rudigier1-0/+17
2016-01-17net: phy: at803x: Add the interrupt register bit definitionsMartin Blumenstingl1-9/+23
2016-01-17net: phy: at803x: Clean up duplicate register definitionsMartin Blumenstingl1-8/+11
2016-01-17net: phy: at803x: Allow specifying the RGMII RX clock delay via phy modeMartin Blumenstingl1-9/+54
2016-01-17net: phy: at803x: Don't set gbit features for the AR8030 phyMartin Blumenstingl1-1/+1
2016-01-15net: phy: turn carrier off on phy attachSjoerd Simons1-0/+5
2016-01-12phy: remove an unneeded conditionDan Carpenter1-1/+1
2016-01-12mdio_bus: NULL dereference on allocation errorDan Carpenter1-5/+6
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10
2016-01-10net: phy: Add support for SMSC LAN8740 PHYJoshua Henderson1-0/+22
2016-01-08phy: micrel: Fix finding PHY properties in MAC node for KSZ9031.Roosen Henri1-2/+10
2016-01-07mdio: Abstract device_remove() and device_free()Andrew Lunn3-14/+29
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn4-13/+198
2016-01-07mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register()Andrew Lunn1-1/+15
2016-01-07mdio_bus: Generalise of_mdiobus_link_phydev()Andrew Lunn1-14/+15
2016-01-07phy: Move phy specific bus match into phy_deviceAndrew Lunn2-26/+40
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn26-118/+8
2016-01-07phy: Move PHY PM operations into phy_deviceAndrew Lunn2-73/+120
2016-01-07phy_device: Move phy attributes into phy_deviceAndrew Lunn2-42/+44
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2-13/+54
2016-01-07phy: Add an mdio_device structureAndrew Lunn13-89/+95
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn8-36/+10
2016-01-07phy: mdio-octeon: Use devm_mdiobus_alloc_size()Andrew Lunn1-7/+5
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-0/+27
2016-01-07phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn4-32/+23
2016-01-07phy: add phydev_name() wrapperAndrew Lunn2-2/+2
2016-01-07phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn4-13/+17
2015-12-31phy: micrel: Add ethtool statistics countersAndrew Lunn1-0/+96
2015-12-31phy: marvell: Add ethtool statistics countersAndrew Lunn1-0/+135
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+17
2015-12-14net: phy: mdio-mux: Check return value of mdiobus_alloc()Tobias Klauser1-1/+6
2015-12-11phy: micrel: Fix finding PHY properties in MAC node.Andrew Lunn1-2/+11
2015-12-06PHY: DP83867: Remove looking in parent device for OF propertiesAndrew Lunn1-4/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2015-12-03net: phy: reset only targeted phyJérôme Pouiller1-1/+2
2015-11-25net: phy: bcm7xxx: Add entry for Broadcom BCM7435Florian Fainelli1-0/+14
2015-11-23broadcom: fix PHY_ID_BCM5481 entry in the id tableAaro Koskinen1-1/+1
2015-11-17net: phy: Use interrupts when available in NOLINK stateAndrew Lunn1-0/+3
2015-11-17phy: marvell: Add support for 88E1540 PHYAndrew Lunn1-0/+16
2015-11-16net: phy: vitesse: add support for VSC8601Måns Rullgård1-1/+15