]> git.baikalelectronics.ru Git - kernel.git/commit
can: gs_usb: add HW timestamp mode bit
authorMarc Kleine-Budde <mkl@pengutronix.de>
Sun, 7 Nov 2021 13:36:51 +0000 (14:36 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 10 Mar 2022 08:49:14 +0000 (09:49 +0100)
commit18fec2c42c127e558b72c5e1aa1f08235148b2f1
tree20e9d25bec920c7a0b6d8ec857ff005496cb3f93
parentaac4cbf37a2219605c0377c76ec37521c5efa935
can: gs_usb: add HW timestamp mode bit

Newer versions of the widely used open source firmware candleLight
support hardware timestamps. The support is activated by setting the
GS_CAN_MODE_HW_TIMESTAMP in the GS_USB_BREQ_MODE request.

Although timestamp support is not yet supported by this driver, add
the missing bit for documentation purpose.

Link: https://lore.kernel.org/all/20220309124132.291861-9-mkl@pengutronix.de
Link: https://github.com/candle-usb/candleLight_fw/commit/44431f4a4354a878fbd15b273bf04fce1dcdff7e
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/usb/gs_usb.c