summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2016-03-05USB: core: let USB device know device nodePeter Chen3-1/+58
2016-03-05usb: devio: Add ioctl to disallow detaching kernel USB drivers.Reilly Grant1-5/+58
2016-03-04Merge tag 'usb-for-v4.6' of http://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman64-3112/+5208
2016-03-04usb: gadget: f_acm: Fix configfs attr nameKrzysztof Opasiak1-2/+2
2016-03-04usb: udc: lpc32xx: remove USB PLL and USB OTG clock managementVladimir Zapolskiy1-59/+5
2016-03-04usb: udc: lpc32xx: remove direct access to clock controller registersVladimir Zapolskiy1-29/+0
2016-03-04usb: udc: lpc32xx: switch to clock prepare/unprepare modelVladimir Zapolskiy1-15/+15
2016-03-04usb: renesas_usbhs: gadget: fix giveback status code in usbhsg_pipe_disable()Yoshihiro Shimoda1-1/+1
2016-03-04usb: gadget: renesas_usb3: Use ARCH_RENESASSimon Horman1-1/+1
2016-03-04usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma()John Youn1-2/+4
2016-03-04usb: dwc2: Add support for Lantiq ARX and XRX SoCsAntti Seppälä1-0/+34
2016-03-04usb: phy: generic: Handle late registration of gadgetMaarten ter Huurne1-3/+8
2016-03-04usb: gadget: bdc_udc: fix race condition in bdc_udc_exit()Alexey Khoroshilov1-0/+5
2016-03-04usb: musb: core: added missing const qualifier to musb_hdrc_platform_data::co...Petr Kulhavy2-2/+2
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn4-1801/+1806
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn4-183/+179
2016-03-04usb: dwc2: Use kmem_cache_free()Amitoj Kaur Chawla1-1/+1
2016-03-04usb: dwc2: host: If using uframe scheduler, end splits betterDouglas Anderson1-6/+42
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson4-171/+1250
2016-03-04usb: dwc2: host: Properly set even/odd frameDouglas Anderson2-3/+100
2016-03-04usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson2-0/+33
2016-03-04usb: dwc2: host: Manage frame nums better in schedulerDouglas Anderson2-89/+272
2016-03-04usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson3-6/+11
2016-03-04usb: dwc2: host: Split code out to make dwc2_do_reserve()Douglas Anderson1-45/+67
2016-03-04usb: dwc2: host: Reorder things in hcd_queue.cDouglas Anderson1-289/+289
2016-03-04usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson4-82/+92
2016-03-04usb: dwc2: host: Use periodic interrupt even with DMADouglas Anderson1-39/+32
2016-03-04usb: dwc2: host: There's not really a TT for the root hubDouglas Anderson1-0/+10
2016-03-04usb: dwc2: host: Properly set the HFIRDouglas Anderson1-2/+2
2016-03-04usb: dwc2: host: Giveback URB in tasklet contextDouglas Anderson1-3/+1
2016-03-04usb: dwc2: host: Add a delay before releasing periodic bandwidthDouglas Anderson2-56/+187
2016-03-04usb: dwc2: host: Add scheduler tracingDouglas Anderson4-2/+53
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson5-0/+31
2016-03-04usb: dwc2: host: Always add to the tail of queuesDouglas Anderson4-11/+14
2016-03-04usb: dwc2: host: Avoid use of chan->qh after qh freedDouglas Anderson2-0/+20
2016-03-04usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066Douglas Anderson1-1/+1
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson5-186/+87
2016-03-04usb: dwc2: rockchip: Make the max_transfer_size automaticDouglas Anderson1-1/+1
2016-03-04usb: dwc3: Validate the maximum_speed parameterJohn Youn2-5/+22
2016-03-04usb: musb: sunxi: support module autoloadingEmilio López1-0/+1
2016-03-04usb: chipidea: otg: add A idle to B disconnect timerLi Jun2-2/+12
2016-03-04usb: chipidea: otg: enable HNP polling support for gadget and hostLi Jun1-0/+4
2016-03-04usb: chipidea: otg: set host_request_flag for gadgetLi Jun1-1/+12
2016-03-04usb: gadget: composite: handle otg status selector request from OTG hostLi Jun1-8/+17
2016-03-04usb: chipidea: udc: bypass otg status selector handling to gadget driverLi Jun1-1/+2
2016-03-04usb: common: otg-fsm: add HNP polling supportLi Jun1-0/+87
2016-03-04usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski2-25/+33
2016-03-04usb: gadget: f_midi: stash substream in gmidi_in_port structureMichal Nazarewicz1-5/+7
2016-03-04usb: gadget: f_midi: missing unlock on error pathDan Carpenter1-6/+6
2016-03-04usb: gadget: f_midi: use flexible array member for gmidi_in_port elementsMichal Nazarewicz1-37/+18