diff options
author | Cyril Chemparathy <cyril@ti.com> | 2010-09-15 10:11:28 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-09-24 07:40:31 -0700 |
commit | ef8c2dab01b6e30c4b2ca3ea3b8db33430493589 (patch) | |
tree | 4556ea23735493311258114d770c5e17d55ca8f5 /drivers/net/Makefile | |
parent | 7b3742aff1a9946b9b25f16d6a7ca22c10926391 (diff) | |
download | linux-stable-ef8c2dab01b6e30c4b2ca3ea3b8db33430493589.tar.gz linux-stable-ef8c2dab01b6e30c4b2ca3ea3b8db33430493589.tar.bz2 linux-stable-ef8c2dab01b6e30c4b2ca3ea3b8db33430493589.zip |
net: davinci_emac: separate out cpdma code
In addition to being embedded into the EMAC controller, the CPDMA hardware
block is used in TI's CPSW switch controller. Fortunately, the programming
interface to this hardware block remains pretty nicely consistent across these
devices.
This patch adds a new CPDMA services layer, which can then be reused across
EMAC and CPSW drivers.
Signed-off-by: Cyril Chemparathy <cyril@ti.com>
Tested-by: Michael Williamson <michael.williamson@criticallink.com>
Tested-by: Caglar Akyuz <caglarakyuz@gmail.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index d38a7aba179c..65da885a3c0c 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -8,6 +8,7 @@ obj-$(CONFIG_PHYLIB) += phy/ obj-$(CONFIG_TI_DAVINCI_EMAC) += davinci_emac.o obj-$(CONFIG_TI_DAVINCI_MDIO) += davinci_mdio.o +obj-$(CONFIG_TI_DAVINCI_CPDMA) += davinci_cpdma.o obj-$(CONFIG_E1000) += e1000/ obj-$(CONFIG_E1000E) += e1000e/ |