]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/net/Makefile
net/memac_phy: reuse driver for little endian SoCs
authorShaohui Xie <Shaohui.Xie@freescale.com>
Sat, 21 Mar 2015 02:28:19 +0000 (19:28 -0700)
committerYork Sun <yorksun@freescale.com>
Thu, 23 Apr 2015 15:55:57 +0000 (08:55 -0700)
commitcd348efa6c8c38cc95495a34d784f9ea159ca41d
treecfcc6b2e4b03ebaa6fef5fab003205ce0d6d1322
parent125e2bc1f24736291e752d78a769f7f942050be2
net/memac_phy: reuse driver for little endian SoCs

The memac for PHY management on little endian SoCs is similar on big
endian SoCs, so we modify the driver by using I/O accessor function to
handle the endianness, so the driver can be reused on little endian
SoCs, we introduce CONFIG_SYS_MEMAC_LITTLE_ENDIAN for little endian
SoCs, if the CONFIG_SYS_MEMAC_LITTLE_ENDIAN is defined, the I/O access
is little endian, if not, the I/O access is big endian. Move fsl_memac.h
out of powerpc include.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: York Sun <yorksun@freescale.com>
arch/arm/include/asm/arch-fsl-lsch3/config.h
drivers/net/Makefile
drivers/net/fm/eth.c
drivers/net/fm/memac.c
drivers/net/fm/memac_phy.c
drivers/net/vsc9953.c
include/fsl_memac.h [moved from arch/powerpc/include/asm/fsl_memac.h with 100% similarity]