From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next-2.6 PATCH V3] can: add TI CAN (HECC) driver Date: Wed, 07 Oct 2009 22:03:06 -0700 (PDT) Message-ID: <20091007.220306.01875045.davem@davemloft.net> References: <1254920387-20939-1-git-send-email-anantgole@ti.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, socketcan-core@lists.berlios.de, linux-arm-kernel@lists.arm.linux.org.uk To: anantgole@ti.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:33902 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751759AbZJHFDL (ORCPT ); Thu, 8 Oct 2009 01:03:11 -0400 In-Reply-To: <1254920387-20939-1-git-send-email-anantgole@ti.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Anant Gole Date: Wed, 7 Oct 2009 18:29:47 +0530 > 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 > > Signed-off-by: Anant Gole Applied, thanks.