summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* phylib: Support attaching to generic 10g driverAndy Fleming2014-01-131-13/+9
* 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/+1
* phylib: remove unused adjust_state() callbackSergei Shtylyov2014-01-051-1/+1
* phy: kill excess empty linesSergei Shtylyov2014-01-051-17/+0
* phy: kill excess codeSergei Shtylyov2014-01-051-21/+8
* phy: kill useless local variablesSergei Shtylyov2014-01-051-8/+2
* 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
* phy: fix the use of PHY_IGNORE_INTERRUPTFlorian Fainelli2013-05-201-2/+5
* phy: Fix phy_device_free memory leakPetr Malat2013-02-281-4/+6
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-9/+6
* phylib: Support registering a bunch of driversChristian Hohnstaedt2012-07-091-0/+25
* phy: Fix warning in get_phy_device().David S. Miller2012-06-281-2/+2
* netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney2012-06-281-8/+97
* phy: Use pr_<level>Joe Perches2012-06-121-2/+5
* netdev/phy: Make get_phy_id() static and quit EXPORTing it.David Daney2012-05-161-2/+1
* Remove useless get_driver()/put_driver() callsAlan Stern2012-01-251-5/+1
* net: Change mii to ethtool advertisement function namesMatt Carlson2011-11-211-2/+2
* net: Add ethtool to mii advertisment conversion helpersMatt Carlson2011-11-171-17/+3
* netdev/phy: Use mdiobus_read() so that proper locks are taken.David Daney2011-10-011-2/+2
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-2/+2
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* | phylib: phy_attach_direct: phy_init_hw can fail, add cleanupMarc Kleine-Budde2011-03-301-2/+6
|/
* phylib: make local function staticstephen hemminger2010-10-251-9/+10
* phylib: Fix race between returning phydev and calling adjust_linkAnton Vorontsov2010-08-241-0/+2
* net: support time stamping in phy devices.Richard Cochran2010-07-191-0/+2
* phylib: Support phy module autoloadingDavid Woodhouse2010-04-021-0/+12
* libphy: add phy_find_first functionJiri Pirko2010-02-041-0/+16
* phylib: Move workqueue initialization to a proper placeAnton Vorontsov2010-01-191-0/+1
* phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov2009-12-311-15/+15
* NET: phy_device, fix lock imbalanceJiri Slaby2009-07-141-1/+3
* phy_device: fix parameter name in kernel-docRandy Dunlap2009-06-171-1/+1
* phylib: add *_direct() variants of phy_connect and phy_attach functionsGrant Likely2009-04-271-33/+85
* phylib: rework to prepare for OF registration of PHYsGrant Likely2009-04-271-4/+41
* phylib: Fix Freescale TBI PHY detectionAnton Vorontsov2009-01-141-9/+0
* net: PHYLIB mdio fixes #2Krzysztof Halasa2008-12-261-1/+1
* phylib: Remove unnecessary "reset" fixups in genphy_setup_forcedAndy Fleming2008-12-171-17/+0
* phy: power management supportGiuseppe Cavallaro2008-11-291-1/+30
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-271-2/+11
|\
| * phy: fix phy_id detection also for broken hardware.Giuseppe Cavallaro2008-11-211-2/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-211-11/+23
|\|