]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
miiphy: convert to linux/mii.h
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Dec 2010 20:40:12 +0000 (15:40 -0500)
committerWolfgang Denk <wd@denx.de>
Sun, 9 Jan 2011 17:06:50 +0000 (18:06 +0100)
commit8ef583a0351590a91394499eb5ca2ab8a703d959
tree36dafbd4bdd7e46130aec04bbc0dbfe26e896d9f
parent4ffeab2cc00b61bc4616d9e3c25d33937b0feb34
miiphy: convert to linux/mii.h

The include/miiphy.h header duplicates a lot of things from linux/mii.h.
So punt all the things that overlap to keep the API simple and to make
merging between U-Boot and Linux simpler.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
45 files changed:
arch/arm/cpu/arm920t/at91rm9200/lxt972.c
arch/arm/cpu/arm926ejs/davinci/lxt972.c
arch/arm/cpu/ixp/npe/miiphy.c
arch/arm/cpu/ixp/npe/npe.c
arch/powerpc/cpu/mpc8xx/fec.c
arch/powerpc/cpu/ppc4xx/miiphy.c
board/Marvell/rd6281a/rd6281a.c
board/actux1/actux1.c
board/csb272/csb272.c
board/csb472/csb472.c
board/evb64260/eth.c
board/freescale/mpc8260ads/mpc8260ads.c
board/freescale/mpc8560ads/mpc8560ads.c
board/manroland/uc100/uc100.c
board/netphone/netphone.c
board/netta/netta.c
board/netta2/netta2.c
board/prodrive/p3mx/mv_eth.c
board/sbc8560/sbc8560.c
board/stx/stxgp3/stxgp3.c
board/stx/stxssa/stxssa.c
board/stx/stxxtc/stxxtc.c
board/tqc/tqm8xx/tqm8xx.c
common/cmd_mii.c
common/miiphyutil.c
drivers/net/4xx_enet.c
drivers/net/altera_tse.c
drivers/net/altera_tse.h
drivers/net/davinci_emac.c
drivers/net/designware.c
drivers/net/eepro100.c
drivers/net/fec_mxc.c
drivers/net/fsl_mcdmafec.c
drivers/net/inca-ip_sw.c
drivers/net/mcffec.c
drivers/net/mcfmii.c
drivers/net/ns7520_eth.c
drivers/net/ns9750_eth.c
drivers/net/phy/mv88e61xx.c
drivers/net/smc911x.c
drivers/net/tsec.c
drivers/qe/uec_phy.c
drivers/qe/uec_phy.h
include/miiphy.h
include/tsec.h