Hello netdev-team, this is a pull request of 6 patches for net-next/master. The first patch is by Duy Nguyen and document the R-Car V4M support in the rcar-canfd DT bindings. Frank Li's patch converts the microchip,mcp251x.txt DT bindings documentation to yaml. A patch by Zhang Changzhong update a comment in the j1939 CAN networking stack. Stefan Mätje's patch updates the CAN configuration netlink code, so that the bit timing calculation doesn't work on stale can_priv::ctrlmode data. Martin Jocic contributes a patch for the kvaser_pciefd driver to convert some ifdefs into if (IS_ENABLED()). The last patch is by Yan Zhen and simplifies the probe() function of the kvaser USB driver by using dev_err_probe(). regards, Marc --- The following changes since commit cff69f72d33318f4ccfe7d5ff6c5616d00dd45a7: ethtool: pse-pd: move pse validation into set (2024-08-30 12:14:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-6.12-20240830 for you to fetch changes up to 0315c0b5ed253853a7b07dc97487522345110548: can: kvaser_usb: Simplify with dev_err_probe() (2024-08-30 22:40:23 +0200) ---------------------------------------------------------------- linux-can-next-for-6.12-20240830 ---------------------------------------------------------------- Duy Nguyen (1): dt-bindings: can: renesas,rcar-canfd: Document R-Car V4M support Frank Li (1): dt-bindings: can: convert microchip,mcp251x.txt to yaml Martin Jocic (1): can: kvaser_pciefd: Use IS_ENABLED() instead of #ifdef Stefan Mätje (1): can: netlink: avoid call to do_set_data_bittiming callback with stale can_priv::ctrlmode Yan Zhen (1): can: kvaser_usb: Simplify with dev_err_probe() Zhang Changzhong (1): can: j1939: use correct function name in comment .../bindings/net/can/microchip,mcp2510.yaml | 70 ++++++++++++++ .../bindings/net/can/microchip,mcp251x.txt | 30 ------ .../bindings/net/can/renesas,rcar-canfd.yaml | 22 +++-- drivers/net/can/dev/netlink.c | 102 ++++++++++----------- drivers/net/can/kvaser_pciefd.c | 26 +++--- drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c | 42 ++++----- net/can/j1939/transport.c | 8 +- 7 files changed, 170 insertions(+), 130 deletions(-) create mode 100644 Documentation/devicetree/bindings/net/can/microchip,mcp2510.yaml delete mode 100644 Documentation/devicetree/bindings/net/can/microchip,mcp251x.txt