]> Git Repo - u-boot.git/commit - drivers/net/keystone_net.c
dma: keystone_nav: move keystone_nav driver to driver/dma/
authorKhoronzhuk, Ivan <[email protected]>
Fri, 5 Sep 2014 16:02:47 +0000 (19:02 +0300)
committerTom Rini <[email protected]>
Thu, 23 Oct 2014 15:27:04 +0000 (11:27 -0400)
commitef4547176d0fa4d43d060a58c0c902add7fe0aed
tree1098e15423022644bffc6e0beb9e6069584bf8bb
parented948e2959acbad5289de1c733b3aeddd93208fe
dma: keystone_nav: move keystone_nav driver to driver/dma/

The keystone_nav is used by drivers/net/keystone_net.c driver to
send and receive packets, but currently it's placed at keystone
arch sources. So it should be in the drivers directory also.
It's separate driver that can be used for sending and receiving
pktdma packets by others drivers also.

This patch just move this driver to appropriate directory and
doesn't add any functional changes.

Acked-by: Murali Karicheri <[email protected]>
Signed-off-by: Ivan Khoronzhuk <[email protected]>
arch/arm/cpu/armv7/keystone/Makefile
arch/arm/cpu/armv7/keystone/keystone_nav.c [deleted file]
arch/arm/include/asm/arch-keystone/keystone_nav.h [deleted file]
arch/arm/include/asm/ti-common/keystone_nav.h [new file with mode: 0644]
drivers/dma/Makefile
drivers/dma/keystone_nav.c [new file with mode: 0644]
drivers/net/keystone_net.c
include/configs/k2hk_evm.h
include/configs/ks2_evm.h
This page took 0.035823 seconds and 4 git commands to generate.