]> Git Repo - J-linux.git/commitdiff
Merge 6.9-rc5 into usb-next
authorGreg Kroah-Hartman <[email protected]>
Tue, 23 Apr 2024 11:29:17 +0000 (13:29 +0200)
committerGreg Kroah-Hartman <[email protected]>
Tue, 23 Apr 2024 11:33:26 +0000 (13:33 +0200)
We need the usb/thunderbolt fixes in here as well.

Signed-off-by: Greg Kroah-Hartman <[email protected]>
1  2 
MAINTAINERS
drivers/usb/gadget/function/f_fs.c
drivers/usb/typec/ucsi/ucsi.c

diff --cc MAINTAINERS
Simple merge
index d3a7f7bae07b032e5dde35ea15e496abb8c3e62d,f855f1fc8e5e14d253a61382a692a9173c2e2c26..8710e32b4949e8a582da8e86f8c6d5596409f249
  #include "configfs.h"
  
  #define FUNCTIONFS_MAGIC      0xa647361 /* Chosen by a honest dice roll ;) */
 +#define MAX_ALT_SETTINGS      2                 /* Allow up to 2 alt settings to be set. */
  
+ #define DMABUF_ENQUEUE_TIMEOUT_MS 5000
  MODULE_IMPORT_NS(DMA_BUF);
  
  /* Reference counter handling */
Simple merge
This page took 0.190631 seconds and 4 git commands to generate.