index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-13
usb: gadget: bdc: fix warning of embedded function name
Chunfeng Yun
2
-4
/
+4
2021-01-13
usb: gadget: bdc: prefer pointer dereference to pointer type
Chunfeng Yun
1
-1
/
+1
2021-01-13
usb: gadget: bdc: remove bdc_ep_set_halt() declaration
Chunfeng Yun
1
-1
/
+0
2021-01-13
usb: gadget: bdc: fix improper SPDX comment style for header file
Chunfeng Yun
4
-4
/
+4
2021-01-12
usb: gadget: aspeed: fix stop dma register setting.
Ryan Chen
1
-1
/
+4
2021-01-12
usb/gadget: f_midi: Replace tasklet with work
Davidlohr Bueso
1
-5
/
+7
2021-01-12
usb: udc: core: Introduce started state
Thinh Nguyen
1
-1
/
+22
2021-01-11
Merge 5.11-rc3 into usb-next
Greg Kroah-Hartman
12
-165
/
+112
2021-01-07
usb: gadget: configfs: Add a specific configFS reset callback
Wesley Cheng
1
-1
/
+23
2021-01-07
usb: gadget: enable super speed plus
taehyun.cho
1
-2
/
+2
2021-01-04
usb: gadget: configfs: Preserve function ordering after bind failure
Chandana Kishori Chiluveru
1
-2
/
+2
2021-01-04
usb: gadget: select CONFIG_CRC32
Arnd Bergmann
1
-0
/
+2
2021-01-04
usb: gadget: core: change the comment for usb_gadget_connect
Peter Chen
1
-2
/
+1
2021-01-04
usb: gadget: configfs: Fix use-after-free issue with udc_name
Eddie Hung
1
-2
/
+9
2021-01-04
USB: gadget: f_printer: set a default q_len
Michael R Sweet
1
-0
/
+5
2021-01-04
usb: gadget: composite: Split composite reset and disconnect
Wesley Cheng
1
-2
/
+19
2021-01-04
usb: gadget: u_serial: use %*ph to print small buffer
Andy Shevchenko
1
-3
/
+1
2020-12-30
USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug
Alan Stern
1
-12
/
+23
2020-12-28
usb: gadget: f_uac2: reset wMaxPacketSize
Jerome Brunet
1
-14
/
+55
2020-12-28
usb: gadget: u_ether: Fix MTU size mismatch with RX packet size
Manish Narani
1
-4
/
+5
2020-12-28
USB: gadget: legacy: fix return error code in acm_ms_bind()
Yang Yingliang
1
-1
/
+3
2020-12-28
usb: gadget: Fix spinlock lockup on usb_function_deactivate
Sriharsha Allenki
1
-2
/
+8
2020-12-28
usb: gadget: function: printer: Fix a memory leak for interface descriptor
Zqiang
1
-0
/
+1
2020-12-28
usb: gadget: fsl_mxc_udc: Remove the driver
Fabio Estevam
3
-124
/
+1
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+4
2020-12-10
USB: gadget: f_fs: remove likely/unlikely
Greg Kroah-Hartman
1
-89
/
+88
2020-12-10
usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus
Jack Pham
1
-1
/
+4
2020-12-10
USB: gadget: f_midi: setup SuperSpeed Plus descriptors
Will McVicker
1
-0
/
+6
2020-12-10
USB: gadget: f_acm: add support for SuperSpeed Plus
taehyun.cho
1
-1
/
+1
2020-12-10
USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
Will McVicker
1
-1
/
+3
2020-12-07
USB: dummy-hcd: Fix uninitialized array use in init()
Bui Quang Minh
1
-1
/
+1
2020-12-07
Merge 5.10-rc7 into usb-next
Greg Kroah-Hartman
1
-2
/
+4
2020-12-04
usb: gadget: f_fs: Use local copy of descriptors for userspace copy
Vamsi Krishna Samavedam
1
-2
/
+4
2020-12-01
block: remove i_bdev
Christoph Hellwig
1
-4
/
+4
2020-11-30
Merge 5.10-rc6 into usb-next
Greg Kroah-Hartman
2
-3
/
+10
2020-11-23
usb: Fix fall-through warnings for Clang
Gustavo A. R. Silva
4
-1
/
+6
2020-11-20
usb: gadget: Fix memleak in gadgetfs_fill_super
Zhang Qilong
1
-0
/
+3
2020-11-20
usb: gadget: f_midi: Fix memleak in f_midi_alloc
Zhang Qilong
1
-3
/
+7
2020-11-09
Merge 5.10-rc3 into usb-next
Greg Kroah-Hartman
3
-3
/
+6
2020-11-02
Merge tag 'fixes-for-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
Greg Kroah-Hartman
3
-3
/
+6
2020-11-02
Merge 5.10-rc2 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2020-10-28
usb: fix kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-28
usb: gadget: pxa27x_udc: Replace in_interrupt() usage in comments
Ahmed S. Darwish
1
-9
/
+10
2020-10-28
usb: gadget: udc: Remove in_interrupt()/in_irq() from comments
Ahmed S. Darwish
2
-4
/
+4
2020-10-27
usb: raw-gadget: fix memory leak in gadget_setup
Zqiang
1
-1
/
+4
2020-10-27
usb: gadget: fsl: fix null pointer checking
Ran Wang
1
-1
/
+1
2020-10-27
usb: gadget: goku_udc: fix potential crashes in probe
Evgeny Novikov
1
-1
/
+1
2020-10-24
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
4
-71
/
+162
2020-10-03
Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
Greg Kroah-Hartman
23
-198
/
+246
2020-10-02
usb: bdc: remove duplicated error message
Tang Bin
1
-4
/
+3
[prev]
[next]