This patch set intends to add Flexcan support for i.MX8QM platform which defaultly supports CAN FD protocol. Although BRS enabled by system reset when the driver sets CAN FD mode, now this patch serial does not support BRS in the driver. And then I will send patch to enable BRS by changing the register to set bit timing. Dong Aisheng (3): can: rx-offload: add CANFD support based on offload can: flexcan: add CAN FD mode support can: flexcan: add imx8qm support drivers/net/can/flexcan.c | 114 ++++++++++++++++++++++++++++++--- drivers/net/can/rx-offload.c | 16 +++-- include/linux/can/rx-offload.h | 4 +- 3 files changed, 117 insertions(+), 17 deletions(-) -- 2.17.1