index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy_device.c
Age
Commit message (
Expand
)
Author
2007-09-13
Fix a lock problem in generic phy code
Hans-Jürgen Koch
2007-08-25
phy layer: fix genphy_setup_forced (don't reset)
Domen Puncer
2007-04-28
phy layer: add kernel-doc + DocBook
Randy Dunlap
2007-04-27
PHY: remove rwsem use from phy core
Greg Kroah-Hartman
2007-02-17
Merge branch 'master' into upstream
Jeff Garzik
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-09
phy devices: use same arg types
Randy Dunlap
2006-12-13
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
Robert P. J. Day
2006-12-02
[PATCH] PHY: Add support for configuring the PHY connection interface
Andy Fleming
2006-12-02
[PATCH] Fixed a number of bugs in the PHY Layer
Andy Fleming
2006-10-01
[netdrvr] phy: Fix bugs in error handling
Jeff Garzik
2006-09-25
[PATCH] Signedness issue in drivers/net/phy/phy_device.c
Eric Sesterhenn
2006-08-19
[PATCH] PAL: Support of the fixed PHY
Vitaly Bordug
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2005-12-24
[PATCH] missing license for libphy.ko
Olaf Hering
2005-11-05
Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.
Jeff Garzik
2005-09-23
[netdrvr] delete CONFIG_PHYCONTROL
Jeff Garzik
2005-08-28
[PATCH] PHY Layer fixup
Andy Fleming
2005-08-11
phy subsystem: more cleanups
Jeff Garzik
2005-08-11
Fix numerous minor problems with new phy subsystem.
Jeff Garzik
2005-07-30
This patch adds a PHY Abstraction Layer to the Linux Kernel, enabling
Andy Fleming