aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-02phylib: Add module table to all existing phy driversDavid Woodhouse14-0/+124
2010-04-02phylib: Support phy module autoloadingDavid Woodhouse1-0/+12
2010-03-16NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe2-11/+53
2010-02-17tg3: Push phylib definitions to phylibMatt Carlson1-4/+1
2010-02-04libphy: add phy_find_first functionJiri Pirko1-0/+16
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+2
2010-01-22Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller3-0/+192
2010-01-21phy: add RTBI mode for m88e1111Liu Yu-B132011-0/+38
2010-01-19phylib: Move workqueue initialization to a proper placeAnton Vorontsov2-3/+2
2010-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-25/+81
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-25/+81
2010-01-06phy: SMSC device Energy Detect power-down modeGiuseppe Cavallaro1-2/+19
2010-01-03broadcom: Fix &&/|| confusion in bcm54xx_adjust_rxrefclk()roel kluin1-2/+2
2009-12-30phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov2-22/+58
2009-12-30phylib: Fix deadlock on resumeAnton Vorontsov1-2/+22
2009-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+2
2009-12-18broadcom: bcm54xx_shadow_read() errors ignored in bcm54xx_adjust_rxrefclk()Roel Kluin1-1/+2
2009-12-17NET: Add driver for Octeon MDIO buses.David Daney3-0/+192
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-9/+9
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-11-17net: fix mdio section mismatch warningStephen Rothwell1-1/+1
2009-11-02tg3 / broadcom: Optionally disable TXC if no linkMatt Carlson1-0/+5
2009-11-02tg3 / broadcom: Add APD support for GPHYsMatt Carlson1-9/+42
2009-11-02tg3 / broadcom: Add code to disable rxc refclkMatt Carlson1-0/+43
2009-11-02tg3 / broadcom: Refine AC131 APD supportMatt Carlson1-3/+5
2009-11-02tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flagMatt Carlson1-0/+6
2009-11-02broadcom: Consolidate dev_flags definitionsMatt Carlson1-10/+1
2009-11-02broadcom: Fix slow link problemMatt Carlson1-8/+14
2009-11-02broadcom: Isolate phy dsp accessesMatt Carlson1-48/+42
2009-10-14net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov1-0/+1
2009-09-11phy/marvell: Make non-aneg speed/duplex forcing work for 88E1111 PHYsAnton Vorontsov1-1/+20
2009-09-11drivers/net/phy: introduce missing kfreeJulia Lawall1-1/+1
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-3/+0
2009-08-26broadcom: Make the 57780 IEEE compliantMatt Carlson1-2/+35
2009-08-26broadcom: Add AC131 phy supportMatt Carlson1-0/+158
2009-08-26broadcom: Add BCM50610M supportMatt Carlson1-8/+30
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-41/+36
2009-07-23net: Rework mdio-ofgpio driver to use of_mdio infrastructureMark Ware1-41/+36
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2009-07-14NET: phy_device, fix lock imbalanceJiri Slaby1-1/+3
2009-07-07MIPS: BCM63XX: Add integrated ethernet PHY support for phylib.Maxime Bizon3-0/+139
2009-07-02phylib: fixes for PHY_RESUMING state changesWade Farnsworth1-3/+22
2009-06-17phy_device: fix parameter name in kernel-docRandy Dunlap1-1/+1
2009-06-03net/phy/marvell: update m88e1111 support for SGMII modeHaiying Wang1-0/+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 Likely2-30/+44
2009-04-16phylib: Fix delay argument of schedule_delayed_workAtsushi Nemoto1-3/+2
2009-04-13phylib: Add interrupt source check function to M88E1121R driverAnatolij Gustschin1-0/+13
2009-04-13phylib: Allow early-out in phy_changeAnatolij Gustschin1-0/+9
2009-04-13phylib: Basic support for the M88E1121R Marvell chipSergei Poselenov1-0/+41