linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v10 1/7] Add CAN FD infrastructure for CAN driver
@ 2014-03-04 20:44 Marc Kleine-Budde
  2014-03-04 20:44 ` [PATCH v10 1/7] can: preserve skbuff protocol in can_put_echo_skb Marc Kleine-Budde
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Marc Kleine-Budde @ 2014-03-04 20:44 UTC (permalink / raw)
  To: linux-can; +Cc: kernel

Picking up Oliver's patches.

I've added Stephane's Acked-by to all patches.

Changes since v9:
- 3/7 + 4/7
  I moved the simplified "if" in can_get_bittiming() from 4/7 into 3/7,
  so the more complicated if is not introduced in the first place.
- 5/7
  In can_changelink(), when setting the data bittining, I removed the call to
  priv->do_set_data_bittiming().
  Further I moved the new "if (data[IFLA_CAN_DATA_BITTIMING])" at the bottom,
  so that all "if"s are sorted by "IFLA_".
- 6/7
  can_change_mtu(): fix indention after "default" in "switch"

Marc


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

end of thread, other threads:[~2014-03-04 21:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 20:44 [PATCH v10 1/7] Add CAN FD infrastructure for CAN driver Marc Kleine-Budde
2014-03-04 20:44 ` [PATCH v10 1/7] can: preserve skbuff protocol in can_put_echo_skb Marc Kleine-Budde
2014-03-04 20:44 ` [PATCH v10 2/7] can: only send bitrate data via netlink when available Marc Kleine-Budde
2014-03-04 20:44 ` [PATCH v10 3/7] can: move sanity check for bitrate and tq into can_get_bittiming Marc Kleine-Budde
2014-03-04 20:44 ` [PATCH v10 4/7] can: provide a separate bittiming_const parameter to bittiming functions Marc Kleine-Budde
2014-03-04 20:44 ` [PATCH v10 5/7] can: introduce the data bitrate configuration for CAN FD Marc Kleine-Budde
2014-03-04 20:44 ` [PATCH v10 6/7] can: allow to change the device mtu for CAN FD capable devices Marc Kleine-Budde
2014-03-04 20:44 ` [PATCH v10 7/7] can: add bittiming check at interface open for CAN FD Marc Kleine-Budde
2014-03-04 21:22 ` [PATCH v10 1/7] Add CAN FD infrastructure for CAN driver Oliver Hartkopp
2014-03-04 21:32   ` Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).