can: add TI CAN (HECC) driver
authorAnant Gole <anantgole@ti.com>
Wed, 7 Oct 2009 02:59:47 +0000 (02:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2009 05:02:53 +0000 (22:02 -0700)
commit3758bf25db8caeec667e4e56e030da0ec3060529
tree5eacde81468c8e201086083a19456ba28e67e3e0
parent0cdc03698f2586923ad3b9fca06643ff5675f221
can: add TI CAN (HECC) driver

TI HECC (High End CAN Controller) module is found on many TI devices. It
has 32 hardware mailboxes with full implementation of CAN protocol 2.0B
with bus speeds up to 1Mbps. Specifications of the module are available
on TI web <http://www.ti.com>

Signed-off-by: Anant Gole <anantgole@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/can/Kconfig
drivers/net/can/Makefile
drivers/net/can/ti_hecc.c [new file with mode: 0644]
include/linux/can/platform/ti_hecc.h [new file with mode: 0644]