]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Merge asm/fsl_enet.h into fsl_mdio.h
authorClaudiu Manoil <claudiu.manoil@freescale.com>
Fri, 5 Sep 2014 05:52:36 +0000 (13:52 +0800)
committerYork Sun <yorksun@freescale.com>
Mon, 8 Sep 2014 17:30:33 +0000 (10:30 -0700)
commit93f26f130eede8db0cb47afcaf66016987b91731
tree1a9acbbcb9b5bae1ae6c96a210ef087f5ecbda93
parentdf0a5b880d6e53b62ea05b483243dd8675cf4648
net: Merge asm/fsl_enet.h into fsl_mdio.h

fsl_enet.h defines the mapping of the usual MII management
registers, which are included in the MDIO register block
common to Freescale ethernet controllers. So it shouldn't
depend on the CPU architecture but it should be actually
part of the arch independent fsl_mdio.h.

To remove the arch dependency, merge the content of
asm/fsl_enet.h into fsl_mdio.h.
Some files (like fm_eth.h) were simply including fsl_enet.h
only for phy.h. These were updated to include phy.h instead.

Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
13 files changed:
arch/powerpc/include/asm/fsl_enet.h [deleted file]
board/freescale/mpc8360emds/mpc8360emds.c
board/freescale/mpc837xemds/mpc837xemds.c
drivers/net/fm/dtsec.c
drivers/net/fm/fm.h
drivers/net/fm/init.c
drivers/net/fm/memac.c
drivers/net/fm/tgec.c
drivers/net/fsl_mdio.c
drivers/qe/uec.h
include/fm_eth.h
include/fsl_mdio.h
include/tsec.h