2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/net/can/rockchip
Robin van der Gracht d9e1cc087a can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO
The rockchip_canfd driver doesn't make use of the TXE FIFO.

Although the comment states that the TXE FIFO is setup, it's actually
a setup of the RX FIFO. The regular setup of the RX FIFO follows.

Remove the duplicated setup of the RX FIFO.

Fixes: ff60bfbaf6 ("can: rockchip_canfd: add driver for Rockchip CAN-FD controller")
Signed-off-by: Robin van der Gracht <robin@protonic.nl>
Link: https://patch.msgid.link/20250219-rk3568-canfd-v1-1-453869358c72@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2025-02-19 12:17:40 +01:00
..
Kconfig can: rockchip_canfd: Drop obsolete dependency on COMPILE_TEST 2024-11-04 18:01:06 +01:00
Makefile can: rockchip_canfd: add stats support for errata workarounds 2024-09-04 14:41:53 +02:00
rockchip_canfd-core.c can: rockchip_canfd: rkcanfd_chip_fifo_setup(): remove duplicated setup of RX FIFO 2025-02-19 12:17:40 +01:00
rockchip_canfd-ethtool.c can: rockchip_canfd: add hardware timestamping support 2024-09-04 14:41:53 +02:00
rockchip_canfd-rx.c can: rockchip_canfd: add support for CAN_CTRLMODE_LOOPBACK 2024-09-04 14:41:53 +02:00
rockchip_canfd-timestamp.c can: rockchip_canfd: rkcanfd_timestamp_init(): rework delay calculation 2024-09-11 10:58:18 +02:00
rockchip_canfd-tx.c can: rockchip_canfd: fix return type of rkcanfd_start_xmit() 2024-09-09 08:17:06 +02:00
rockchip_canfd.h can: rockchip_canfd: fix return type of rkcanfd_start_xmit() 2024-09-09 08:17:06 +02:00