index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
unix
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-04
usb: udc: lpc32xx: remove USB PLL and USB OTG clock management
Vladimir Zapolskiy
1
-59
/
+5
2016-03-04
usb: udc: lpc32xx: remove direct access to clock controller registers
Vladimir Zapolskiy
1
-29
/
+0
2016-03-04
usb: udc: lpc32xx: switch to clock prepare/unprepare model
Vladimir Zapolskiy
1
-15
/
+15
2016-03-04
usb: renesas_usbhs: gadget: fix giveback status code in usbhsg_pipe_disable()
Yoshihiro Shimoda
1
-1
/
+1
2016-03-04
usb: gadget: renesas_usb3: Use ARCH_RENESAS
Simon Horman
1
-1
/
+1
2016-03-04
usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma()
John Youn
1
-2
/
+4
2016-03-04
usb: dwc2: Add support for Lantiq ARX and XRX SoCs
Antti Seppälä
2
-0
/
+36
2016-03-04
usb: phy: generic: Handle late registration of gadget
Maarten ter Huurne
1
-3
/
+8
2016-03-04
usb: gadget: bdc_udc: fix race condition in bdc_udc_exit()
Alexey Khoroshilov
1
-0
/
+5
2016-03-04
usb: musb: core: added missing const qualifier to musb_hdrc_platform_data::co...
Petr Kulhavy
3
-3
/
+3
2016-03-04
usb: dwc2: Move host-specific core functions into hcd.c
John Youn
4
-1801
/
+1806
2016-03-04
usb: dwc2: Move register save and restore functions
John Youn
4
-183
/
+179
2016-03-04
usb: dwc2: Use kmem_cache_free()
Amitoj Kaur Chawla
1
-1
/
+1
2016-03-04
usb: dwc2: host: If using uframe scheduler, end splits better
Douglas Anderson
1
-6
/
+42
2016-03-04
usb: dwc2: host: Totally redo the microframe scheduler
Douglas Anderson
4
-171
/
+1250
2016-03-04
usb: dwc2: host: Properly set even/odd frame
Douglas Anderson
2
-3
/
+100
2016-03-04
usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() call
Douglas Anderson
2
-0
/
+33
2016-03-04
usb: dwc2: host: Manage frame nums better in scheduler
Douglas Anderson
2
-89
/
+272
2016-03-04
usb: dwc2: host: Add scheduler logging for missed SOFs
Douglas Anderson
3
-6
/
+11
2016-03-04
usb: dwc2: host: Split code out to make dwc2_do_reserve()
Douglas Anderson
1
-45
/
+67
2016-03-04
usb: dwc2: host: Reorder things in hcd_queue.c
Douglas Anderson
1
-289
/
+289
2016-03-04
usb: dwc2: host: Rename some fields in struct dwc2_qh
Douglas Anderson
4
-82
/
+92
2016-03-04
usb: dwc2: host: Use periodic interrupt even with DMA
Douglas Anderson
1
-39
/
+32
2016-03-04
usb: dwc2: host: There's not really a TT for the root hub
Douglas Anderson
1
-0
/
+10
2016-03-04
usb: dwc2: host: Properly set the HFIR
Douglas Anderson
1
-2
/
+2
2016-03-04
usb: dwc2: host: Giveback URB in tasklet context
Douglas Anderson
1
-3
/
+1
2016-03-04
usb: dwc2: host: Add a delay before releasing periodic bandwidth
Douglas Anderson
2
-56
/
+187
2016-03-04
usb: dwc2: host: Add scheduler tracing
Douglas Anderson
4
-2
/
+53
2016-03-04
usb: dwc2: host: fix split transfer schedule sequence
Douglas Anderson
5
-0
/
+31
2016-03-04
usb: dwc2: host: Always add to the tail of queues
Douglas Anderson
4
-11
/
+14
2016-03-04
usb: dwc2: host: Avoid use of chan->qh after qh freed
Douglas Anderson
2
-0
/
+20
2016-03-04
usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066
Douglas Anderson
1
-1
/
+1
2016-03-04
usb: dwc2: host: Get aligned DMA in a more supported way
Douglas Anderson
5
-186
/
+87
2016-03-04
usb: dwc2: rockchip: Make the max_transfer_size automatic
Douglas Anderson
1
-1
/
+1
2016-03-04
usb: dwc3: Validate the maximum_speed parameter
John Youn
2
-5
/
+22
2016-03-04
usb: musb: sunxi: support module autoloading
Emilio López
1
-0
/
+1
2016-03-04
usb: chipidea: otg: add A idle to B disconnect timer
Li Jun
2
-2
/
+12
2016-03-04
usb: otg-fsm: add B_AIDL_BDIS timer
Li Jun
1
-0
/
+1
2016-03-04
Documentation: usb: chipidea: Update test procedure for HNP polling
Li Jun
1
-4
/
+5
2016-03-04
usb: chipidea: otg: enable HNP polling support for gadget and host
Li Jun
1
-0
/
+4
2016-03-04
usb: chipidea: otg: set host_request_flag for gadget
Li Jun
1
-1
/
+12
2016-03-04
usb: gadget: composite: handle otg status selector request from OTG host
Li Jun
1
-8
/
+17
2016-03-04
usb: chipidea: udc: bypass otg status selector handling to gadget driver
Li Jun
1
-1
/
+2
2016-03-04
usb: common: otg-fsm: add HNP polling support
Li Jun
2
-0
/
+101
2016-03-04
usb: add OTG status selector definition for HNP polling
Li Jun
1
-0
/
+1
2016-03-04
usb: gadget: add hnp_polling_support and host_request_flag in usb_gadget
Li Jun
1
-0
/
+6
2016-03-04
usb: gadget: provide interface for legacy gadgets to get UDC name
Marek Szyprowski
3
-25
/
+34
2016-03-04
usb: gadget: f_midi: stash substream in gmidi_in_port structure
Michal Nazarewicz
1
-5
/
+7
2016-03-04
usb: gadget: f_midi: missing unlock on error path
Dan Carpenter
1
-6
/
+6
2016-03-04
usb: gadget: f_midi: use flexible array member for gmidi_in_port elements
Michal Nazarewicz
1
-37
/
+18
[next]