aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2011-11-16net: Add ethtool to mii advertisment conversion helpersGravatar Matt Carlson 1-17/+3
2011-11-15mdio-gpio: Add reset functionality to mdio-gpio driver(v2).Gravatar Srinivas Kandagatla 2-0/+10
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itGravatar Paul Gortmaker 1-0/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 6-69/+287
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-10-24dp83640: free packet queues on removeGravatar Richard Cochran 1-0/+7
2011-10-24dp83640: use proper function to free transmit time stamping packetsGravatar Richard Cochran 1-2/+2
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2011-10-24net: Fix driver name for mdio-gpio.cGravatar Dirk Eibach 1-1/+1
2011-10-19phylib: Modify Vitesse RGMII skew settingsGravatar Andy Fleming 1-12/+22
2011-10-18net/phy: extra delay only for RGMII interfaces for IC+ IP 1001Gravatar Giuseppe CAVALLARO 1-5/+8
2011-10-07Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 1-2/+2
2011-09-30netdev/phy/icplus: Use mdiobus_write() and mdiobus_read() for proper locking.Gravatar David Daney 1-7/+7
2011-09-30netdev/phy: Use mdiobus_read() so that proper locks are taken.Gravatar David Daney 1-2/+2
2011-09-29dp83640: reduce driver noiseGravatar Richard Cochran 1-2/+2
2011-09-27treewide: Correct spelling of successfully in commentsGravatar Joe Perches 1-1/+1
2011-09-26dp83640: add time stamp insertion for sync messagesGravatar Richard Cochran 1-13/+57
2011-09-26dp83640: enable six external events and one periodic outputGravatar Richard Cochran 1-19/+116
2011-09-22Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 1-6/+11
2011-09-20net/phy: add IC+ IP101A and support APS.Gravatar Giuseppe CAVALLARO 1-11/+68
2011-08-27drivers/net: Kconfig & Makefile cleanupGravatar Jeff Kirsher 1-1/+1
2011-08-26net/phy: fix DP83865 phy interrupt handlerGravatar Giuseppe CAVALLARO 1-6/+11
2011-08-07dp83640: increase receive time stamp buffer sizeGravatar Richard Cochran 1-3/+2
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-7/+18
2011-06-17net: icplus: remove unnecessary codeGravatar Greg Dietsche 1-5/+1
2011-06-16dp83640: drop PHY status frames in the driver.Gravatar Richard Cochran 1-2/+2
2011-06-16dp83640: fix phy status frame event parsingGravatar Richard Cochran 1-5/+15
2011-06-16phylib: Allow BCM63XX PHY to be selected only on BCM63XX.Gravatar Ralf Baechle 1-0/+1
2011-05-23ptp: Fix dp83640 build warning when building staticallyGravatar John Stultz 1-1/+1
2011-05-23ptp: Added a clock driver for the National Semiconductor PHYTER.Gravatar Richard Cochran 3-0/+1368
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIGravatar David Decotigny 1-1/+1
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsGravatar David Decotigny 1-4/+6
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-03-30phylib: phy_attach_direct: phy_init_hw can fail, add cleanupGravatar Marc Kleine-Budde 1-2/+6
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-5/+4
2011-03-14phylib: SIOCGMIIREG/SIOCSMIIREG: allow access to all mdio addressesGravatar Peter Korsgaard 1-3/+5
2011-02-28dt/net: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-5/+4
2011-02-14phy/micrel: add ability to support 50MHz RMII clock on KZS8051RNLGravatar Baruch Siach 1-8/+16
2011-02-11phy: Remove unneeded depends on PHYLIBGravatar hartleys 1-1/+0
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-6/+55
2010-12-10phy: add the IC+ IP1001 driverGravatar Giuseppe CAVALLARO 2-6/+55
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-13/+151
2010-11-28net: add some KERN_CONT markers to continuation linesGravatar Uwe Kleine-König 1-2/+2
2010-11-22of/phylib: Use device tree properties to initialize Marvell PHYs.Gravatar David Daney 1-0/+97
2010-11-22phylib: Add support for Marvell 88E1149R devices.Gravatar David Daney 1-0/+40
2010-11-22phylib: Use common page register definition for Marvell PHYs.Gravatar David Daney 1-13/+14
2010-10-29phy/marvell: rename 88ec048 to 88e1318s and fix mscr1 addrGravatar Cyril Chemparathy 1-9/+9
2010-10-24phylib: make local function staticGravatar stephen hemminger 2-17/+15