]> Git Repo - J-u-boot.git/commit
soc: keystone_serdes: create a separate SGMII SerDes driver
authorKhoronzhuk, Ivan <[email protected]>
Wed, 22 Oct 2014 14:18:21 +0000 (17:18 +0300)
committerTom Rini <[email protected]>
Thu, 23 Oct 2014 15:27:28 +0000 (11:27 -0400)
commita43febde4452f254621c0c95d452c89ad498e959
treea4469761aba5c77ffedbc73a40ae7af71e20e729
parent497e9e03216bae505a8f06808975d0c4865622f2
soc: keystone_serdes: create a separate SGMII SerDes driver

This patch split the Keystone II SGMII SerDes related code from
Ethernet driver and create a separate SGMII SerDes driver.
The SerDes driver can be used by others keystone subsystems
like PCI, sRIO, so move it to driver/soc/keystone directory.

Add soc specific drivers directory like in the Linux kernel.
It is going to be used by keysotone soc specific drivers.

Signed-off-by: Hao Zhang <[email protected]>
Signed-off-by: Ivan Khoronzhuk <[email protected]>
arch/arm/include/asm/ti-common/keystone_serdes.h [new file with mode: 0644]
drivers/Makefile
drivers/net/keystone_net.c
drivers/soc/Makefile [new file with mode: 0644]
drivers/soc/keystone/Makefile [new file with mode: 0644]
drivers/soc/keystone/keystone_serdes.c [new file with mode: 0644]
include/configs/k2hk_evm.h
This page took 0.03156 seconds and 4 git commands to generate.