aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mii.h
AgeCommit message (Collapse)AuthorFilesLines
2019-12-02common: Move mii_init() function out of common.hSimon Glass1-0/+2
This function belongs in mii.h so move it over. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
2018-10-09linux/mii.h: Sync with Linux kernel v4.17Bin Meng1-57/+69
This syncs U-Boot's include/linux/mii.h with Linux kernel v4.17 include/uapi/linux/mii.h. While we are here, this also fixes some style issues. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2017-08-14net: Add mii_resolve_flowctrl_fdx()Yuiko Oshino1-0/+23
Add an mii helper function to resolve flow control status per IEEE 802.3-2005 table 28B-3. This function was taken from the Linux source tree. Signed-off-by: Yuiko Oshino <yuiko.oshino@microchip.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2013-06-24add support for Xilinx 1000BASE-X phy (GTX)Charles Coldwell1-0/+2
commit 39695029bc15041c809df3db4ba19bd729c447fa Author: Charles Coldwell <coldwell@ll.mit.edu> Date: Tue Feb 19 08:27:33 2013 -0500 Changes to support the Xilinx 1000BASE-X phy (GTX/MGT) Signed-off-by: Charles Coldwell <coldwell@ll.mit.edu>
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>