]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7588865692d4d948b2a05034506983420f5b0ec5
tree5eacde81468c8e201086083a19456ba28e67e3e0
parent58a3f929cc55c37e73806bfd94fb53ad8c456da8
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]