summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-25/+49
* | phylib: Add phy_set_max_speed helperSimon Horman2015-10-031-19/+40
|/
* phy: add phy_device_remove()Russell King2015-09-251-0/+18
* phy: add proper phy struct device refcountingRussell King2015-09-251-0/+12
* phy: fix mdiobus module safetyRussell King2015-09-251-14/+18
* phylib: simplify NULL checksSergei Shtylyov2015-08-281-3/+3
* phylib: simplify bogus phy_device_create() resultSergei Shtylyov2015-08-281-1/+1
* phylib: Make PHYs children of their MDIO bus, not the bus' parent.David Daney2015-08-251-1/+1
* 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: keep track of the PHY suspend stateFlorian Fainelli2015-01-271-4/+18
* phylib: use MDIO_DEVS[12]Sergei Shtylyov2014-08-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-1/+14
|\
| * net: phy: re-apply PHY fixups during phy_register_deviceFlorian Fainelli2014-07-291-1/+1
| * net: phy: Ensure the MDIO bus module is heldEzequiel Garcia2014-07-251-0/+13
* | net: phy: export phy_suspend and phy_resumeFlorian Fainelli2014-07-091-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-2/+2
|\
| * net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck2014-05-161-2/+2
* | net: phy: make of_set_phy_supported work with genphy driverSascha Hauer2014-05-221-1/+35
* | net: phy: genphy: Allow overwriting featuresSascha Hauer2014-05-221-6/+5Star
* | net: phy: export genphy_config_init()Daniel Mack2014-04-211-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-261-2/+1Star
|\
| * net: phy: fix uninitalized ethtool_wolinfo in phy_suspendSebastian Hesselbarth2014-03-151-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-7/+9
|\|
| * phy: unmask link partner capabilitiesCristian Bercaru2014-02-261-7/+9
* | net: phy: allow PHY drivers to implement their own software resetFlorian Fainelli2014-02-171-2/+14
* | net: phy: move PHY software reset to genphy_soft_resetFlorian Fainelli2014-02-171-5/+22
* | net: phy: add "has_fixups" boolean propertyFlorian Fainelli2014-02-131-0/+1
* | net: phy: allow driver to implement their own aneg_doneFlorian Fainelli2014-02-131-0/+1
* | net: phy: add genphy_aneg_done()Florian Fainelli2014-02-131-0/+16
|/
* net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli2014-02-051-14/+24
* phy: cleanup 10g codestephen hemminger2014-01-201-20/+4Star
* phylib: Support attaching to generic 10g driverAndy Fleming2014-01-131-13/+9Star
* phylib: Add generic 10G driverAndy Fleming2014-01-131-0/+81
* phylib: turn genphy_driver to an arrayShaohui Xie2014-01-131-8/+21
* phylib: make phy_scan_fixups() staticSergei Shtylyov2014-01-051-2/+1Star
* phylib: remove unused adjust_state() callbackSergei Shtylyov2014-01-051-1/+1
* phy: kill excess empty linesSergei Shtylyov2014-01-051-17/+0Star
* phy: kill excess codeSergei Shtylyov2014-01-051-21/+8Star
* phy: kill useless local variablesSergei Shtylyov2014-01-051-8/+2Star
* phy: coding style fixesSergei Shtylyov2014-01-051-71/+78
* net: phy: fix checkpatch errorsFlorian Fainelli2013-12-181-7/+7
* net: phy: resume/suspend PHYs on attach/detachSebastian Hesselbarth2013-12-171-0/+3
* net: phy: provide phy_resume/phy_suspend helpersSebastian Hesselbarth2013-12-171-0/+24
* net: phy: consolidate PHY reset in phy_init_hw()Florian Fainelli2013-12-101-1/+55
* net: phy: report link partner features through ethtoolFlorian Fainelli2013-12-101-0/+6
* net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur2013-11-211-2/+2
* phy: allow drivers to flag a PHY device as internalFlorian Fainelli2013-05-281-0/+3
* phy: add phy_mac_interrupt() to use with PHY_IGNORE_INTERRUPTFlorian Fainelli2013-05-201-0/+1