This patch series contains various non critical fixes and improvments for the kvaser_pciefd driver. Jimmy Assarsson (12): can: kvaser_pciefd: Remove useless write to interrupt register can: kvaser_pciefd: Remove handler for unused KVASER_PCIEFD_PACK_TYPE_EFRAME_ACK can: kvaser_pciefd: Add function to set skb hwtstamps can: kvaser_pciefd: Set hardware timestamp on transmitted packets can: kvaser_pciefd: Define unsigned constants with type suffix 'U' can: kvaser_pciefd: Remove SPI flash parameter read functionality can: kvaser_pciefd: Sort includes in alphabetic order can: kvaser_pciefd: Rename device ID defines can: kvaser_pciefd: Change return type for kvaser_pciefd_{receive,transmit,set_tx}_irq() can: kvaser_pciefd: Add len8_dlc support can: kvaser_pciefd: Refactor code can: kvaser_pciefd: Use TX FIFO size read from CAN controller drivers/net/can/Kconfig | 3 +- drivers/net/can/kvaser_pciefd.c | 622 +++++++++----------------------- 2 files changed, 168 insertions(+), 457 deletions(-) -- 2.40.0