aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-08PHY: Avoid unnecessary aneg restartsTrent Piepho1-19/+30
2008-05-22phylib: do EXPORT_SYMBOL on get_phy_idPaul Gortmaker1-0/+1
2008-04-29drivers/net/phy: fix kernel-doc notationRandy Dunlap1-1/+1
2008-04-25phylib: Add support for board-level PHY fixupsAndy Fleming1-12/+117
2008-04-17phylib: factor out get_phy_id from within get_phy_devicePaul Gortmaker1-9/+29
2008-02-03PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case1-6/+5
2007-12-04PHY: Add the phy_device_release device method.Anton Vorontsov1-0/+12
2007-11-05phylib: Silence driver registrationOlof Johansson1-1/+1
2007-10-10PHYLIB: Spinlock fixes for softirqsMaciej W. Rozycki1-2/+2
2007-09-13Fix a lock problem in generic phy codeHans-Jürgen Koch1-2/+2
2007-08-25phy layer: fix genphy_setup_forced (don't reset)Domen Puncer1-1/+1
2007-04-28phy layer: add kernel-doc + DocBookRandy Dunlap1-35/+79
2007-04-27PHY: remove rwsem use from phy coreGreg Kroah-Hartman1-8/+1
2007-02-17Merge branch 'master' into upstreamJeff Garzik1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-09phy devices: use same arg typesRandy Dunlap1-2/+2
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-12-02[PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming1-9/+20
2006-12-02[PATCH] Fixed a number of bugs in the PHY LayerAndy Fleming1-0/+1
2006-10-01[netdrvr] phy: Fix bugs in error handlingJeff Garzik1-3/+5
2006-09-25[PATCH] Signedness issue in drivers/net/phy/phy_device.cEric Sesterhenn1-1/+1
2006-08-19[PATCH] PAL: Support of the fixed PHYVitaly Bordug1-21/+30
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-12-24[PATCH] missing license for libphy.koOlaf Hering1-0/+4
2005-11-05Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik1-1/+0
2005-09-23[netdrvr] delete CONFIG_PHYCONTROLJeff Garzik1-3/+0
2005-08-28[PATCH] PHY Layer fixupAndy Fleming1-24/+148
2005-08-11phy subsystem: more cleanupsJeff Garzik1-129/+1
2005-08-11Fix numerous minor problems with new phy subsystem.Jeff Garzik1-15/+33
2005-07-30This patch adds a PHY Abstraction Layer to the Linux Kernel, enablingAndy Fleming1-0/+682