summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman1-19/+40
2015-09-25phy: add phy_device_remove()Russell King1-0/+18
2015-09-25phy: add proper phy struct device refcountingRussell King1-0/+12
2015-09-25phy: fix mdiobus module safetyRussell King1-14/+18
2015-08-29phylib: simplify NULL checksSergei Shtylyov1-3/+3
2015-08-29phylib: simplify bogus phy_device_create() resultSergei Shtylyov1-1/+1
2015-08-25phylib: Make PHYs children of their MDIO bus, not the bus' parent.David Daney1-1/+1
2015-06-29net/phy: tune get_phy_c45_ids to support more c45 phyShengzhou Liu1-6/+14
2015-06-29net: phy: fix phy link up when limiting speed via device treeMugunthan V N1-2/+3
2015-01-27net: phy: keep track of the PHY suspend stateFlorian Fainelli1-4/+18
2014-08-23phylib: use MDIO_DEVS[12]Sergei Shtylyov1-2/+2
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+14
2014-07-29net: phy: re-apply PHY fixups during phy_register_deviceFlorian Fainelli1-1/+1
2014-07-25net: phy: Ensure the MDIO bus module is heldEzequiel Garcia1-0/+13
2014-07-09net: phy: export phy_suspend and phy_resumeFlorian Fainelli1-0/+2
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer1-1/+35
2014-05-22net: phy: genphy: Allow overwriting featuresSascha Hauer1-6/+5
2014-05-16net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck1-2/+2
2014-04-21net: phy: export genphy_config_init()Daniel Mack1-1/+2
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2014-03-15net: phy: fix uninitalized ethtool_wolinfo in phy_suspendSebastian Hesselbarth1-2/+1
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+9
2014-02-26phy: unmask link partner capabilitiesCristian Bercaru1-7/+9
2014-02-18net: phy: allow PHY drivers to implement their own software resetFlorian Fainelli1-2/+14
2014-02-18net: phy: move PHY software reset to genphy_soft_resetFlorian Fainelli1-5/+22
2014-02-13net: phy: add "has_fixups" boolean propertyFlorian Fainelli1-0/+1
2014-02-13net: phy: allow driver to implement their own aneg_doneFlorian Fainelli1-0/+1
2014-02-13net: phy: add genphy_aneg_done()Florian Fainelli1-0/+16
2014-02-05net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli1-14/+24
2014-01-20phy: cleanup 10g codestephen hemminger1-20/+4
2014-01-14phylib: Support attaching to generic 10g driverAndy Fleming1-13/+9
2014-01-14phylib: Add generic 10G driverAndy Fleming1-0/+81
2014-01-14phylib: turn genphy_driver to an arrayShaohui Xie1-8/+21
2014-01-05phylib: make phy_scan_fixups() staticSergei Shtylyov1-2/+1
2014-01-05phylib: remove unused adjust_state() callbackSergei Shtylyov1-1/+1
2014-01-05phy: kill excess empty linesSergei Shtylyov1-17/+0
2014-01-05phy: kill excess codeSergei Shtylyov1-21/+8
2014-01-05phy: kill useless local variablesSergei Shtylyov1-8/+2
2014-01-05phy: coding style fixesSergei Shtylyov1-71/+78
2013-12-18net: phy: fix checkpatch errorsFlorian Fainelli1-7/+7
2013-12-17net: phy: resume/suspend PHYs on attach/detachSebastian Hesselbarth1-0/+3
2013-12-17net: phy: provide phy_resume/phy_suspend helpersSebastian Hesselbarth1-0/+24
2013-12-10net: phy: consolidate PHY reset in phy_init_hw()Florian Fainelli1-1/+55
2013-12-10net: phy: report link partner features through ethtoolFlorian Fainelli1-0/+6
2013-11-21net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur1-2/+2
2013-05-28phy: allow drivers to flag a PHY device as internalFlorian Fainelli1-0/+3
2013-05-21phy: add phy_mac_interrupt() to use with PHY_IGNORE_INTERRUPTFlorian Fainelli1-0/+1
2013-05-21phy: fix the use of PHY_IGNORE_INTERRUPTFlorian Fainelli1-2/+5
2013-03-01phy: Fix phy_device_free memory leakPetr Malat1-4/+6