From: Marc Kleine-Budde Date: Wed, 19 Jul 2023 07:04:21 +0000 (+0200) Subject: Merge patch series "can: kvaser_pciefd: Add support for new Kvaser PCI Express devices" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b38eb89112d149bcdebe2e04f0b0d187cf4cfa46;p=linux.git Merge patch series "can: kvaser_pciefd: Add support for new Kvaser PCI Express devices" Jimmy Assarsson says: This patch series adds support for a range of new Kvaser PCI Express devices based on the SmartFusion2 SoC, to the kvaser_pciefd driver. In the first patch, the hardware specific constants and functions are moved into a driver_data struct. In the second patch, we add the new devices and their hardware specific constants and functions. Changes in v2: - Rebased on can: kvaser_pciefd: Fixes and improvements https://lore.kernel.org/all/20230529134248.752036-1-extja@kvaser.com - Dropped can: kvaser_pciefd: Wrap register read and writes with macros https://lore.kernel.org/linux-can/20230523094354.83792-17-extja@kvaser.com since the driver became a lot cleaner when using FIELD_{GET,PREP} and GENMASK. Moved some parts of the patch into can: kvaser_pciefd: Move hardware specific constants and functions into a driver_data struct Removed macros reading/writing registers. - Link to v1: https://lore.kernel.org/all/20230523094354.83792-14-extja@kvaser.com Link: https://lore.kernel.org/all/20230622151153.294844-1-extja@kvaser.com Signed-off-by: Marc Kleine-Budde --- b38eb89112d149bcdebe2e04f0b0d187cf4cfa46