can: m_can: remove support for custom bit timing
authorMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 15 Dec 2020 10:17:26 +0000 (11:17 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Sun, 25 Jul 2021 09:36:26 +0000 (11:36 +0200)
commit0ddd83fbebbc5537f9d180d31f659db3564be708
treef44d24f8f2f4e517c283a3e067288f7c6d83d8c5
parent9808dba1bbcb8271bd1e7d66b43b555c926b8eb0
can: m_can: remove support for custom bit timing

Since commit aee2b3ccc8a6 ("can: tcan4x5x: fix bittiming const, use
common bittiming from m_can driver") there is no use of the device
specific bit timing parameters (m_can_classdev::bit_timing and struct
m_can_classdev::data_timing).

This patch removes the support for custom bit timing from the driver,
as the common bit timing works for all known IP core implementations.

Cc: Chandrasekar Ramakrishnan <rcsekar@samsung.com>
Link: https://lore.kernel.org/r/20210616102811.2449426-7-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/m_can/m_can.c
drivers/net/can/m_can/m_can.h