1. 17 May, 2022 1 commit
    • Jakub Kicinski's avatar
      Merge tag 'linux-can-next-for-5.19-20220516' of... · f7b88d9a
      Jakub Kicinski authored
      Merge tag 'linux-can-next-for-5.19-20220516' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
      
      Marc Kleine-Budde says:
      
      ====================
      pull-request: can-next 2022-05-16
      
      the first 2 patches are by me and target the CAN raw protocol. The 1st
      removes an unneeded assignment, the other one adds support for
      SO_TXTIME/SCM_TXTIME.
      
      Oliver Hartkopp contributes 2 patches for the ISOTP protocol. The 1st
      adds support for transmission without flow control, the other let's
      bind() return an error on incorrect CAN ID formatting.
      
      Geert Uytterhoeven contributes a patch to clean up ctucanfd's Kconfig
      file.
      
      Vincent Mailhol's patch for the slcan driver uses the proper function
      to check for invalid CAN frames in the xmit callback.
      
      The next patch is by Geert Uytterhoeven and makes the interrupt-names
      of the renesas,rcar-canfd dt bindings mandatory.
      
      A patch by my update the ctucanfd dt bindings to include the common
      CAN controller bindings.
      
      The last patch is by Akira Yokosawa and fixes a breakage the
      ctucanfd's documentation.
      
      * tag 'linux-can-next-for-5.19-20220516' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next:
        docs: ctucanfd: Use 'kernel-figure' directive instead of 'figure'
        dt-bindings: can: ctucanfd: include common CAN controller bindings
        dt-bindings: can: renesas,rcar-canfd: Make interrupt-names required
        can: slcan: slc_xmit(): use can_dropped_invalid_skb() instead of manual check
        can: ctucanfd: Let users select instead of depend on CAN_CTUCANFD
        can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting
        can: isotp: add support for transmission without flow control
        can: raw: add support for SO_TXTIME/SCM_TXTIME
        can: raw: raw_sendmsg(): remove not needed setting of skb->sk
      ====================
      
      Link: https://lore.kernel.org/r/20220516202625.1129281-1-mkl@pengutronix.deSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      f7b88d9a
  2. 16 May, 2022 39 commits