aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-30netdev/phy/icplus: Use mdiobus_write() and mdiobus_read() for proper locking.David Daney1-7/+7
2011-09-30netdev/phy: Use mdiobus_read() so that proper locks are taken.David Daney1-2/+2
2011-09-26dp83640: add time stamp insertion for sync messagesRichard Cochran1-13/+57
2011-09-26dp83640: enable six external events and one periodic outputRichard Cochran1-19/+116
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-6/+11
2011-09-20net/phy: add IC+ IP101A and support APS.Giuseppe CAVALLARO1-11/+68
2011-08-27drivers/net: Kconfig & Makefile cleanupJeff Kirsher1-1/+1
2011-08-26net/phy: fix DP83865 phy interrupt handlerGiuseppe CAVALLARO1-6/+11
2011-08-07dp83640: increase receive time stamp buffer sizeRichard Cochran1-3/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-7/+18
2011-06-17net: icplus: remove unnecessary codeGreg Dietsche1-5/+1
2011-06-16dp83640: drop PHY status frames in the driver.Richard Cochran1-2/+2
2011-06-16dp83640: fix phy status frame event parsingRichard Cochran1-5/+15
2011-06-16phylib: Allow BCM63XX PHY to be selected only on BCM63XX.Ralf Baechle1-0/+1
2011-05-23ptp: Fix dp83640 build warning when building staticallyJohn Stultz1-1/+1
2011-05-23ptp: Added a clock driver for the National Semiconductor PHYTER.Richard Cochran3-0/+1368
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-4/+6
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-30phylib: phy_attach_direct: phy_init_hw can fail, add cleanupMarc Kleine-Budde1-2/+6
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+4
2011-03-14phylib: SIOCGMIIREG/SIOCSMIIREG: allow access to all mdio addressesPeter Korsgaard1-3/+5
2011-02-28dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2011-02-14phy/micrel: add ability to support 50MHz RMII clock on KZS8051RNLBaruch Siach1-8/+16
2011-02-11phy: Remove unneeded depends on PHYLIBhartleys1-1/+0
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+55
2010-12-10phy: add the IC+ IP1001 driverGiuseppe CAVALLARO2-6/+55
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-13/+151
2010-11-28net: add some KERN_CONT markers to continuation linesUwe Kleine-König1-2/+2
2010-11-22of/phylib: Use device tree properties to initialize Marvell PHYs.David Daney1-0/+97
2010-11-22phylib: Add support for Marvell 88E1149R devices.David Daney1-0/+40
2010-11-22phylib: Use common page register definition for Marvell PHYs.David Daney1-13/+14
2010-10-29phy/marvell: rename 88ec048 to 88e1318s and fix mscr1 addrCyril Chemparathy1-9/+9
2010-10-24phylib: make local function staticstephen hemminger2-17/+15
2010-10-21phy/marvell: fix 88e1121 supportArnaud Patard1-12/+19
2010-10-05don't let BCM63XX_PHY depend on non-existant symbolUwe Kleine-König1-1/+0
2010-10-05net/phy: fix many "defined but unused" warningsUwe Kleine-König15-15/+15
2010-09-14phylib: fix PAL state machine restart on resumeSimon Guinot1-2/+2
2010-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+2
2010-08-24phylib: Fix race between returning phydev and calling adjust_linkAnton Vorontsov1-0/+2
2010-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+2
2010-08-11phylib: available for any speed ethernetRandy Dunlap1-1/+1
2010-08-10phy.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds7-38/+270
2010-08-03phy/marvell: add 88ec048 supportCyril Chemparathy1-0/+42
2010-08-02phy/marvell: add 88e1121 interface mode supportCyril Chemparathy1-3/+32
2010-07-20phy: add suspend/resume in the ic+Giuseppe Cavallaro1-0/+2