]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/Makefile
net: Add TI DaVinci EMAC driver
authorAnant Gole <anantgole@ti.com>
Mon, 18 May 2009 22:19:01 +0000 (15:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 May 2009 22:19:01 +0000 (15:19 -0700)
commita6286ee630f6d95f8466e19d7f1ae38d677028ae
tree8dd21bd51c399e1d935a28cbfe56f921d6f1c60b
parentd23a9b5baa1a37ac3620e1ba080965c505053749
net: Add TI DaVinci EMAC driver

Add support for TI DaVinci EMAC driver.

TI DaVinci Ethernet Media Access Controller module is based upon
TI CPPI 3.0 DMA engine and supports 10/100 Mbps on all and Gigabit modes on
some TI devices. It supports MII/RMII and has up to 8Kbytes of internal
descriptor memory. This driver has been working on several TI devices including
DM644x, DM646x and DA830 platforms. The specs of this device are available at:
http://www.ti.com/litv/pdf/sprue24a

Signed-off-by: Anant Gole <anantgole@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/davinci_emac.c [new file with mode: 0644]