summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2016-04-27usbip: vudc: Add vudc_transferIgor Kotrasinski1-0/+506
2016-04-27usbip: vudc: Add vudc_rxIgor Kotrasinski1-0/+234
2016-04-27usbip: vudc: Add VUDC main fileIgor Kotrasinski1-0/+113
2016-04-27usbip: vudc: Make usbip_common vudc-awareIgor Kotrasinski2-4/+16
2016-04-27usbip: vudc: Add header for USB/IP UDCIgor Kotrasinski1-0/+190
2016-04-27usb: storage: fix multi-line comment styleFelipe Balbi42-455/+829
2016-04-27usb: storage: scsiglue: limit USB3 devices to 2048 sectorsFelipe Balbi1-0/+5
2016-04-27usb: storage: scsiglue: further describe our 240 sector limitFelipe Balbi1-1/+18
2016-04-27hub: admit devices are SS+Oliver Neukum1-0/+2
2016-04-27usb: musb: jz4740: fix error check of usb_get_phy()Vladimir Zapolskiy1-2/+2
2016-04-27Revert "usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bott...Bin Liu1-1/+1
2016-04-27usb: musb: gadget: nuke endpoint before setting its descriptor to NULLTal Shorer1-3/+3
2016-04-25Merge 4.6-rc5 into usb-nextGreg Kroah-Hartman7-49/+144
2016-04-25USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULEJavier Martinez Canillas1-1/+1
2016-04-25USB: serial: ftdi_sio: constify ftdi_sio_quirk structuresJulia Lawall1-8/+8
2016-04-24USB: serial: cp210x: add Straizona Focusers device idsJasem Mutlaq1-0/+2
2016-04-24USB: serial: cp210x: add ID for Link ECUMike Manning1-0/+2
2016-04-20usb: gadget: f_fs: Fix use-after-freeLars-Peter Clausen1-3/+2
2016-04-19usb: dwc3: debugfs: dump out endpoint detailsFelipe Balbi1-0/+302
2016-04-19usb: dwc3: core: add helper to extract trb typeFelipe Balbi1-0/+1
2016-04-19usb: dwc3: core: add fifo space helperFelipe Balbi2-0/+28
2016-04-19usb: gadget: pch_udc: don't free devm allocated memoryFelipe Balbi1-13/+1
2016-04-19usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz6-50/+15
2016-04-19usb: gadget: f_fs: Fix EFAULT generation for async read operationsLars-Peter Clausen1-1/+1
2016-04-19usb: gadget: r8a66597-udc: Deinline pipe_change, save 2176 bytesDenys Vlasenko1-1/+1
2016-04-19usb: renesas_usbhs: use usb_gadget_{un}map_request_by_dev() for IPMMUYoshihiro Shimoda1-4/+2
2016-04-19usb: renesas_usbhs: change arguments of dma_map_ctrl()Yoshihiro Shimoda5-6/+13
2016-04-19usb: renesas_usbhs: change function call orfer in usbhsf_dma_prepare_push()Yoshihiro Shimoda1-6/+6
2016-04-19usb: gadget: udc: core: add usb_gadget_{un}map_request_by_dev()Yoshihiro Shimoda1-6/+18
2016-04-19usb: gadget: udc: core: Fix argument of dev_err() in usb_gadget_map_request()Yoshihiro Shimoda1-1/+1
2016-04-19usb: dwc3: make dwc3_debugfs_init return value be voidDu, Changbin3-48/+23
2016-04-19usb: dwc3: omap: get rid of dma_statusRoger Quadros1-6/+0
2016-04-19usb: dwc3: gadget: don't interrupt when chainedFelipe Balbi1-1/+1
2016-04-19usb: dwc3: gadget: remove newline from traceFelipe Balbi1-1/+1
2016-04-19usb: dwc3: gadget: use link TRB for all endpoint typesFelipe Balbi1-39/+10
2016-04-19usb: dwc3: gadget: move % operation to increment helpersFelipe Balbi1-5/+7
2016-04-19usb: dwc3: gadget: add trb enqueue/dequeue helpersFelipe Balbi1-7/+21
2016-04-19usb: dwc3: get rid of DWC3_TRB_MASKFelipe Balbi2-8/+7
2016-04-18usb: wusbcore: remove unreachable codeSudip Mukherjee1-1/+0
2016-04-18usbip: event handler as one threadNobuo Iwata4-45/+137
2016-04-18USB: whci-hcd: add more checks for dma mapping errorAlexey Khoroshilov1-2/+6
2016-04-18xhci: fix typo in babble endpoint handling commentRajesh Bhagat1-1/+1
2016-04-18usb: dwc3: switch trb enqueue/dequeue and first_trb_index to u8Felipe Balbi1-3/+13
2016-04-18usb: dwc3: core: document struct dwc3_requestFelipe Balbi1-0/+13
2016-04-18usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeueFelipe Balbi3-23/+23
2016-04-18usb: dwc3: omap: drop dma_mask configurationGrygorii Strashko1-3/+0
2016-04-18usb: dwc3: add disable receiver detection in P3 quirkRajesh Bhagat3-0/+9
2016-04-18usb: dwc3: gadget: put link to U0 before Start TransferFelipe Balbi1-0/+16
2016-04-18usb: dwc3: gadget: extract unlocked dwc3_gadget_wakeup()Felipe Balbi1-15/+17
2016-04-18usb: dwc3: gadget: clear SUSPHY bit before ep cmdsFelipe Balbi1-0/+23