summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)AuthorLines
2015-01-27net: phy: keep track of the PHY suspend stateFlorian Fainelli-4/+18
2014-08-22phylib: use MDIO_DEVS[12]Sergei Shtylyov-2/+2
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+14
2014-07-29net: phy: re-apply PHY fixups during phy_register_deviceFlorian Fainelli-1/+1
2014-07-24net: phy: Ensure the MDIO bus module is heldEzequiel Garcia-0/+13
2014-07-08net: phy: export phy_suspend and phy_resumeFlorian Fainelli-0/+2
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2014-05-22net: phy: make of_set_phy_supported work with genphy driverSascha Hauer-1/+35
2014-05-22net: phy: genphy: Allow overwriting featuresSascha Hauer-6/+5
2014-05-15net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck-2/+2
2014-04-20net: phy: export genphy_config_init()Daniel Mack-1/+2
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+1
2014-03-14net: phy: fix uninitalized ethtool_wolinfo in phy_suspendSebastian Hesselbarth-2/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+9
2014-02-25phy: unmask link partner capabilitiesCristian Bercaru-7/+9
2014-02-17net: phy: allow PHY drivers to implement their own software resetFlorian Fainelli-2/+14
2014-02-17net: phy: move PHY software reset to genphy_soft_resetFlorian Fainelli-5/+22
2014-02-12net: phy: add "has_fixups" boolean propertyFlorian Fainelli-0/+1
2014-02-12net: phy: allow driver to implement their own aneg_doneFlorian Fainelli-0/+1
2014-02-12net: phy: add genphy_aneg_done()Florian Fainelli-0/+16
2014-02-04net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli-14/+24
2014-01-19phy: cleanup 10g codestephen hemminger-20/+4
2014-01-13phylib: Support attaching to generic 10g driverAndy Fleming-13/+9
2014-01-13phylib: Add generic 10G driverAndy Fleming-0/+81
2014-01-13phylib: turn genphy_driver to an arrayShaohui Xie-8/+21
2014-01-04phylib: make phy_scan_fixups() staticSergei Shtylyov-2/+1
2014-01-04phylib: remove unused adjust_state() callbackSergei Shtylyov-1/+1
2014-01-04phy: kill excess empty linesSergei Shtylyov-17/+0
2014-01-04phy: kill excess codeSergei Shtylyov-21/+8
2014-01-04phy: kill useless local variablesSergei Shtylyov-8/+2
2014-01-04phy: coding style fixesSergei Shtylyov-71/+78
2013-12-18net: phy: fix checkpatch errorsFlorian Fainelli-7/+7
2013-12-17net: phy: resume/suspend PHYs on attach/detachSebastian Hesselbarth-0/+3
2013-12-17net: phy: provide phy_resume/phy_suspend helpersSebastian Hesselbarth-0/+24
2013-12-09net: phy: consolidate PHY reset in phy_init_hw()Florian Fainelli-1/+55
2013-12-09net: phy: report link partner features through ethtoolFlorian Fainelli-0/+6
2013-11-20net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur-2/+2
2013-05-27phy: allow drivers to flag a PHY device as internalFlorian Fainelli-0/+3
2013-05-20phy: add phy_mac_interrupt() to use with PHY_IGNORE_INTERRUPTFlorian Fainelli-0/+1
2013-05-20phy: fix the use of PHY_IGNORE_INTERRUPTFlorian Fainelli-2/+5
2013-02-28phy: Fix phy_device_free memory leakPetr Malat-4/+6
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli-9/+6
2012-07-09phylib: Support registering a bunch of driversChristian Hohnstaedt-0/+25
2012-06-27phy: Fix warning in get_phy_device().David S. Miller-2/+2
2012-06-27netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney-8/+97
2012-06-11phy: Use pr_<level>Joe Perches-2/+5
2012-05-16netdev/phy: Make get_phy_id() static and quit EXPORTing it.David Daney-2/+1
2012-01-24Remove useless get_driver()/put_driver() callsAlan Stern-5/+1
2011-11-21net: Change mii to ethtool advertisement function namesMatt Carlson-2/+2
2011-11-16net: Add ethtool to mii advertisment conversion helpersMatt Carlson-17/+3