aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/mdio_bus.c
AgeCommit message (Expand)Author
2010-09-14phylib: fix PAL state machine restart on resumeSimon Guinot
2010-03-16NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe
2009-12-30phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov
2009-12-30phylib: Fix deadlock on resumeAnton Vorontsov
2009-04-27phylib: rework to prepare for OF registration of PHYsGrant Likely
2009-02-26mdio: fix non-constant printk warningsStephen Hemminger
2009-02-01phylib: Rework suspend/resume code to check netdev wakeup capabilityAnton Vorontsov
2009-01-22phylib: Fix oops in suspend/resume pathsAnton Vorontsov
2008-12-25net: PHYLIB mdio fixes #2Krzysztof Halasa
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-17net: kernel BUG at drivers/net/phy/mdio_bus.c:165!Krzysztof Halasa
2008-11-28phy: power management supportGiuseppe Cavallaro
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-14phylib: fix premature freeing of struct mii_busLennert Buytenhek
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-13net/phy: add missing kernel-docRandy Dunlap
2008-10-08phylib: add mdiobus_{read,write}Lennert Buytenhek
2008-10-08phylib: give mdio buses a device tree presenceLennert Buytenhek
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek
2008-09-19phylib: allow incremental scanning of an mii busLennert Buytenhek
2008-04-25phylib: Add support for board-level PHY fixupsAndy Fleming
2008-02-23net/phy/mdio_bus.c: fix a check-after-useAdrian Bunk
2008-02-03PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case
2007-12-04PHY: Add the phy_device_release device method.Anton Vorontsov
2007-06-28phy: Fix phy_id for Vitesse 824x PHYKumar Gala
2007-04-28phy layer: add kernel-doc + DocBookRandy Dunlap
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-08-19[PATCH] PAL: Support of the fixed PHYVitaly Bordug
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-05-10phy: mdiobus_register(): initialize all phy_map entriesHerbert Valerio Riedel
2006-01-12[PATCH] phy: Added a macro to represent the string format used to match a phy...Kumar Gala
2005-11-05Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik
2005-11-05[PATCH] phy address mask support for generic phy layerMatt Porter
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King
2005-09-05[PATCH] 'mdio_bus_exit' in discarded section .text.exitPeter Chubb
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek
2005-08-28[PATCH] PHY Layer fixupAndy Fleming
2005-08-11phy subsystem: more cleanupsJeff Garzik
2005-08-11Fix numerous minor problems with new phy subsystem.Jeff Garzik
2005-07-30This patch adds a PHY Abstraction Layer to the Linux Kernel, enablingAndy Fleming