summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUGAlan Stern2016-04-301-52/+34
* usb: usbip: Avoid NULL pointer dereference in case of errorKrzysztof Opasiak2016-04-301-1/+1
* usbip: vudc: make dev_desc attribute binaryIgor Kotrasinski2016-04-301-6/+14
* usb: Add driver for UCSIHeikki Krogerus2016-04-304-0/+720
* usb: core: move root hub's device node assignment after it is added to busPeter Chen2016-04-282-1/+1
* Use "foo *bar" instead of "foo * bar".Sandhya Bankar2016-04-281-1/+1
* usb: Remove unnecessary space before function pointer arguments.Sandhya Bankar2016-04-281-4/+4
* usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge2016-04-282-6/+17
* usb/host/: const data must use __initconst not __initdataNicolas Pitre2016-04-284-4/+4
* 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
* Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-04-2836-613/+819
|\
| * 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-191-6/+18
| * 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