All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Add support for CAN FD to broadcast manager (CAN_BCM)
@ 2016-05-31 18:23 Oliver Hartkopp
  2016-05-31 18:23 ` [PATCH v3 1/5] can: bcm: fix indention style Oliver Hartkopp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Oliver Hartkopp @ 2016-05-31 18:23 UTC (permalink / raw)
  To: linux-can; +Cc: Oliver Hartkopp

This series adds the capability for the CAN broadcast manager to handle
CAN FD frames analogue to the CAN frames. It allows sending as well as all
known data filtering functions (including multiplex filtering).

Changes in v2:
Introduce a helper variable cfsiz to prevent multiple CFSIZ(op) operations
in bcm_rx_handler() (patch 4/5).

Changes in v3:
Introduce a helper variable cfsiz into struct bcm_op to minimize CFSIZ(op)
operations (patch 4/5).
Fix documentation table of contents and code example (patch 5/5)

Oliver Hartkopp (5):
  can: bcm: fix indention style
  can: bcm: use CAN frame instead of can_frame in comments
  can: bcm: unify bcm_msg_head handling and prepare function parameters
  can: bcm: add support for CAN FD frames
  can: bcm: add documentation for CAN FD support

 Documentation/networking/can.txt |  25 +++-
 include/uapi/linux/can/bcm.h     |   1 +
 net/can/bcm.c                    | 307 ++++++++++++++++++++++-----------------
 3 files changed, 202 insertions(+), 131 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2016-05-31 18:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-31 18:23 [PATCH v3 0/5] Add support for CAN FD to broadcast manager (CAN_BCM) Oliver Hartkopp
2016-05-31 18:23 ` [PATCH v3 1/5] can: bcm: fix indention style Oliver Hartkopp
2016-05-31 18:23 ` [PATCH v3 2/5] can: bcm: use CAN frame instead of can_frame in comments Oliver Hartkopp
2016-05-31 18:23 ` [PATCH v3 3/5] can: bcm: unify bcm_msg_head handling and prepare function parameters Oliver Hartkopp
2016-05-31 18:23 ` [PATCH v3 4/5] can: bcm: add support for CAN FD frames Oliver Hartkopp
2016-05-31 18:23 ` [PATCH v3 5/5] can: bcm: add documentation for CAN FD support 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.