summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
2009-07-14NET: phy_device, fix lock imbalanceJiri Slaby
2009-06-17phy_device: fix parameter name in kernel-docRandy Dunlap
2009-04-27phylib: add *_direct() variants of phy_connect and phy_attach functionsGrant Likely
2009-04-27phylib: rework to prepare for OF registration of PHYsGrant Likely
2009-01-14phylib: Fix Freescale TBI PHY detectionAnton Vorontsov
2008-12-25net: PHYLIB mdio fixes #2Krzysztof Halasa
2008-12-16phylib: Remove unnecessary "reset" fixups in genphy_setup_forcedAndy Fleming
2008-11-28phy: power management supportGiuseppe Cavallaro
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-20phy: fix phy_id detection also for broken hardware.Giuseppe Cavallaro
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-19phylib: Fix auto-negotiation restart avoidanceTrent Piepho
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-16phy: fix phy address bugGiulio Benetti
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-16NET: convert the phy_device file to use bus_find_device_by_nameGreg Kroah-Hartman
2008-10-13net: export genphy_restart_anegAdrian Bunk
2008-10-08PHY: Avoid unnecessary aneg restartsTrent Piepho
2008-05-22phylib: do EXPORT_SYMBOL on get_phy_idPaul Gortmaker
2008-04-29drivers/net/phy: fix kernel-doc notationRandy Dunlap
2008-04-25phylib: Add support for board-level PHY fixupsAndy Fleming
2008-04-17phylib: factor out get_phy_id from within get_phy_devicePaul Gortmaker
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-11-05phylib: Silence driver registrationOlof Johansson
2007-10-10PHYLIB: Spinlock fixes for softirqsMaciej W. Rozycki
2007-09-13Fix a lock problem in generic phy codeHans-Jürgen Koch
2007-08-25phy layer: fix genphy_setup_forced (don't reset)Domen Puncer
2007-04-28phy layer: add kernel-doc + DocBookRandy Dunlap
2007-04-27PHY: remove rwsem use from phy coreGreg Kroah-Hartman
2007-02-17Merge branch 'master' into upstreamJeff Garzik
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-09phy devices: use same arg typesRandy Dunlap
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day
2006-12-02[PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming
2006-12-02[PATCH] Fixed a number of bugs in the PHY LayerAndy Fleming
2006-10-01[netdrvr] phy: Fix bugs in error handlingJeff Garzik
2006-09-25[PATCH] Signedness issue in drivers/net/phy/phy_device.cEric Sesterhenn
2006-08-19[PATCH] PAL: Support of the fixed PHYVitaly Bordug
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2005-12-24[PATCH] missing license for libphy.koOlaf Hering
2005-11-05Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik
2005-09-23[netdrvr] delete CONFIG_PHYCONTROLJeff Garzik
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