aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c
Commit message (Expand)AuthorAgeFilesLines
* phylib: fix PAL state machine restart on resumeSimon Guinot2010-09-141-2/+2
* NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe2010-03-161-2/+2
* phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov2009-12-301-7/+43
* phylib: Fix deadlock on resumeAnton Vorontsov2009-12-301-2/+22
* phylib: rework to prepare for OF registration of PHYsGrant Likely2009-04-271-26/+3
* mdio: fix non-constant printk warningsStephen Hemminger2009-02-261-1/+1
* phylib: Rework suspend/resume code to check netdev wakeup capabilityAnton Vorontsov2009-02-011-14/+40
* phylib: Fix oops in suspend/resume pathsAnton Vorontsov2009-01-221-5/+3
* net: PHYLIB mdio fixes #2Krzysztof Halasa2008-12-251-7/+15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-231-2/+3
|\
| * net: kernel BUG at drivers/net/phy/mdio_bus.c:165!Krzysztof Halasa2008-12-171-2/+3
* | phy: power management supportGiuseppe Cavallaro2008-11-281-4/+10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-1/+1
|\ \ | |/
| * phylib: fix premature freeing of struct mii_busLennert Buytenhek2008-11-141-1/+1
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-2/+2
|/
* net/phy: add missing kernel-docRandy Dunlap2008-10-131-0/+1
* phylib: add mdiobus_{read,write}Lennert Buytenhek2008-10-081-0/+49
* phylib: give mdio buses a device tree presenceLennert Buytenhek2008-10-081-4/+71
* phylib: move to dynamic allocation of struct mii_busLennert Buytenhek2008-10-081-0/+24
* phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek2008-10-081-1/+1
* phylib: allow incremental scanning of an mii busLennert Buytenhek2008-09-191-41/+48
* phylib: Add support for board-level PHY fixupsAndy Fleming2008-04-251-0/+3
* net/phy/mdio_bus.c: fix a check-after-useAdrian Bunk2008-02-231-2/+2
* PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case2008-02-031-1/+1
* PHY: Add the phy_device_release device method.Anton Vorontsov2007-12-041-4/+5
* phy: Fix phy_id for Vitesse 824x PHYKumar Gala2007-06-281-1/+2
* phy layer: add kernel-doc + DocBookRandy Dunlap2007-04-281-6/+13
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] PAL: Support of the fixed PHYVitaly Bordug2006-08-191-0/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* phy: mdiobus_register(): initialize all phy_map entriesHerbert Valerio Riedel2006-05-101-1/+3
* [PATCH] phy: Added a macro to represent the string format used to match a phy...Kumar Gala2006-01-121-1/+1
* Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik2005-11-051-1/+0
* [PATCH] phy address mask support for generic phy layerMatt Porter2005-11-051-0/+3
* [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-14/+6
* [PATCH] 'mdio_bus_exit' in discarded section .text.exitPeter Chubb2005-09-051-1/+1
* [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek2005-09-051-1/+1
* [PATCH] PHY Layer fixupAndy Fleming2005-08-281-1/+78
* phy subsystem: more cleanupsJeff Garzik2005-08-111-74/+0
* Fix numerous minor problems with new phy subsystem.Jeff Garzik2005-08-111-2/+2
* This patch adds a PHY Abstraction Layer to the Linux Kernel, enablingAndy Fleming2005-07-301-0/+173