index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-27
usb: gadget: aspeed_udc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-6
/
+13
2023-10-21
usb: gadget: f_ncm: Always set current gadget in ncm_bind()
Hardik Gajjar
1
-16
/
+11
2023-10-21
usb: gadget: r8a66597-udc: Convert to use module_platform_driver()
Uwe Kleine-König
1
-1
/
+2
2023-10-21
usb: gadget: m66592-udc: Convert to use module_platform_driver()
Uwe Kleine-König
1
-1
/
+2
2023-10-21
usb: gadget: lpc32xx-udc: Convert to use module_platform_driver()
Uwe Kleine-König
1
-1
/
+2
2023-10-21
usb: gadget: fusb300-udc: Convert to use module_platform_driver()
Uwe Kleine-König
1
-3
/
+4
2023-10-21
usb: gadget: fsl-udc: Convert to use module_platform_driver()
Uwe Kleine-König
1
-1
/
+2
2023-10-21
usb: gadget: at91-udc: Convert to use module_platform_driver()
Uwe Kleine-König
1
-1
/
+2
2023-10-18
legacy: convert to new timestamp accessors
Jeff Layton
1
-1
/
+1
2023-10-18
function: convert to new timestamp accessors
Jeff Layton
1
-2
/
+2
2023-10-16
Merge 6.6-rc6 into usb-next
Greg Kroah-Hartman
2
-15
/
+31
2023-10-13
scsi: target: Have drivers report if they support direct submissions
Mike Christie
1
-0
/
+3
2023-10-10
usb: Use device_get_match_data()
Rob Herring
1
-7
/
+3
2023-10-08
usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach
Hardik Gajjar
1
-1
/
+1
2023-10-05
Revert "usb: gadget: uvc: stop pump thread on video disable"
Greg Kroah-Hartman
1
-7
/
+1
2023-10-05
Revert "usb: gadget: uvc: cleanup request when not in correct state"
Greg Kroah-Hartman
1
-6
/
+0
2023-10-05
Revert "usb: gadget: uvc: rework pump worker to avoid while loop"
Greg Kroah-Hartman
1
-14
/
+6
2023-10-05
usb: gadget: f_uac2: allow changing terminal types through configfs
James Gruber
2
-2
/
+22
2023-10-02
usb: gadget: f_midi: Annotate struct f_midi with __counted_by
Kees Cook
1
-2
/
+2
2023-10-02
usb: gadget: f_fs: Annotate struct ffs_buffer with __counted_by
Kees Cook
1
-1
/
+1
2023-10-02
usb: gadgetfs: return USB_GADGET_DELAYED_STATUS from setup()
Andrey Konovalov
1
-1
/
+16
2023-10-02
usb: raw-gadget: return USB_GADGET_DELAYED_STATUS from setup()
Andrey Konovalov
1
-0
/
+11
2023-10-02
usb: gadget: udc-xilinx: replace memcpy with memcpy_toio
Piyush Mehta
1
-8
/
+12
2023-10-02
usb: gadget: uvc: rework pump worker to avoid while loop
Michael Grzeschik
1
-6
/
+14
2023-10-02
usb: gadget: uvc: cleanup request when not in correct state
Michael Grzeschik
1
-0
/
+6
2023-10-02
usb: gadget: uvc: stop pump thread on video disable
Michael Grzeschik
1
-1
/
+7
2023-10-02
usb: gadget: udc: Handle gadget_connect failure during bind operation
Krishna Kurapati
1
-4
/
+15
2023-10-02
usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call
Krishna Kurapati
1
-7
/
+19
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+3
2023-09-01
Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
40
-219
/
+3097
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-4
/
+2
2023-08-22
usb: gadget: remove max support speed info in bind operation
Linyu Yuan
10
-29
/
+10
2023-08-22
usb: gadget: composite: cleanup function config_ep_by_speed_and_alt()
Linyu Yuan
1
-20
/
+14
2023-08-22
usb: gadget: config: remove max speed check in usb_assign_descriptors()
Linyu Yuan
1
-5
/
+3
2023-08-22
usb: gadget: unconditionally allocate hs/ss descriptor in bind operation
Linyu Yuan
3
-75
/
+51
2023-08-22
usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()
Linyu Yuan
1
-9
/
+1
2023-08-22
usb: gadget: add a inline function gether_bitrate()
Linyu Yuan
4
-44
/
+18
2023-08-22
usb: gadget: use working speed to calcaulate network bitrate and qlen
Linyu Yuan
4
-11
/
+10
2023-08-22
usb: gadget: udc-xilinx: fix incorrect type in assignment warning
Piyush Mehta
1
-1
/
+1
2023-08-22
usb: gadget: udc-xilinx: fix cast from restricted __le16 warning
Piyush Mehta
1
-3
/
+3
2023-08-22
usb: gadget: udc-xilinx: fix restricted __le16 degrades to integer warning
Piyush Mehta
1
-8
/
+10
2023-08-22
usb: gadget: function: Remove unused declarations
Yue Haibing
3
-7
/
+0
2023-08-20
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
1
-0
/
+9
2023-08-14
Merge 6.5-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+9
2023-08-12
USB: gadget: f_mass_storage: Fix unused variable warning
Alan Stern
1
-1
/
+1
2023-08-12
USB: gadget: core: Add missing kerneldoc for vbus_work
Alan Stern
1
-0
/
+1
2023-08-12
usb: gadget/snps_udc_plat: Remove redundant of_match_ptr()
Ruan Jinjie
1
-3
/
+1
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-1
/
+1
[prev]
[next]