All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/7] Add CAN FD infrastructure for CAN driver
@ 2014-02-21 18:56 Oliver Hartkopp
  2014-02-21 18:56 ` [PATCH v4 1/7] can: preserve skbuff protocol in can_put_echo_skb Oliver Hartkopp
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Oliver Hartkopp @ 2014-02-21 18:56 UTC (permalink / raw)
  To: linux-can; +Cc: Oliver Hartkopp

This is the patch series to extend the CAN driver infrastructure with CAN FD.

Changes v3->v4:

- fix a comment in patch 4 pointed out by Stephane
- added patches 6 & 7

Patch 6 fixes a semantic issue and is probably a stable candidate.

Patch 7 can be applied later - when patch 6 emerges in the -next trees.

Regarding the discussion for patch 5: Does anyone have a better idea for it?

Regards,
Oliver

*** BLURB HERE ***

Oliver Hartkopp (7):
  can: preserve skbuff protocol in can_put_echo_skb
  can: netlink send bittiming data only when a bitrate is available
  can: provide a separate bittiming_const parameter to bittiming
    functions
  can: introduce the data bitrate configuration for CAN FD
  can: allow to change the device mtu for CAN FD capable devices
  can: fix bitrate check semantics at interface open time
  can: add bittiming check at interface open for CAN FD

 drivers/net/can/dev.c            | 144 +++++++++++++++++++++++++++++++++------
 include/linux/can/dev.h          |   7 +-
 include/uapi/linux/can/netlink.h |   3 +
 3 files changed, 131 insertions(+), 23 deletions(-)

-- 
1.9.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-02-26 20:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-21 18:56 [PATCH v4 0/7] Add CAN FD infrastructure for CAN driver Oliver Hartkopp
2014-02-21 18:56 ` [PATCH v4 1/7] can: preserve skbuff protocol in can_put_echo_skb Oliver Hartkopp
2014-02-21 18:57 ` [PATCH v4 2/7] can: netlink send bittiming data only when a bitrate is available Oliver Hartkopp
2014-02-21 18:57 ` [PATCH v4 3/7] can: provide a separate bittiming_const parameter to bittiming functions Oliver Hartkopp
2014-02-21 18:57 ` [PATCH v4 4/7] can: introduce the data bitrate configuration for CAN FD Oliver Hartkopp
2014-02-21 18:57 ` [PATCH v4 5/7] can: allow to change the device mtu for CAN FD capable devices Oliver Hartkopp
2014-02-21 18:57 ` [PATCH v4 6/7] can: fix bitrate check semantics at interface open time Oliver Hartkopp
2014-02-21 18:57 ` [PATCH v4 7/7] can: add bittiming check at interface open for CAN FD Oliver Hartkopp
2014-02-22 18:25   ` Oliver Hartkopp
2014-02-26 19:52   ` Kurt Van Dijck
2014-02-26 20:35     ` Oliver Hartkopp

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.