aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mii.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-17Coding style (white space) cleanup.Wolfgang Denk1-94/+94
Signed-off-by: Wolfgang Denk <wd@denx.de>
2010-12-09include/linux/mii.h: update for supporting GEMacpaul Lin1-74/+107
This file has been synced (copy) from Linux source code. This commit was based on kernel 2.6.32. It updates gigabit related phy registers and basic definitions. Signed-off-by: Macpaul Lin <macpaul@andestech.com>
2007-04-18Merge with /home/wd/git/u-boot/custodian/u-boot-avr32; code cleanup.Wolfgang Denk1-0/+158
2007-04-14Import <linux/mii.h> from the Linux kernelHaavard Skinnemoen1-0/+158
Instead of creating yet another set of MII register definitions in the macb driver, here's a complete set of definitions for everyone to use. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>