1. 25 Jun, 2024 37 commits
  2. 23 Jun, 2024 3 commits
    • Linus Torvalds's avatar
      Linux 6.10-rc5 · f2661062
      Linus Torvalds authored
      f2661062
    • Linus Torvalds's avatar
      Merge tag 'i2c-for-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux · 7c16f0a4
      Linus Torvalds authored
      Pull i2c fixes from Wolfram Sang:
       "The core gains placeholders for recently added functions when
        CONFIG_I2C is not defined as well documentation fixes to start using
        inclusive terminology.
      
        The drivers get paths in DT bindings fixed as well as proper interrupt
        handling for the ocores driver"
      
      * tag 'i2c-for-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
        docs: i2c: summary: be clearer with 'controller/target' and 'adapter/client' pairs
        docs: i2c: summary: document 'local' and 'remote' targets
        docs: i2c: summary: document use of inclusive language
        docs: i2c: summary: update speed mode description
        docs: i2c: summary: update I2C specification link
        docs: i2c: summary: start sentences consistently.
        i2c: Add nop fwnode operations
        i2c: ocores: set IACK bit after core is enabled
        dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema
        dt-bindings: i2c: atmel,at91sam: correct path to i2c-controller schema
      7c16f0a4
    • Linus Torvalds's avatar
      Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 · d14f2780
      Linus Torvalds authored
      Pull smb client fixes from Steve French:
       "Five smb3 client fixes
      
         - three nets/fiolios cifs fixes
      
         - fix typo in module parameters description
      
         - fix incorrect swap warning"
      
      * tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
        cifs: Move the 'pid' from the subreq to the req
        cifs: Only pick a channel once per read request
        cifs: Defer read completion
        cifs: fix typo in module parameter enable_gcm_256
        cifs: drop the incorrect assertion in cifs_swap_rw()
      d14f2780