From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next-2.6 PATCH V2] can: add TI CAN (HECC) driver Date: Wed, 07 Oct 2009 03:44:25 -0700 (PDT) Message-ID: <20091007.034425.54165326.davem@davemloft.net> References: <1254892544-28194-1-git-send-email-anantgole@ti.com> <4ACC400C.2020708@grandegger.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: anantgole@ti.com, netdev@vger.kernel.org, socketcan-core@lists.berlios.de, linux-arm-kernel@lists.arm.linux.org.uk To: wg@grandegger.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:41590 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758880AbZJGKoa (ORCPT ); Wed, 7 Oct 2009 06:44:30 -0400 In-Reply-To: <4ACC400C.2020708@grandegger.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Wolfgang Grandegger Date: Wed, 07 Oct 2009 09:15:24 +0200 > Anant Gole wrote: >> 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 > > Signed-off-by: Wolfgang Grandegger > > Thanks for your contribution. Applied, thanks everyone.