]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fsl: Change fsl_phy_enet_if to phy_interface_t
authorAndy Fleming <afleming@freescale.com>
Wed, 13 Apr 2011 05:37:12 +0000 (00:37 -0500)
committerAndy Fleming <afleming@freescale.com>
Wed, 20 Apr 2011 20:09:35 +0000 (15:09 -0500)
commit865ff856403fb4bec6fe7f18101364384880068f
tree10d0d27dd3ae1d484bf5920ce4d1be4fcb786ab1
parent063c12633d5ad74d52152d9c358e715475e17629
fsl: Change fsl_phy_enet_if to phy_interface_t

The fsl_phy_enet_if enum was, essentially, the phy_interface_t enum.
This meant that drivers which used fsl_phy_enet_if to deal with
PHY interfaces would have to convert between the two (or we would have
to have them mirror each other, and deal with the ensuing maintenance
headache). Instead, we switch all clients of fsl_phy_enet_if over to
phy_interface_t, which should become the standard, anyway.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Acked-by: Detlev Zundel <dzu@denx.de>
15 files changed:
arch/powerpc/cpu/mpc8xxx/fdt.c
arch/powerpc/include/asm/fsl_enet.h
board/freescale/mpc8360emds/mpc8360emds.c
board/freescale/mpc837xemds/mpc837xemds.c
board/freescale/mpc8569mds/mpc8569mds.c
drivers/qe/uec.c
drivers/qe/uec.h
drivers/qe/uec_phy.c
include/configs/MPC8323ERDB.h
include/configs/MPC832XEMDS.h
include/configs/MPC8360EMDS.h
include/configs/MPC8360ERDK.h
include/configs/MPC8568MDS.h
include/configs/MPC8569MDS.h
include/configs/kmeter1.h