]> git.openfabrics.org - ~emulex/infiniband.git/commit
ARM: OMAP: move generic EMAC init to separate file
authorIlya Yanok <yanok@emcraft.com>
Mon, 5 Mar 2012 19:08:36 +0000 (11:08 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 5 Mar 2012 19:08:36 +0000 (11:08 -0800)
commita8195ba87cc746bf765bd507d87a2945602c8adc
tree49cd90f3f3cd4c26a7ae25792df354417d6eb3de
parentd4860ebef4f7e45ebc37013d5008de85cc24a94e
ARM: OMAP: move generic EMAC init to separate file

AM35xx SoCs include DaVinci EMAC IP. Initialization code in
board-am3517evm.c is pretty board independent and will work for any
AM35xx based board so move this code to it's own file to be reused by
other boards.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/am35xx-emac.c [new file with mode: 0644]
arch/arm/mach-omap2/am35xx-emac.h [new file with mode: 0644]
arch/arm/mach-omap2/board-am3517evm.c