Hello netdev-team, this is a pull request of 6 patches for net/master. (It's basically linux-can-fixes-for-6.6-20231005 with the problematic j1939 patch removed.) Lukas Magel's patch for the CAN ISO-TP protocol fixes the TX state detection and wait behavior. John Watts contributes a patch to only show the sun4i_can Kconfig option on ARCH_SUNXI. A patch by Miquel Raynal fixes the soft-reset workaround for Renesas SoCs in the sja1000 driver. Markus Schneider-Pargmann's patch for the tcan4x5x m_can glue driver fixes the id2 register for the tcan4553. 2 patches by Haibo Chen fix the flexcan stop mode for the imx93 SoC. regards, Marc --- The following changes since commit d0f95894fda7d4f895b29c1097f92d7fee278cb2: netlink: annotate data-races around sk->sk_err (2023-10-04 17:32:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-6.6-20231009 for you to fetch changes up to c881047071547f4442aae72a6a45140d373b5cb0: Merge patch series "arm64: dts: imx93: add the Flex-CAN stop mode by GPR" (2023-10-06 12:55:10 +0200) ---------------------------------------------------------------- linux-can-fixes-for-6.6-20231009 ---------------------------------------------------------------- Haibo Chen (2): arm64: dts: imx93: add the Flex-CAN stop mode by GPR can: flexcan: remove the auto stop mode for IMX93 John Watts (1): can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set Lukas Magel (1): can: isotp: isotp_sendmsg(): fix TX state detection and wait behavior Marc Kleine-Budde (1): Merge patch series "arm64: dts: imx93: add the Flex-CAN stop mode by GPR" Markus Schneider-Pargmann (1): can: tcan4x5x: Fix id2_register for tcan4553 Miquel Raynal (1): can: sja1000: Always restart the Tx queue after an overrun arch/arm64/boot/dts/freescale/imx93.dtsi | 4 ++- drivers/net/can/Kconfig | 2 +- drivers/net/can/flexcan/flexcan-core.c | 46 +++++++++----------------------- drivers/net/can/flexcan/flexcan.h | 2 -- drivers/net/can/m_can/tcan4x5x-core.c | 2 +- drivers/net/can/sja1000/sja1000.c | 8 +++++- net/can/isotp.c | 19 ++++++------- 7 files changed, 33 insertions(+), 50 deletions(-)