From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull-request: can-next 2012-06-19 Date: Tue, 19 Jun 2012 14:48:45 -0700 (PDT) Message-ID: <20120619.144845.390201286413906004.davem@davemloft.net> References: <4FE0DAB4.6080400@pengutronix.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:58879 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752425Ab2FSVsq (ORCPT ); Tue, 19 Jun 2012 17:48:46 -0400 In-Reply-To: <4FE0DAB4.6080400@pengutronix.de> Sender: linux-can-owner@vger.kernel.org List-ID: To: mkl@pengutronix.de Cc: netdev@vger.kernel.org, linux-can@vger.kernel.org From: Marc Kleine-Budde Date: Tue, 19 Jun 2012 22:01:56 +0200 > here is our second pull request for net-next. In this series Federico > Vaga adds a pci driver for c_can/d_can hardware using the existing > generic c_can driver. The remaining 6 patches are by Oliver Hartkopp. > He adds CANFD support to the CAN stack while keeping binary > compatibility for existing applications. CANFD is an extension to the > existing CAN standard, it allows longer CAN frames and/or higher data > rates. There's no real hardware available yet, but this series adds > CANFD support to the vcan driver. Pulled, thanks.