summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: devio: declare usbdev_vm_ops as staticMichele Curti2016-04-281-1/+1
* usb: misc: usbtest: fix error of urb allocationChunfeng Yun2016-04-281-0/+3
* usb: core: buffer: avoid NULL pointer dereferrenceChunfeng Yun2016-04-281-0/+3
* usbip: vudc: fix Kconfig dependenciesArnd Bergmann2016-04-281-4/+4
* usbip: safe completion against unbind operationNobuo Iwata2016-04-281-1/+4
* usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()Krzysztof Opasiak2016-04-284-6/+6
* usbip: fix NULL pointer dereference on errorsAlexander Popov2016-04-284-18/+12
* usb: usbip: vudc: Fix WARN_ON() usage patternKrzysztof Opasiak2016-04-281-3/+2
* Documentation: ABI: Add doc for usbip-vudc attributesKrzysztof Opasiak2016-04-281-0/+35
* Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-04-2839-616/+827
|\
| * usb: dwc3: gadget: disable automatic calculation of ACK TP NUMPFelipe Balbi2016-04-282-0/+16
| * usb: dwc3: gadget: update DCFG.NumP to max burst sizeFelipe Balbi2016-04-282-2/+15
| * usb: dwc2: Proper cleanup on dr_mode failureJohn Youn2016-04-281-1/+1
| * usb: dwc2: Fixed SOF interrupt enabling/disablingSevak Arakelyan2016-04-281-1/+2
| * usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan2016-04-282-0/+2
| * usb: dwc2: gadget: Prevent handling of host interruptsVardan Mikayelyan2016-04-281-0/+3
| * usb: dwc2: gadget: Check for ep0 in enableVahram Aharonyan2016-04-281-1/+4
| * usb: dwc3: gadget: give better command return codeKonrad Leszczynski2016-04-282-3/+34
| * usb: gadget: composite: avoid kernel oops with bad gadgetsFelipe Balbi2016-04-281-3/+19
| * usb: dwc3: pci: pass the platform device as a parameter to dwc3_pci_quirks()Heikki Krogerus2016-04-281-8/+5
| * usb: dwc3: pci: make build-in device properties availableHeikki Krogerus2016-04-281-3/+4
| * usb: dwc3: ep0: sanity check test mode selectorFei Yang2016-04-281-2/+12
| * usb: dwc3: debugfs: dump out endpoint detailsFelipe Balbi2016-04-191-0/+302
| * usb: dwc3: core: add helper to extract trb typeFelipe Balbi2016-04-191-0/+1
| * usb: dwc3: core: add fifo space helperFelipe Balbi2016-04-192-0/+28
| * usb: gadget: pch_udc: don't free devm allocated memoryFelipe Balbi2016-04-191-13/+1
| * usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz2016-04-196-50/+15
| * usb: gadget: f_fs: Fix EFAULT generation for async read operationsLars-Peter Clausen2016-04-191-1/+1
| * usb: gadget: r8a66597-udc: Deinline pipe_change, save 2176 bytesDenys Vlasenko2016-04-191-1/+1
| * usb: renesas_usbhs: use usb_gadget_{un}map_request_by_dev() for IPMMUYoshihiro Shimoda2016-04-191-4/+2
| * usb: renesas_usbhs: change arguments of dma_map_ctrl()Yoshihiro Shimoda2016-04-195-6/+13
| * usb: renesas_usbhs: change function call orfer in usbhsf_dma_prepare_push()Yoshihiro Shimoda2016-04-191-6/+6
| * usb: gadget: udc: core: add usb_gadget_{un}map_request_by_dev()Yoshihiro Shimoda2016-04-192-6/+22
| * usb: gadget: udc: core: Fix argument of dev_err() in usb_gadget_map_request()Yoshihiro Shimoda2016-04-191-1/+1
| * usb: dwc3: make dwc3_debugfs_init return value be voidDu, Changbin2016-04-193-48/+23
| * usb: dwc3: omap: get rid of dma_statusRoger Quadros2016-04-191-6/+0
| * usb: dwc3: gadget: don't interrupt when chainedFelipe Balbi2016-04-191-1/+1
| * usb: dwc3: gadget: remove newline from traceFelipe Balbi2016-04-191-1/+1
| * usb: dwc3: gadget: use link TRB for all endpoint typesFelipe Balbi2016-04-191-39/+10
| * usb: dwc3: gadget: move % operation to increment helpersFelipe Balbi2016-04-191-5/+7
| * usb: dwc3: gadget: add trb enqueue/dequeue helpersFelipe Balbi2016-04-191-7/+21
| * usb: dwc3: get rid of DWC3_TRB_MASKFelipe Balbi2016-04-192-8/+7
| * usb: dwc3: switch trb enqueue/dequeue and first_trb_index to u8Felipe Balbi2016-04-181-3/+13
| * usb: dwc3: core: document struct dwc3_requestFelipe Balbi2016-04-181-0/+13
| * usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeueFelipe Balbi2016-04-183-23/+23
| * usb: dwc3: omap: drop dma_mask configurationGrygorii Strashko2016-04-181-3/+0
| * usb: dwc3: add disable receiver detection in P3 quirkRajesh Bhagat2016-04-183-0/+9
| * Documentation: dt: dwc3: Add snps,dis_rxdet_inp3_quirk propertyRajesh Bhagat2016-04-181-0/+2
| * usb: dwc3: gadget: put link to U0 before Start TransferFelipe Balbi2016-04-181-0/+16
| * usb: dwc3: gadget: extract unlocked dwc3_gadget_wakeup()Felipe Balbi2016-04-181-15/+17