From: Oliver Hartkopp <socketcan@hartkopp.net>
To: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: "linux-can@vger.kernel.org" <linux-can@vger.kernel.org>
Subject: [PATCH 0/6] CAN FD support
Date: Mon, 18 Jun 2012 19:38:58 +0200 [thread overview]
Message-ID: <4FDF67B2.1090004@hartkopp.net> (raw)
Hello Marc,
here's my first real git patch series adding support for CAN with flexible
data rate (CAN FD).
As there were no new remarks to my RFC v5 from 2012-05-28
http://comments.gmane.org/gmane.linux.can/1297
and it's tested and running on my machine for a while now it's IMHO time
for net-next now.
You can also pull the series ;-)
Git is hard for newbies but i gave my very best ...
Best regards,
Oliver
The following changes since commit 4670fd819e7f47392c7c6fc6168ea2857c66d163:
tcp: Get rid of inetpeer special cases. (2012-06-09 01:25:47 -0700)
are available in the git repository at:
git://gitorious.org/~hartkopp/linux-can/ollis-can-next.git canfd
for you to fetch changes up to d55c45913f93ccbd4378195e2d6ca96b2d14573b:
canfd: update documentation according to CAN FD extensions (2012-06-17 21:23:55 +0200)
----------------------------------------------------------------
Oliver Hartkopp (6):
canfd: add new data structures and constants
canfd: add support for CAN FD in PF_CAN core
canfd: add support for CAN FD in CAN_RAW sockets
candev: add/update helpers for CAN FD
vcan: add CAN FD support
canfd: update documentation according to CAN FD extensions
Documentation/networking/can.txt | 154 ++++++++++++++++++++++++++++++++++++--
drivers/net/can/dev.c | 35 ++++++++-
drivers/net/can/vcan.c | 27 +++++--
include/linux/can.h | 55 +++++++++++++-
include/linux/can/core.h | 4 +-
include/linux/can/dev.h | 33 ++++++--
include/linux/can/raw.h | 3 +-
include/linux/if_ether.h | 3 +-
net/can/af_can.c | 116 +++++++++++++++++++++-------
net/can/raw.c | 50 ++++++++++++-
10 files changed, 417 insertions(+), 63 deletions(-)
--
1.7.10.4
next reply other threads:[~2012-06-18 17:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-18 17:38 Oliver Hartkopp [this message]
2012-06-18 19:10 ` [PATCH 0/6] CAN FD support Marc Kleine-Budde
2012-06-18 19:14 ` Oliver Hartkopp
2012-06-18 19:27 ` Marc Kleine-Budde
2012-06-18 19:30 ` Oliver Hartkopp
2012-06-18 19:38 ` Marc Kleine-Budde
2012-06-19 7:26 ` Wolfgang Grandegger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FDF67B2.1090004@hartkopp.net \
--to=socketcan@hartkopp.net \
--cc=linux-can@vger.kernel.org \
--cc=mkl@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.