Skip to content

Commit 6304c4c

Browse files
Jimmy Assarssonmarckleinebudde
authored andcommitted
Documentation: devlink: add devlink documentation for the kvaser_usb driver
List the version information reported by the kvaser_usb driver through devlink. Suggested-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Signed-off-by: Jimmy Assarsson <extja@kvaser.com> Link: https://patch.msgid.link/20250725123452.41-12-extja@kvaser.com Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
1 parent aa6a5c9 commit 6304c4c

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

Documentation/networking/devlink/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ parameters, info versions, and other features it supports.
8686
ice
8787
ixgbe
8888
kvaser_pciefd
89+
kvaser_usb
8990
mlx4
9091
mlx5
9192
mlxsw
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
==========================
4+
kvaser_usb devlink support
5+
==========================
6+
7+
This document describes the devlink features implemented by the
8+
``kvaser_usb`` device driver.
9+
10+
Info versions
11+
=============
12+
13+
The ``kvaser_usb`` driver reports the following versions
14+
15+
.. list-table:: devlink info versions implemented
16+
:widths: 5 5 90
17+
18+
* - Name
19+
- Type
20+
- Description
21+
* - ``fw``
22+
- running
23+
- Version of the firmware running on the device. Also available
24+
through ``ethtool -i`` as ``firmware-version``.
25+
* - ``board.rev``
26+
- fixed
27+
- The device hardware revision.
28+
* - ``board.id``
29+
- fixed
30+
- The device EAN (product number).
31+
* - ``serial_number``
32+
- fixed
33+
- The device serial number.

0 commit comments

Comments
 (0)