summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+6Star
* 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/+1Star
* Remove useless get_driver()/put_driver() callsAlan Stern2012-01-251-5/+1Star
* 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/+3Star
* 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/+0Star
* net: PHYLIB mdio fixes #2Krzysztof Halasa2008-12-261-1/+1
* phylib: Remove unnecessary "reset" fixups in genphy_setup_forcedAndy Fleming2008-12-171-17/+0Star
* 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
|\|
| * phylib: Fix auto-negotiation restart avoidanceTrent Piepho2008-11-201-11/+23
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-191-2/+2
|\|
| * phy: fix phy address bugGiulio Benetti2008-11-161-2/+2
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-2/+2
|/
* NET: convert the phy_device file to use bus_find_device_by_nameGreg Kroah-Hartman2008-10-161-7/+1Star
* net: export genphy_restart_anegAdrian Bunk2008-10-141-0/+1
* PHY: Avoid unnecessary aneg restartsTrent Piepho2008-10-091-19/+30
* phylib: do EXPORT_SYMBOL on get_phy_idPaul Gortmaker2008-05-221-0/+1
* drivers/net/phy: fix kernel-doc notationRandy Dunlap2008-04-291-1/+1
* phylib: Add support for board-level PHY fixupsAndy Fleming2008-04-251-12/+117
* phylib: factor out get_phy_id from within get_phy_devicePaul Gortmaker2008-04-171-9/+29
* PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case2008-02-031-6/+5Star
* PHY: Add the phy_device_release device method.Anton Vorontsov2007-12-041-0/+12
* phylib: Silence driver registrationOlof Johansson2007-11-051-1/+1
* PHYLIB: Spinlock fixes for softirqsMaciej W. Rozycki2007-10-111-2/+2
* Fix a lock problem in generic phy codeHans-Jürgen Koch2007-09-131-2/+2
* phy layer: fix genphy_setup_forced (don't reset)Domen Puncer2007-08-251-1/+1
* phy layer: add kernel-doc + DocBookRandy Dunlap2007-04-281-35/+79