]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit643a5b2ccbb3a3a99d45797cdba35a373c18c0ff
treef44d24f8f2f4e517c283a3e067288f7c6d83d8c5
parent2f8b8704c7d6fddb71744e4850fea9a257794c4f
can: m_can: remove support for custom bit timing

Since commit 7f08732bb0e7 ("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