Hello netdev-team, this is a pull request of 3 patches for net-next/master. The first patch is by Rob Herring and simplifies the DT parsing in the cc770 driver. The next 2 patches both target the rockchip_canfd driver added in the last pull request to net-next. The first one is by Nathan Chancellor and fixes the return type of rkcanfd_start_xmit(), the second one is by me and fixes a 64 bit division on 32 bit platforms in rkcanfd_timestamp_init(). regards, Marc --- The following changes since commit c259acab839e57eab0318f32da4ae803a8d59397: ptp/ioctl: support MONOTONIC{,_RAW} timestamps for PTP_SYS_OFFSET_EXTENDED (2024-09-08 18:40:33 +0100) 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-20240909 for you to fetch changes up to 9c100bc3ec13914f9911a937ec5b38182a5c3d64: can: rockchip_canfd: rkcanfd_timestamp_init(): fix 64 bit division on 32 bit platforms (2024-09-09 08:31:02 +0200) ---------------------------------------------------------------- linux-can-next-for-6.12-20240909 ---------------------------------------------------------------- Marc Kleine-Budde (1): can: rockchip_canfd: rkcanfd_timestamp_init(): fix 64 bit division on 32 bit platforms Nathan Chancellor (1): can: rockchip_canfd: fix return type of rkcanfd_start_xmit() Rob Herring (Arm) (1): net: can: cc770: Simplify parsing DT properties drivers/net/can/cc770/cc770_platform.c | 30 ++++++++-------------- .../net/can/rockchip/rockchip_canfd-timestamp.c | 2 +- drivers/net/can/rockchip/rockchip_canfd-tx.c | 2 +- drivers/net/can/rockchip/rockchip_canfd.h | 2 +- 4 files changed, 13 insertions(+), 23 deletions(-)