1. 20 Sep, 2022 29 commits
  2. 19 Sep, 2022 4 commits
  3. 17 Sep, 2022 5 commits
  4. 16 Sep, 2022 2 commits
    • David S. Miller's avatar
      Merge tag 'linux-can-next-for-6.1-20220915' of... · 5947b7f7
      David S. Miller authored
      Merge tag 'linux-can-next-for-6.1-20220915' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
      
      Marc Kleine-Budde says:
      
      ====================
      Sept. 15, 2022, 8:19 a.m. UTC
      Hello Jakub, hello David,
      
      this is a pull request of 23 patches for net-next/master.
      
      the first 2 patches are by me and fix a typo in the rx-offload helper
      and the flexcan driver.
      
      Christophe JAILLET's patch cleans up the error handling in
      rcar_canfd driver's probe function.
      
      Kenneth Lee's patch converts the kvaser_usb driver from kcalloc() to
      kzalloc().
      
      Biju Das contributes 2 patches to the sja1000 driver which update the
      DT bindings and support for the RZ/N1 SJA1000 CAN controller.
      
      Jinpeng Cui provides 2 patches that remove redundant variables from
      the sja1000 and kvaser_pciefd driver.
      
      2 patches by John Whittington and me add hardware timestamp support to
      the gs_usb driver.
      
      Gustavo A. R. Silva's patch converts the etas_es58x driver to make use
      of DECLARE_FLEX_ARRAY().
      
      Krzysztof Kozlowski's patch cleans up the sja1000 DT bindings.
      
      Dario Binacchi fixes his invalid email in the flexcan driver
      documentation.
      
      Ziyang Xuan contributes 2 patches that clean up the CAN RAW protocol.
      
      Yang Yingliang's patch switches the flexcan driver to dev_err_probe().
      
      The last 7 patches are by Oliver Hartkopp and add support for the next
      generation of the CAN protocol: CAN with eXtended data Length (CAN XL).
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      5947b7f7
    • Arun Ramadoss's avatar
      net: dsa: microchip: add the support for set_ageing_time · 2c119d99
      Arun Ramadoss authored
      KSZ9477 has the 11 bit ageing count value which is split across the two
      registers. And LAN937x has the 20 bit ageing count which is also split
      into two registers. Each count in the registers represents 1 second.
      This patch add the support for ageing time for KSZ9477 and LAN937x
      series of switch.
      Signed-off-by: default avatarArun Ramadoss <arun.ramadoss@microchip.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      2c119d99