]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge patch series "can: kvaser_usb: Simplify identification of physical CAN interfaces"
authorMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 25 Jul 2025 16:01:25 +0000 (18:01 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 25 Jul 2025 16:01:25 +0000 (18:01 +0200)
commitecd82dfb4ccdfab7ecafcdb02b3b388dbaff4396
tree470f211a566685df6fab37431f3ce9801fbead65
parent46647a840538b1e019873d6097590e5b1b73e7a0
parent6304c4c8476d5a7339ba1839f6cded72208fce57
Merge patch series "can: kvaser_usb: Simplify identification of physical CAN interfaces"

Jimmy Assarsson <extja@kvaser.com> says:

This patch series simplifies the process of identifying which network
interface (can0..canX) corresponds to which physical CAN channel on
Kvaser USB based CAN interfaces.

Note that this patch series is based on [1]
"can: kvaser_pciefd: Simplify identification of physical CAN interfaces"

Changes in v3:
  - Fix GCC compiler array warning (-Warray-bounds)
  - Fix transient Sparse warning
  - Add tag Reviewed-by Vincent Mailhol

Changes in v2:
  - New patch with devlink documentation
  - New patch assigning netdev.dev_port
  - Formatting and refactoring

[1] https://lore.kernel.org/linux-can/20250725123230.8-1-extja@kvaser.com

Link: https://patch.msgid.link/20250725123452.41-1-extja@kvaser.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>