aboutsummaryrefslogtreecommitdiff
path: root/include/linux/phy.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-18net: support time stamping in phy devices.Gravatar Richard Cochran 1-0/+22
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Gravatar Richard Cochran 1-1/+1
2010-04-02phylib: Support phy module autoloadingGravatar David Woodhouse 1-0/+1
2010-03-16NET: Support clause 45 MDIO commands at the MDIO bus levelGravatar Jason Gunthorpe 1-4/+8
2010-02-04libphy: add phy_find_first functionGravatar Jiri Pirko 1-0/+1
2010-01-19phylib: Move workqueue initialization to a proper placeGravatar Anton Vorontsov 1-0/+1
2009-12-30phylib: Properly reinitialize PHYs after hibernationGravatar Anton Vorontsov 1-0/+1
2009-05-26phy: Eliminate references to BUS_ID_SIZE.Gravatar David S. Miller 1-2/+2
2009-04-27phylib: add *_direct() variants of phy_connect and phy_attach functionsGravatar Grant Likely 1-0/+5
2009-04-27phylib: rework to prepare for OF registration of PHYsGravatar Grant Likely 1-0/+1
2009-04-13phylib: Allow early-out in phy_changeGravatar Anatolij Gustschin 1-0/+6
2009-03-13phylib: convert state_queue work to delayed_workGravatar Marcin Slusarz 1-2/+1
2008-11-28phy: power management supportGravatar Giuseppe Cavallaro 1-0/+2
2008-10-08phylib: add mdiobus_{read,write}Gravatar Lennert Buytenhek 1-8/+38
2008-10-08phylib: give mdio buses a device tree presenceGravatar Lennert Buytenhek 1-0/+8
2008-10-08phylib: move to dynamic allocation of struct mii_busGravatar Lennert Buytenhek 1-0/+2
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentGravatar Lennert Buytenhek 1-1/+1
2008-09-19phylib: allow incremental scanning of an mii busGravatar Lennert Buytenhek 1-0/+2
2008-05-06phylib: Fix some sparse warningsGravatar Andy Fleming 1-0/+5
2008-04-25phylib: Add support for board-level PHY fixupsGravatar Andy Fleming 1-2/+22
2008-04-17phylib: factor out get_phy_id from within get_phy_deviceGravatar Paul Gortmaker 1-0/+1
2008-04-16phy: Clean up header styleGravatar Andy Fleming 1-16/+32
2008-04-16phy: Change mii_bus id field to a stringGravatar Andy Fleming 1-4/+8
2008-02-03PHYLIB: Locking fixes for PHY I/O potentially sleepingGravatar Nate Case 1-2/+3
2007-12-04PHY: Add the phy_device_release device method.Gravatar Anton Vorontsov 1-0/+1
2007-12-01phylib: add PHY interface modes for internal delay for tx and rx onlyGravatar Kim Phillips 1-0/+2
2007-10-10PHYLIB: IRQ event workqueue handling fixesGravatar Maciej W. Rozycki 1-0/+3
2007-04-28phylib: add RGMII-ID interface mode definitionGravatar Kim Phillips 1-0/+1
2006-12-02[PATCH] PHY: Add support for configuring the PHY connection interfaceGravatar Andy Fleming 1-6/+20
2006-12-02[PATCH] 2.6.18: sb1250-mac: Missing inclusions from <linux/phy.h>Gravatar Maciej W. Rozycki 1-0/+4
2006-08-19[PATCH] PAL: Support of the fixed PHYGravatar Vitaly Bordug 1-0/+1
2006-01-12[PATCH] phy: Added a macro to represent the string format used to match a phy...Gravatar Kumar Gala 1-0/+3
2005-11-05[PATCH] phy address mask support for generic phy layerGravatar Matt Porter 1-0/+3
2005-08-28[PATCH] PHY Layer fixupGravatar Andy Fleming 1-0/+17
2005-08-11phy subsystem: more cleanupsGravatar Jeff Garzik 1-17/+0
2005-08-11Fix numerous minor problems with new phy subsystem.Gravatar Jeff Garzik 1-1/+0
2005-07-30This patch adds a PHY Abstraction Layer to the Linux Kernel, enablingGravatar Andy Fleming 1-0/+378