summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c
Commit message (Expand)AuthorAgeFilesLines
* phylib: mdio: Add sysfs attribute for PHY identifiers.Nick Bowler2012-11-091-0/+14
* netdev/phy: Prototype of_mdio_find_bus()Mark Brown2012-10-091-0/+1
* netdev/phy/of: Add more methods for binding PHY devices to drivers.David Daney2012-06-281-0/+7
* netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney2012-06-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-131-1/+1
|\
| * netdev: fix drivers/net/phy/ kernel-doc warningsRandy Dunlap2012-06-091-1/+1
* | phy: Use pr_<level>Joe Perches2012-06-121-1/+4
|/
* net: of/phy: fix build error when phylib is built as a moduleBjørn Mork2012-05-121-1/+1
* netdev/of/phy: New function: of_mdio_find_bus().David Daney2012-05-081-0/+32
* kernel-doc: fix new warning in net/phy/mdio_bus.cRandy Dunlap2012-01-221-3/+2Star
* phylib: introduce mdiobus_alloc_size()Timur Tabi2012-01-131-5/+19
* 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-171-2/+2
* phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov2009-12-311-7/+43
* phylib: Fix deadlock on resumeAnton Vorontsov2009-12-311-2/+22
* phylib: rework to prepare for OF registration of PHYsGrant Likely2009-04-271-26/+3Star
* mdio: fix non-constant printk warningsStephen Hemminger2009-02-271-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/+3Star
* net: PHYLIB mdio fixes #2Krzysztof Halasa2008-12-261-7/+15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-241-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-291-4/+10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-191-1/+1
|\|
| * phylib: fix premature freeing of struct mii_busLennert Buytenhek2008-11-151-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-141-0/+1
* phylib: add mdiobus_{read,write}Lennert Buytenhek2008-10-091-0/+49
* phylib: give mdio buses a device tree presenceLennert Buytenhek2008-10-091-4/+71
* phylib: move to dynamic allocation of struct mii_busLennert Buytenhek2008-10-091-0/+24
* phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek2008-10-091-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-241-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/+0Star
* [PATCH] PAL: Support of the fixed PHYVitaly Bordug2006-08-191-0/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* 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-061-1/+0Star
* [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/+6Star
* [PATCH] 'mdio_bus_exit' in discarded section .text.exitPeter Chubb2005-09-061-1/+1
* [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek2005-09-051-1/+1
* [PATCH] PHY Layer fixupAndy Fleming2005-08-291-1/+78
* phy subsystem: more cleanupsJeff Garzik2005-08-111-74/+0Star