]> git.itanic.dy.fi Git - linux-stable/commit
Merge patch series "can: kvaser_pciefd: Add support for new Kvaser PCI Express devices"
authorMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 19 Jul 2023 07:04:21 +0000 (09:04 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 19 Jul 2023 07:04:21 +0000 (09:04 +0200)
commitb38eb89112d149bcdebe2e04f0b0d187cf4cfa46
treefbcaf6187f2dabc45312a8c48f2d31a1081013b6
parent2e12d79f56ffe76371b594e83f50772fe36feea4
parentf33ad6776b2fb8005c954fa1f8b88125260c190f
Merge patch series "can: kvaser_pciefd: Add support for new Kvaser PCI Express devices"

Jimmy Assarsson <extja@kvaser.com> 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 <mkl@pengutronix.de>