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
2018-11-26
usb: gadget: udc: fix spelling mistake "intrerrupt" -> "interrupt"
Colin Ian King
1
-1
/
+1
2018-11-26
usb: gadget: uvc: constify vb2_ops structure
Julia Lawall
1
-1
/
+1
2018-11-26
usb: gadget: udc: renesas_usb3: add a safety connection way for forced_b_device
Yoshihiro Shimoda
1
-5
/
+10
2018-11-26
usb: gadget: aspeed-vhub: constify usb_gadget_ops structure
Julia Lawall
1
-1
/
+1
2018-11-26
Merge 4.20-rc4 into usb-next
Greg Kroah-Hartman
1
-18
/
+8
2018-11-14
Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers"
Shen Jing
1
-18
/
+8
2018-11-07
USB: gadget: udc: fix spelling mistake "intrerrupt" -> "interrupt"
Colin Ian King
1
-1
/
+1
2018-10-31
Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
1
-1
/
+1
2018-10-26
Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
17
-622
/
+966
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-2
/
+2
2018-10-17
usb: gadget: storage: Fix Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+3
2018-10-05
USB: net2280: Remove ->disconnect() callback from net2280_pullup()
Alan Stern
1
-3
/
+0
2018-10-05
usb: gadget: udc: renesas_usb3: add support for r8a77990
Yoshihiro Shimoda
1
-0
/
+11
2018-10-02
usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"
Yoshihiro Shimoda
1
-0
/
+3
2018-10-02
usb: gadget: f_uac2: disable IN/OUT ep if unused
Andreas Pape
1
-44
/
+172
2018-10-02
USB: gadget core: Issue ->disconnect() callback from usb_gadget_disconnect()
Alan Stern
1
-3
/
+6
2018-10-02
usb: gadget: atmel: remove pointless retrieval of DT name property
Rob Herring
1
-6
/
+0
2018-10-02
usb: gadget: fsl_udc_core: fixup struct_udc_setup documentation
Nicholas Mc Guire
1
-2
/
+4
2018-10-02
usb: gadget: fsl_udc_core: check allocation return value and cleanup on failure
Nicholas Mc Guire
1
-4
/
+26
2018-10-02
usb: gadget: udc: atmel: handle at91sam9rl PMC
Alexandre Belloni
1
-0
/
+2
2018-10-02
usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_get_status()
Jia-Ju Bai
1
-1
/
+1
2018-10-02
usb: gadget: udc: Remove unnecessary parentheses
Nathan Chancellor
1
-1
/
+1
2018-10-02
usb: gadget: fix spelling mistakeis "[En]queing" -> "[En]queuing"
Colin Ian King
2
-2
/
+2
2018-10-02
Merge tag 'uvcg-20180925' of git://linuxtv.org/pinchartl/media into testing/next
Felipe Balbi
7
-556
/
+738
2018-09-25
usb: gadget: uvc: configfs: Use %u to print unsigned int values
Laurent Pinchart
1
-16
/
+16
2018-09-25
usb: gadget: uvc: configfs: Simplify attributes macros
Laurent Pinchart
1
-110
/
+74
2018-09-25
usb: gadget: uvc: configfs: Fix operation on big endian platforms
Laurent Pinchart
1
-35
/
+24
2018-09-25
usb: gadget: uvc: Remove uvc_set_trace_param() function
Laurent Pinchart
1
-6
/
+0
2018-09-25
usb: gadget: uvc: Replace plain printk() with dev_*()
Laurent Pinchart
5
-42
/
+39
2018-09-25
usb: gadget: uvc: Only halt video streaming endpoint in bulk mode
Laurent Pinchart
1
-1
/
+3
2018-09-25
usb: gadget: uvc: Factor out video USB request queueing
Laurent Pinchart
1
-10
/
+20
2018-09-24
usb: gadget: uvc: configfs: Sort frame intervals upon writing
Paul Elder
1
-0
/
+13
2018-09-24
usb: gadget: uvc: configfs: Prevent format changes after linking header
Joel Pepper
1
-0
/
+3
2018-09-24
usb: gadget: uvc: configfs: Add bFrameIndex attributes
Joel Pepper
1
-0
/
+56
2018-09-24
usb: gadget: uvc: configfs: Add bFormatIndex attributes
Laurent Pinchart
1
-6
/
+8
2018-09-24
usb: gadget: uvc: configfs: Add interface number attributes
Laurent Pinchart
3
-0
/
+67
2018-09-24
usb: gadget: uvc: configfs: Allocate groups dynamically
Laurent Pinchart
2
-249
/
+336
2018-09-24
usb: gadget: uvc: configfs: Drop leaked references to config items
Laurent Pinchart
1
-0
/
+4
2018-09-18
usb: gadget: uvc: configfs: Add section header comments
Laurent Pinchart
1
-29
/
+91
2018-09-18
usb: gadget: uvc: configfs: Don't wrap groups unnecessarily
Laurent Pinchart
1
-183
/
+115
2018-09-11
signal: Don't send siginfo to kthreads.
Eric W. Biederman
1
-1
/
+1
2018-09-11
signal: Remove the siginfo paramater from kernel_dqueue_signal
Eric W. Biederman
1
-1
/
+1
2018-08-31
media: videobuf2-v4l2: integrate with media requests
Hans Verkuil
1
-1
/
+1
2018-08-29
usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0
Yoshihiro Shimoda
1
-1
/
+4
2018-08-29
usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]
Anton Vasilyev
1
-5
/
+10
2018-08-29
USB: net2280: Fix erroneous synchronization change
Alan Stern
1
-2
/
+14
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-0
/
+1
2018-08-18
Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
16
-102
/
+170
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-10
/
+9
2018-08-02
scsi: target: loop, usb, vhost, xen: use target_remove_session
Mike Christie
1
-1
/
+1
[prev]
[next]