Hello Jakub, hello David, this is a pull request of 2 patches for net/master. The first patch is by me and fixes the detection of the mcp251863 in the mcp251xfd driver. The last patch is by Liang He and adds a missing of_node_put() in the rcar_canfd driver. regards, Marc --- The following changes since commit 48ea8ea32dbf3231882e9bc0b297fe1400785219: Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue (2022-07-19 17:43:02 -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-5.19-20220720 for you to fetch changes up to 7b66dfcc6e1e1f018492619c3d0fc432b6b54272: can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe() (2022-07-20 10:20:19 +0200) ---------------------------------------------------------------- linux-can-fixes-for-5.19-20220720 ---------------------------------------------------------------- Liang He (1): can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe() Marc Kleine-Budde (1): can: mcp251xfd: fix detection of mcp251863 drivers/net/can/rcar/rcar_canfd.c | 1 + drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-)