aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-04usb: gadget: f_midi: fix in_last_port looping logicMichal Nazarewicz1-19/+7
2016-03-04usb: gadget: f_midi: move some of f_midi_transmit to separate funcMichal Nazarewicz1-61/+76
2016-03-04usb: gadget: f_midi: remove useless midi reference from port structFelipe F. Tonello1-2/+0
2016-03-04usb: f_fs: avoid race condition with ffs_epfile_io_completeDu, Changbin1-3/+9
2016-03-04usb: f_fs: refactor ffs_epfile_ioMichal Nazarewicz1-69/+58
2016-03-04usb: f_fs: replace unnecessary goto with a returnMichal Nazarewicz1-16/+8
2016-03-04usb: f_fs: fix ffs_epfile_io returning success on req alloc failureMichal Nazarewicz1-1/+3
2016-03-04usb: f_fs: fix memory leak when ep changes during transferMichal Nazarewicz1-1/+1
2016-03-04usb: phy: phy-am335x: remove include of regulator/consumer.hBjorn Helgaas1-1/+0
2016-03-04usb: gadget: pxa25x_udc: document endianess betterArnd Bergmann1-7/+7
2016-03-04usb: musb/ux500: remove duplicate check for dma_is_compatibleArnd Bergmann1-3/+0
2016-03-04usb: musb: use %pad format string from dma_addr_tArnd Bergmann2-6/+6
2016-03-04usb: isp1301-omap: mark power_up as __maybe_unusedArnd Bergmann1-1/+1
2016-03-04usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbolArnd Bergmann4-7/+3
2016-03-04usb: gadget: pxa25x_udc: use readl/writel for mmioArnd Bergmann2-22/+40
2016-03-04usb: gadget: pxa25x_udc cleanupArnd Bergmann2-203/+275
2016-03-04usb: gadget: pxa25x_udc: move register definitions from archArnd Bergmann1-6/+155
2016-03-04usb: renesas_usbhs: Don't check CSSTS bit if peripheral modeYoshihiro Shimoda1-4/+2
2016-03-04usb: renesas_usbhs: add R-Car Gen3 power controlYoshihiro Shimoda4-5/+68
2016-03-04usb: dwc3: Enable SuperSpeedPlusJohn Youn1-0/+8
2016-03-04usb: dwc3: Update maximum_speed for SuperSpeedPlusJohn Youn1-4/+13
2016-03-04usb: dwc3: Update speed checks for SuperSpeedPlusJohn Youn2-8/+14
2016-03-04usb: dwc3: Update register fields for SuperSpeedPlusJohn Youn1-1/+4