aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-09phylib: Support registering a bunch of driversChristian Hohnstaedt1-0/+25
2012-06-27phy: Fix warning in get_phy_device().David S. Miller1-2/+2
2012-06-27netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney1-8/+97
2012-06-11phy: Use pr_<level>Joe Perches1-2/+5
2012-05-16netdev/phy: Make get_phy_id() static and quit EXPORTing it.David Daney1-2/+1
2012-01-24Remove useless get_driver()/put_driver() callsAlan Stern1-5/+1
2011-11-21net: Change mii to ethtool advertisement function namesMatt Carlson1-2/+2
2011-11-16net: Add ethtool to mii advertisment conversion helpersMatt Carlson1-17/+3
2011-09-30netdev/phy: Use mdiobus_read() so that proper locks are taken.David Daney1-2/+2
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-30phylib: phy_attach_direct: phy_init_hw can fail, add cleanupMarc Kleine-Budde1-2/+6
2010-10-24phylib: make local function staticstephen hemminger1-9/+10
2010-08-24phylib: Fix race between returning phydev and calling adjust_linkAnton Vorontsov1-0/+2
2010-07-18net: support time stamping in phy devices.Richard Cochran1-0/+2
2010-04-02phylib: Support phy module autoloadingDavid Woodhouse1-0/+12
2010-02-04libphy: add phy_find_first functionJiri Pirko1-0/+16
2010-01-19phylib: Move workqueue initialization to a proper placeAnton Vorontsov1-0/+1
2009-12-30phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov1-15/+15
2009-07-14NET: phy_device, fix lock imbalanceJiri Slaby1-1/+3
2009-06-17phy_device: fix parameter name in kernel-docRandy Dunlap1-1/+1
2009-04-27phylib: add *_direct() variants of phy_connect and phy_attach functionsGrant Likely1-33/+85
2009-04-27phylib: rework to prepare for OF registration of PHYsGrant Likely1-4/+41
2009-01-14phylib: Fix Freescale TBI PHY detectionAnton Vorontsov1-9/+0
2008-12-25net: PHYLIB mdio fixes #2Krzysztof Halasa1-1/+1
2008-12-16phylib: Remove unnecessary "reset" fixups in genphy_setup_forcedAndy Fleming1-17/+0
2008-11-28phy: power management supportGiuseppe Cavallaro1-1/+30
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+11
2008-11-20phy: fix phy_id detection also for broken hardware.Giuseppe Cavallaro1-2/+11
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+23
2008-11-19phylib: Fix auto-negotiation restart avoidanceTrent Piepho1-11/+23
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-11-16phy: fix phy address bugGiulio Benetti1-2/+2
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-10-16NET: convert the phy_device file to use bus_find_device_by_nameGreg Kroah-Hartman1-7/+1
2008-10-13net: export genphy_restart_anegAdrian Bunk1-0/+1
2008-10-08PHY: Avoid unnecessary aneg restartsTrent Piepho1-19/+30
2008-05-22phylib: do EXPORT_SYMBOL on get_phy_idPaul Gortmaker1-0/+1
2008-04-29drivers/net/phy: fix kernel-doc notationRandy Dunlap1-1/+1
2008-04-25phylib: Add support for board-level PHY fixupsAndy Fleming1-12/+117
2008-04-17phylib: factor out get_phy_id from within get_phy_devicePaul Gortmaker1-9/+29
2008-02-03PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case1-6/+5
2007-12-04PHY: Add the phy_device_release device method.Anton Vorontsov1-0/+12
2007-11-05phylib: Silence driver registrationOlof Johansson1-1/+1
2007-10-10PHYLIB: Spinlock fixes for softirqsMaciej W. Rozycki1-2/+2
2007-09-13Fix a lock problem in generic phy codeHans-Jürgen Koch1-2/+2
2007-08-25phy layer: fix genphy_setup_forced (don't reset)Domen Puncer1-1/+1
2007-04-28phy layer: add kernel-doc + DocBookRandy Dunlap1-35/+79
2007-04-27PHY: remove rwsem use from phy coreGreg Kroah-Hartman1-8/+1
2007-02-17Merge branch 'master' into upstreamJeff Garzik1-1/+0