summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2016-03-01phy: micrel: Disable auto negotiation on startupAlexandre Belloni-0/+11
2016-03-01phy: micrel: Ensure interrupts are reenabled on resumeAlexandre Belloni-1/+16
2016-02-17phy: marvell: Fix and unify reg-init behaviorClemens Gruber-2/+13
2016-02-17phy: keep pause flags in phy driver featuresWoojung.Huh@microchip.com-1/+1
2016-02-16net: phy: bcm7xxx: Remove wildcard entriesFlorian Fainelli-31/+0
2016-02-16net: phy: bcm7xxx: Fix bcm7xxx_config_init() checkFlorian Fainelli-4/+0
2016-02-16net: phy: bcm7xxx: Fix 40nm EPHY featuresFlorian Fainelli-3/+3
2016-02-16net: phy: bcm7xxx: Fix shadow mode 2 disablingFlorian Fainelli-1/+1
2016-01-28net: Fix dependencies for !HAS_IOMEM archsRichard Weinberger-0/+1
2016-01-21net: phy: smsc: Fix disabling energy detect modeTeresa Remmet-10/+44
2016-01-21net: phy: Fix phy_mac_interrupt()Florian Fainelli-13/+18
2016-01-21net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTSFlorian Fainelli-5/+10
2016-01-20net: dp83640: Fix tx timestamp overflow handling.Manfred Rudigier-0/+17
2016-01-17net: phy: at803x: Add the interrupt register bit definitionsMartin Blumenstingl-9/+23
2016-01-17net: phy: at803x: Clean up duplicate register definitionsMartin Blumenstingl-8/+11
2016-01-17net: phy: at803x: Allow specifying the RGMII RX clock delay via phy modeMartin Blumenstingl-9/+54
2016-01-17net: phy: at803x: Don't set gbit features for the AR8030 phyMartin Blumenstingl-1/+1
2016-01-15net: phy: turn carrier off on phy attachSjoerd Simons-0/+5
2016-01-12phy: remove an unneeded conditionDan Carpenter-1/+1
2016-01-12mdio_bus: NULL dereference on allocation errorDan Carpenter-5/+6
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+10
2016-01-10net: phy: Add support for SMSC LAN8740 PHYJoshua Henderson-0/+22
2016-01-08phy: micrel: Fix finding PHY properties in MAC node for KSZ9031.Roosen Henri-2/+10
2016-01-07mdio: Abstract device_remove() and device_free()Andrew Lunn-14/+29
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn-13/+198
2016-01-07mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register()Andrew Lunn-1/+15
2016-01-07mdio_bus: Generalise of_mdiobus_link_phydev()Andrew Lunn-14/+15
2016-01-07phy: Move phy specific bus match into phy_deviceAndrew Lunn-26/+40
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn-118/+8
2016-01-07phy: Move PHY PM operations into phy_deviceAndrew Lunn-73/+120
2016-01-07phy_device: Move phy attributes into phy_deviceAndrew Lunn-42/+44
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn-13/+54
2016-01-07phy: Add an mdio_device structureAndrew Lunn-89/+95
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn-36/+10
2016-01-07phy: mdio-octeon: Use devm_mdiobus_alloc_size()Andrew Lunn-7/+5
2016-01-07phy: Centralise print about attached phyAndrew Lunn-0/+27
2016-01-07phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn-32/+23
2016-01-07phy: add phydev_name() wrapperAndrew Lunn-2/+2
2016-01-07phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn-13/+17
2015-12-31phy: micrel: Add ethtool statistics countersAndrew Lunn-0/+96
2015-12-31phy: marvell: Add ethtool statistics countersAndrew Lunn-0/+135
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+17
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-06PHY: DP83867: Remove looking in parent device for OF propertiesAndrew Lunn-4/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2015-12-03net: phy: reset only targeted phyJérôme Pouiller-1/+2
2015-11-25net: phy: bcm7xxx: Add entry for Broadcom BCM7435Florian Fainelli-0/+14
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