summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-3/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-122-0/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-111-0/+1
| |\
| | * phy: Fix initialization in micrel driver.David S. Miller2010-05-061-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-053-0/+110
| |\ \ | | |/
| * | NET: mdio-octeon: Enable the hardware before using it.David Daney2010-04-301-0/+10
* | | phy/micrel: Add module device ID table for autoloading.David S. Miller2010-05-031-0/+9
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-033-0/+110
|\ \ \ | | |/ | |/|
| * | drivers/net/phy: micrel phy driverDavid J. Choi2010-05-033-0/+110
| |/
* | PHY: fix typo in bcm63xx PHY driver tableFlorian Fainelli2010-04-131-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-1111-9/+2
|\ \ | |/
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3011-9/+2
* | phylib: Add module table to all existing phy driversDavid Woodhouse2010-04-0214-0/+124
* | phylib: Support phy module autoloadingDavid Woodhouse2010-04-021-0/+12
* | NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe2010-03-162-11/+53
|/
* tg3: Push phylib definitions to phylibMatt Carlson2010-02-171-4/+1
* libphy: add phy_find_first functionJiri Pirko2010-02-041-0/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-232-3/+2
|\
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-223-0/+192
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-123-25/+81
| | |\
| * | | phylib: Move workqueue initialization to a proper placeAnton Vorontsov2010-01-192-3/+2
| | |/ | |/|
* | | phy: add RTBI mode for m88e1111Liu Yu-B132012010-01-211-0/+38
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-103-25/+81
|\ \ \ | |/ /
| * | broadcom: Fix &&/|| confusion in bcm54xx_adjust_rxrefclk()roel kluin2010-01-031-2/+2
| * | phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov2009-12-302-22/+58
| * | phylib: Fix deadlock on resumeAnton Vorontsov2009-12-301-2/+22
* | | phy: SMSC device Energy Detect power-down modeGiuseppe Cavallaro2010-01-061-2/+19
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-211-1/+2
|\ \ | |/
| * broadcom: bcm54xx_shadow_read() errors ignored in bcm54xx_adjust_rxrefclk()Roel Kluin2009-12-181-1/+2
* | NET: Add driver for Octeon MDIO buses.David Daney2009-12-173-0/+192
|/
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-9/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-1/+1
|\
| * net: fix mdio section mismatch warningStephen Rothwell2009-11-171-1/+1
* | tg3 / broadcom: Optionally disable TXC if no linkMatt Carlson2009-11-021-0/+5
* | tg3 / broadcom: Add APD support for GPHYsMatt Carlson2009-11-021-9/+42
* | tg3 / broadcom: Add code to disable rxc refclkMatt Carlson2009-11-021-0/+43
* | tg3 / broadcom: Refine AC131 APD supportMatt Carlson2009-11-021-3/+5
* | tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flagMatt Carlson2009-11-021-0/+6
* | broadcom: Consolidate dev_flags definitionsMatt Carlson2009-11-021-10/+1
* | broadcom: Fix slow link problemMatt Carlson2009-11-021-8/+14
* | broadcom: Isolate phy dsp accessesMatt Carlson2009-11-021-48/+42
|/
* net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov2009-10-141-0/+1
* phy/marvell: Make non-aneg speed/duplex forcing work for 88E1111 PHYsAnton Vorontsov2009-09-111-1/+20
* drivers/net/phy: introduce missing kfreeJulia Lawall2009-09-111-1/+1
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-031-3/+0
* broadcom: Make the 57780 IEEE compliantMatt Carlson2009-08-261-2/+35
* broadcom: Add AC131 phy supportMatt Carlson2009-08-261-0/+158
* broadcom: Add BCM50610M supportMatt Carlson2009-08-261-8/+30
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-41/+36
|\
| * net: Rework mdio-ofgpio driver to use of_mdio infrastructureMark Ware2009-07-231-41/+36
OpenPOWER on IntegriCloud