Hello netdev-team, this is a pull request of 4 patches for net-next/main. In the first 2 patches by Dimitri Fedrau add CAN transceiver support to the flexcan driver. Frank Li's patch adds i.MX94 support to the flexcan device tree bindings. The last patch is by Davide Caratti and adds protocol counter for AF_CAN sockets. regards, Marc --- The following changes since commit 941defcea7e11ad7ff8f0d4856716dd637d757dd: Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-03-13 23:08:11 +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.15-20250314 for you to fetch changes up to 6bffe88452dbe284747442f10a7ac8249d6495d7: can: add protocol counter for AF_CAN sockets (2025-03-14 13:27:33 +0100) ---------------------------------------------------------------- linux-can-next-for-6.15-20250314 ---------------------------------------------------------------- Davide Caratti (1): can: add protocol counter for AF_CAN sockets Dimitri Fedrau (2): dt-bindings: can: fsl,flexcan: add transceiver capabilities can: flexcan: add transceiver capabilities Frank Li (1): dt-bindings: can: fsl,flexcan: add i.MX94 support Marc Kleine-Budde (1): Merge patch series "can: flexcan: add transceiver capabilities" .../devicetree/bindings/net/can/fsl,flexcan.yaml | 13 +++++++++++ drivers/net/can/flexcan/flexcan-core.c | 27 +++++++++++++++++----- drivers/net/can/flexcan/flexcan.h | 1 + net/can/af_can.c | 2 ++ net/can/bcm.c | 1 + net/can/isotp.c | 1 + net/can/raw.c | 5 +++- 7 files changed, 43 insertions(+), 7 deletions(-)