index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
usb: musb: tusb6010_omap: Allocate DMA channels upfront
Peter Ujfalusi
2017-06-20
1
-93
/
+92
|
*
|
|
|
|
|
|
usb: musb: tusb6010_omap: Create new struct for DMA data/parameters
Peter Ujfalusi
2017-06-20
1
-79
/
+85
|
*
|
|
|
|
|
|
usb: musb: tusb6010_omap: Use one musb_ep_select call in tusb_omap_dma_program
Peter Ujfalusi
2017-06-20
1
-2
/
+1
|
*
|
|
|
|
|
|
usb: musb: tusb6010: Add MUSB_G_NO_SKB_RESERVE to quirks
Peter Ujfalusi
2017-06-20
1
-1
/
+2
|
*
|
|
|
|
|
|
usb: musb: Add quirk to avoid skb reserve in gadget mode
Peter Ujfalusi
2017-06-20
2
-0
/
+4
|
*
|
|
|
|
|
|
usb: musb: musb_cppi41: Defer probe only if DMA is not ready
Alexandre Bailon
2017-06-20
1
-4
/
+7
|
*
|
|
|
|
|
|
Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2017-06-20
49
-2028
/
+4271
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
usb: gadget: add f_uac1 variant based on a new u_audio api
Ruslan Bilovol
2017-06-19
6
-15
/
+942
|
|
*
|
|
|
|
|
|
usb: gadget: function: make current f_uac1 implementation legacy
Ruslan Bilovol
2017-06-19
7
-51
/
+53
|
|
*
|
|
|
|
|
|
usb: gadget: f_uac2: split out audio core
Ruslan Bilovol
2017-06-19
6
-636
/
+845
|
|
*
|
|
|
|
|
|
usb: gadget: f_uac2: remove platform driver/device creation
Ruslan Bilovol
2017-06-19
1
-79
/
+28
|
|
*
|
|
|
|
|
|
usb: gadget: function: f_uac1: implement get_alt()
Ruslan Bilovol
2017-06-19
1
-1
/
+39
|
|
*
|
|
|
|
|
|
usb: gadget: udc: atmel: Remove unnecessary macros
Alexandre Belloni
2017-06-19
2
-12
/
+8
|
|
*
|
|
|
|
|
|
usb: gadget: bdc: 64-bit pointer capability check
Srinath Mannam
2017-06-19
1
-1
/
+1
|
|
*
|
|
|
|
|
|
usb: dwc3: exynos: Handle return value of clk_prepare_enable
Arvind Yadav
2017-06-15
1
-3
/
+10
|
|
*
|
|
|
|
|
|
usb: gadget: mv_udc: Handle return value of clk_prepare_enable.
Arvind Yadav
2017-06-15
1
-3
/
+6
|
|
*
|
|
|
|
|
|
usb: dwc3: gadget: increase readability of dwc3_gadget_init_endpoints()
Andy Shevchenko
2017-06-13
1
-14
/
+15
|
|
*
|
|
|
|
|
|
usb: gadget: mass_storage: set msg_registered after msg registered
Li Jun
2017-06-13
1
-2
/
+6
|
|
*
|
|
|
|
|
|
usb: gadget: udc: renesas_usb3: add support for dedicated DMAC
Yoshihiro Shimoda
2017-06-13
1
-0
/
+392
|
|
*
|
|
|
|
|
|
usb: gadget: udc: atmel: Remove AVR32 bits from the driver
Andy Shevchenko
2017-06-13
2
-12
/
+1
|
|
*
|
|
|
|
|
|
usb: mtu3: Handle return value of clk_prepare_enable
Arvind Yadav
2017-06-13
1
-3
/
+20
|
|
*
|
|
|
|
|
|
usb: dwc3: core: program PHY for proper DRD modes
Felipe Balbi
2017-06-13
1
-1
/
+26
|
|
*
|
|
|
|
|
|
usb: dwc3: core: initialize ULPI before trying to get the PHY
Felipe Balbi
2017-06-13
1
-4
/
+6
|
|
*
|
|
|
|
|
|
usb: dwc3: ulpi: conditionally resume ULPI PHY
Felipe Balbi
2017-06-13
1
-0
/
+12
|
|
*
|
|
|
|
|
|
usb: dwc3: ep0: make sure wValue is 0 on GetStatus()
Felipe Balbi
2017-06-13
1
-0
/
+6
|
|
*
|
|
|
|
|
|
usb: gadget: udc: add a 'function' sysfs file
Felipe Balbi
2017-06-13
1
-0
/
+13
|
|
*
|
|
|
|
|
|
usb: gadget: dummy: implement ->udc_set_speed()
Felipe Balbi
2017-06-13
1
-16
/
+23
|
|
*
|
|
|
|
|
|
usb: dwc3: gadget: implement ->udc_set_speed()
Felipe Balbi
2017-06-13
1
-43
/
+58
|
|
*
|
|
|
|
|
|
usb: gadget: core: introduce ->udc_set_speed() method
Felipe Balbi
2017-06-13
1
-0
/
+20
|
|
*
|
|
|
|
|
|
usb: gadget: udc: Add Synopsys UDC Platform driver
Raviteja Garimella
2017-06-13
5
-20
/
+409
|
|
*
|
|
|
|
|
|
usb: gadget: udc: Provide correct arguments for 'dma_pool_create'
Raviteja Garimella
2017-06-13
1
-2
/
+2
|
|
*
|
|
|
|
|
|
usb: gadget: udc: make debug prints compatible with both pci and platform dev...
Raviteja Garimella
2017-06-13
3
-15
/
+18
|
|
*
|
|
|
|
|
|
usb: gadget: udc: Rename amd5536udc driver file based on IP
Raviteja Garimella
2017-06-13
2
-1
/
+1
|
|
*
|
|
|
|
|
|
usb: gadget: configfs: use hexadecimal values and new line
Stefan Agner
2017-06-13
1
-3
/
+3
|
|
*
|
|
|
|
|
|
usb: gadget: configfs: make qw_sign attribute symmetric
Stefan Agner
2017-06-13
1
-2
/
+6
|
|
*
|
|
|
|
|
|
usb: gadget: Allow a non-SuperSpeed gadget to support LPM
John Youn
2017-06-02
1
-2
/
+6
|
|
*
|
|
|
|
|
|
usb: gadget: composite: Exclude SS Dev Cap Desc
John Youn
2017-06-02
1
-23
/
+28
|
|
*
|
|
|
|
|
|
usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data.
Jerry Zhang
2017-06-02
2
-9
/
+13
|
|
*
|
|
|
|
|
|
usb: gadget: function: f_fs: Let ffs_epfile_ioctl wait for enable.
Jerry Zhang
2017-06-02
1
-39
/
+54
|
|
*
|
|
|
|
|
|
usb: gadget: remove redundant self assignment
Stefan Agner
2017-06-02
1
-3
/
+1
|
|
*
|
|
|
|
|
|
usb: dwc3: trace: decode ctrl request
Felipe Balbi
2017-06-02
2
-4
/
+238
|
|
*
|
|
|
|
|
|
usb: dwc3: debug: remove static char buffer from dwc3_decode_event()
Felipe Balbi
2017-06-02
2
-8
/
+9
|
|
*
|
|
|
|
|
|
usb: dwc3: trace: rely on __string() and __assign_str()
Felipe Balbi
2017-06-02
1
-8
/
+8
|
|
*
|
|
|
|
|
|
usb: dwc3: gadget: slight cleanup to dwc3_process_event_entry()
Felipe Balbi
2017-06-02
1
-12
/
+4
|
|
*
|
|
|
|
|
|
usb: dwc3: debugfs: slightly improve output of trb_ring
Felipe Balbi
2017-06-02
1
-5
/
+4
|
|
*
|
|
|
|
|
|
usb: dwc3: update documentation
Felipe Balbi
2017-06-02
4
-65
/
+124
|
|
*
|
|
|
|
|
|
usb: dwc3: replace %p with %pK
Felipe Balbi
2017-06-02
2
-7
/
+4
|
|
*
|
|
|
|
|
|
usb: gadget: udc-xilinx: clean up a variable name
Dan Carpenter
2017-05-17
1
-1
/
+1
|
|
*
|
|
|
|
|
|
usb: dwc3: add disable u2mac linestate check quirk
William Wu
2017-05-17
2
-6
/
+18
|
|
*
|
|
|
|
|
|
usb: gadget: udc: add null check before pointer dereference
Gustavo A. R. Silva
2017-05-17
1
-2
/
+3
[prev]
[next]