linux/drivers/net/can/spi
Vincent Mailhol b803c4a4f7 can: dev: add struct data_bittiming_params to group FD parameters
This is a preparation patch for the introduction of CAN XL.

CAN FD and CAN XL uses similar bittiming parameters. Add one level of
nesting for all the CAN FD parameters. Typically:

  priv->can.data_bittiming;

becomes:

  priv->can.fd.data_bittiming;

This way, the CAN XL equivalent (to be introduced later) would be:

  priv->can.xl.data_bittiming;

Add the new struct data_bittiming_params which contains all the data
bittiming parameters, including the TDC and the callback functions.

This done, update all the CAN FD drivers to make use of the new
layout.

Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://patch.msgid.link/20250501171213.2161572-2-mailhol.vincent@wanadoo.fr
[mkl: fix rcar_canfd]
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2025-05-21 14:33:28 +02:00
..
mcp251xfd can: dev: add struct data_bittiming_params to group FD parameters 2025-05-21 14:33:28 +02:00
Kconfig
Makefile
hi311x.c can: hi311x: hi3110_can_ist(): fix {rx,tx}_errors statistics 2024-11-26 10:50:48 +01:00
mcp251x.c can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open 2024-08-22 09:47:09 +02:00