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