aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* 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-241-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-181-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-301-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-251-1/+1
* phylib: Remove unnecessary "reset" fixups in genphy_setup_forcedAndy Fleming2008-12-161-17/+0
* phy: power management supportGiuseppe Cavallaro2008-11-281-1/+30
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-261-2/+11
|\
| * phy: fix phy_id detection also for broken hardware.Giuseppe Cavallaro2008-11-201-2/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-201-11/+23
|\ \ | |/
| * phylib: Fix auto-negotiation restart avoidanceTrent Piepho2008-11-191-11/+23
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-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/+1
* net: export genphy_restart_anegAdrian Bunk2008-10-131-0/+1
* PHY: Avoid unnecessary aneg restartsTrent Piepho2008-10-081-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/+5
* 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-101-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
* PHY: remove rwsem use from phy coreGreg Kroah-Hartman2007-04-271-8/+1
* Merge branch 'master' into upstreamJeff Garzik2007-02-171-1/+0
|\
| * [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* | phy devices: use same arg typesRandy Dunlap2007-02-091-2/+2
|/
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-1/+1
* [PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming2006-12-021-9/+20
* [PATCH] Fixed a number of bugs in the PHY LayerAndy Fleming2006-12-021-0/+1
* [netdrvr] phy: Fix bugs in error handlingJeff Garzik2006-10-011-3/+5
* [PATCH] Signedness issue in drivers/net/phy/phy_device.cEric Sesterhenn2006-09-251-1/+1
* [PATCH] PAL: Support of the fixed PHYVitaly Bordug2006-08-191-21/+30
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0