TI Davinci EMAC : Re-use driver for other platforms.
authorSriramakrishnan <srk@ti.com>
Thu, 19 Nov 2009 10:28:25 +0000 (15:58 +0530)
committerKevin Hilman <khilman@deeprootsystems.com>
Thu, 4 Feb 2010 21:29:50 +0000 (13:29 -0800)
commit8ee2bf9ab792d0c02b13ca3acbd036debb7745d9
tree3aee12e86ef03b9df2727c9032eaf60d2a7a11b4
parentfc42e335ee6a7dd1f740c0fc868d607cc689d7c4
TI Davinci EMAC : Re-use driver for other platforms.

The davinci EMAC peripheral is also available on other TI
platforms -notably TI AM3517 SoC. This patch modifies the
config option and the platform structure header files so that
the driver can be reused on non-davinci platforms as well.

Signed-off-by: Sriramakrishnan <srk@ti.com>
Acked-by: Chaithrika U S <chaithrika@ti.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-davinci/common.c
arch/arm/mach-davinci/include/mach/da8xx.h
arch/arm/mach-davinci/include/mach/dm365.h
arch/arm/mach-davinci/include/mach/dm644x.h
arch/arm/mach-davinci/include/mach/dm646x.h
drivers/net/Kconfig
drivers/net/davinci_emac.c
include/linux/davinci_emac.h [moved from arch/arm/mach-davinci/include/mach/emac.h with 92% similarity]