aboutsummaryrefslogtreecommitdiff
path: root/include/linux/phy.h
AgeCommit message (Expand)Author
2012-07-09phylib: Support registering a bunch of driversChristian Hohnstaedt
2012-07-01phy: add the EEE support and the way to access to the MMD registers.Giuseppe CAVALLARO
2012-06-27netdev/phy/of: Add more methods for binding PHY devices to drivers.David Daney
2012-06-27netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney
2012-05-16netdev/phy: Make get_phy_id() static and quit EXPORTing it.David Daney
2012-04-04ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker
2012-01-12phylib: introduce mdiobus_alloc_size()Timur Tabi
2011-10-24net: hold sock reference while processing tx timestampsRichard Cochran
2011-07-27net: ibm_newemac: convert it to use of_get_phy_modeShawn Guo
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2010-10-24phylib: make local function staticstephen hemminger
2010-09-02net: Improve comments in include/linux/phy.hPeter Meerwald
2010-07-18net: support time stamping in phy devices.Richard Cochran
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-04-02phylib: Support phy module autoloadingDavid Woodhouse
2010-03-16NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe
2010-02-04libphy: add phy_find_first functionJiri Pirko
2010-01-19phylib: Move workqueue initialization to a proper placeAnton Vorontsov
2009-12-30phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov
2009-05-26phy: Eliminate references to BUS_ID_SIZE.David S. Miller
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-04-13phylib: Allow early-out in phy_changeAnatolij Gustschin
2009-03-13phylib: convert state_queue work to delayed_workMarcin Slusarz
2008-11-28phy: power management supportGiuseppe Cavallaro
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-05-06phylib: Fix some sparse warningsAndy Fleming
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-04-16phy: Clean up header styleAndy Fleming
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming
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-12-01phylib: add PHY interface modes for internal delay for tx and rx onlyKim Phillips
2007-10-10PHYLIB: IRQ event workqueue handling fixesMaciej W. Rozycki
2007-04-28phylib: add RGMII-ID interface mode definitionKim Phillips
2006-12-02[PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming
2006-12-02[PATCH] 2.6.18: sb1250-mac: Missing inclusions from <linux/phy.h>Maciej W. Rozycki
2006-08-19[PATCH] PAL: Support of the fixed PHYVitaly Bordug
2006-01-12[PATCH] phy: Added a macro to represent the string format used to match a phy...Kumar Gala
2005-11-05[PATCH] phy address mask support for generic phy layerMatt Porter
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