Till now the flexcan module supported 8 byte payload size as per CAN 2.0 specifications. But now upcoming flexcan module in NXP LX2160A SOC supports CAN FD protocol too. These patches form the groundwork needed for supporting CAN FD protocol in flexcan module. Cc: Varun Sethi <V.Sethi@xxxxxxx> Pankaj Bansal (7): net: can: flexcan: use %px to print addresses instead of %p net: can: flexcan: enable flexcan for all architectures net: can: flexcan: Unlock the MB unconditionally net: can: flexcan: move rx offload_add from probe to start net: can: flexcan: Add provision for variable payload size net: can: flexcan: split the Message Buffer RAM area net: can: flexcan: use CAN FD frames for Tx/Rx drivers/net/can/Kconfig | 1 - drivers/net/can/flexcan.c | 231 ++++++++++++++++++++++----------- drivers/net/can/rx-offload.c | 35 ++++- include/linux/can/rx-offload.h | 4 +- 4 files changed, 189 insertions(+), 82 deletions(-) -- 2.17.1 -- To unsubscribe from this list: send the line "unsubscribe linux-can" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html