libphy: add phy_find_first function
[safe/jmp/linux-2.6] / drivers / net / phy / phy_device.c
2010-02-04 Jiri Pirkolibphy: add phy_find_first function
2010-01-19 Anton Vorontsovphylib: Move workqueue initialization to a proper place
2009-12-31 Anton Vorontsovphylib: Properly reinitialize PHYs after hibernation
2009-07-14 Jiri SlabyNET: phy_device, fix lock imbalance
2009-06-17 Randy Dunlapphy_device: fix parameter name in kernel-doc
2009-04-27 Grant Likelyphylib: add *_direct() variants of phy_connect and...
2009-04-27 Grant Likelyphylib: rework to prepare for OF registration of PHYs
2009-01-14 Anton Vorontsovphylib: Fix Freescale TBI PHY detection
2008-12-26 Krzysztof Halasanet: PHYLIB mdio fixes #2
2008-12-16 Andy Flemingphylib: Remove unnecessary "reset" fixups in genphy_set...
2008-11-29 Giuseppe Cavallarophy: power management support
2008-11-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-21 Giuseppe Cavallarophy: fix phy_id detection also for broken hardware.
2008-11-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-19 Trent Piephophylib: Fix auto-negotiation restart avoidance
2008-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-16 Giulio Benettiphy: fix phy address bug
2008-11-10 Kay Sieversnet: struct device - replace bus_id with dev_name(...
2008-10-16 Greg Kroah-HartmanNET: convert the phy_device file to use bus_find_device...
2008-10-14 Adrian Bunknet: export genphy_restart_aneg
2008-10-08 Trent PiephoPHY: Avoid unnecessary aneg restarts
2008-05-22 Paul Gortmakerphylib: do EXPORT_SYMBOL on get_phy_id
2008-04-29 Randy Dunlapdrivers/net/phy: fix kernel-doc notation
2008-04-25 Andy Flemingphylib: Add support for board-level PHY fixups
2008-04-17 Paul Gortmakerphylib: factor out get_phy_id from within get_phy_device
2008-02-03 Nate CasePHYLIB: Locking fixes for PHY I/O potentially sleeping
2007-12-04 Anton VorontsovPHY: Add the phy_device_release device method.
2007-11-05 Olof Johanssonphylib: Silence driver registration
2007-10-10 Maciej W. RozyckiPHYLIB: Spinlock fixes for softirqs
2007-09-13 Hans-Jürgen KochFix a lock problem in generic phy code
2007-08-25 Domen Puncerphy layer: fix genphy_setup_forced (don't reset)
2007-04-28 Randy Dunlapphy layer: add kernel-doc + DocBook
2007-04-27 Greg Kroah-HartmanPHY: remove rwsem use from phy core
2007-02-17 Jeff GarzikMerge branch 'master' into upstream
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-09 Randy Dunlapphy devices: use same arg types
2006-12-13 Robert P. J. Day[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
2006-12-02 Andy Fleming[PATCH] PHY: Add support for configuring the PHY connec...
2006-12-02 Andy Fleming[PATCH] Fixed a number of bugs in the PHY Layer
2006-10-01 Jeff Garzik[netdrvr] phy: Fix bugs in error handling
2006-09-26 Eric Sesterhenn[PATCH] Signedness issue in drivers/net/phy/phy_device.c
2006-08-19 Vitaly Bordug[PATCH] PAL: Support of the fixed PHY
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2005-12-24 Olaf Hering[PATCH] missing license for libphy.ko
2005-11-06 Jeff GarzikRemove linux/version.h include from drivers/net/phy...
2005-09-24 Jeff Garzik[netdrvr] delete CONFIG_PHYCONTROL
2005-08-29 Andy Fleming[PATCH] PHY Layer fixup
2005-08-11 Jeff Garzikphy subsystem: more cleanups
2005-08-11 Jeff GarzikFix numerous minor problems with new phy subsystem.
2005-07-30 Andy FlemingThis patch adds a PHY Abstraction Layer to the Linux...