From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Hartkopp Subject: [PATCH v3 0/5] Add support for CAN FD to broadcast manager (CAN_BCM) Date: Tue, 31 May 2016 20:23:03 +0200 Message-ID: <1464718988-9386-1-git-send-email-socketcan@hartkopp.net> Return-path: Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.160]:22953 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751616AbcEaSXZ (ORCPT ); Tue, 31 May 2016 14:23:25 -0400 Sender: linux-can-owner@vger.kernel.org List-ID: To: linux-can@vger.kernel.org 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