]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc807b2cb53806b7fd01257dbb4b281149fc9e42c
tree3aee12e86ef03b9df2727c9032eaf60d2a7a11b4
parent721dc89a652a480a9f5a1bb14de81a779e132477
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
arch/arm/mach-davinci/include/mach/emac.h [deleted file]
drivers/net/Kconfig
drivers/net/davinci_emac.c
include/linux/davinci_emac.h [new file with mode: 0644]