summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-15net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-9/+6
2012-07-09phylib: Support registering a bunch of driversChristian Hohnstaedt1-0/+25
2012-06-28phy: Fix warning in get_phy_device().David S. Miller1-2/+2
2012-06-28netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney1-8/+97
2012-06-12phy: Use pr_<level>Joe Perches1-2/+5
2012-05-16netdev/phy: Make get_phy_id() static and quit EXPORTing it.David Daney1-2/+1
2012-01-25Remove useless get_driver()/put_driver() callsAlan Stern1-5/+1
2011-11-22net: Change mii to ethtool advertisement function namesMatt Carlson1-2/+2
2011-11-17net: Add ethtool to mii advertisment conversion helpersMatt Carlson1-17/+3
2011-10-01netdev/phy: Use mdiobus_read() so that proper locks are taken.David Daney1-2/+2
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-30phylib: phy_attach_direct: phy_init_hw can fail, add cleanupMarc Kleine-Budde1-2/+6
2010-10-25phylib: make local function staticstephen hemminger1-9/+10
2010-08-25phylib: Fix race between returning phydev and calling adjust_linkAnton Vorontsov1-0/+2
2010-07-19net: support time stamping in phy devices.Richard Cochran1-0/+2
2010-04-03phylib: Support phy module autoloadingDavid Woodhouse1-0/+12
2010-02-04libphy: add phy_find_first functionJiri Pirko1-0/+16
2010-01-19phylib: Move workqueue initialization to a proper placeAnton Vorontsov1-0/+1
2009-12-31phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov1-15/+15
2009-07-14NET: phy_device, fix lock imbalanceJiri Slaby1-1/+3
2009-06-17phy_device: fix parameter name in kernel-docRandy Dunlap1-1/+1
2009-04-27phylib: add *_direct() variants of phy_connect and phy_attach functionsGrant Likely1-33/+85
2009-04-27phylib: rework to prepare for OF registration of PHYsGrant Likely1-4/+41
2009-01-15phylib: Fix Freescale TBI PHY detectionAnton Vorontsov1-9/+0
2008-12-26net: PHYLIB mdio fixes #2Krzysztof Halasa1-1/+1