summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2016-05-09usb: wusbcore: Do not initialise statics to 0.Sandhya Bankar1-1/+1
2016-05-09usb: wusbcore: Remove space before ',' and '(' .Sandhya Bankar1-2/+2
2016-05-09Merge 4.6-rc7 into usb-nextGreg Kroah-Hartman6-19/+11
2016-05-09Merge tag 'usb-serial-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-7/+148
2016-05-04Merge tag 'usb-ci-v4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2-10/+4
2016-05-04USB: serial: option: add even more ZTE device idsLei Liu1-0/+54
2016-05-04USB: serial: option: add more ZTE device idslei liu1-1/+74
2016-05-04USB: usbfs: fix potential infoleak in devioKangjie Lu1-4/+5
2016-05-04usb: dwc3: gadget: fix mask and shift order in DWC3_DCFG_NUMP()Dan Carpenter1-1/+1
2016-05-04sisusbvga: correct speed testingOliver Neukum1-2/+2
2016-05-04usb: misc: usbtest: fix pattern tests for scatterlists.Mathias Nyman1-1/+3
2016-05-04usb: renesas_usbhs: fix signed-unsigned returnSudip Mukherjee1-12/+15
2016-05-04USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern1-17/+23
2016-05-03USB: serial: option: add support for Cinterion PH8 and AHxxSchemmel Hans-Christoph1-6/+20
2016-05-02Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping"Johan Hovold2-13/+1
2016-04-30USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUGAlan Stern1-52/+34
2016-04-30usb: usbip: Avoid NULL pointer dereference in case of errorKrzysztof Opasiak1-1/+1
2016-04-30usbip: vudc: make dev_desc attribute binaryIgor Kotrasinski1-6/+14
2016-04-30usb: Add driver for UCSIHeikki Krogerus4-0/+720
2016-04-30Merge tag 'usb-serial-4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-0/+4
2016-04-28usb: core: move root hub's device node assignment after it is added to busPeter Chen2-1/+1
2016-04-28Use "foo *bar" instead of "foo * bar".Sandhya Bankar1-1/+1
2016-04-28usb: Remove unnecessary space before function pointer arguments.Sandhya Bankar1-4/+4
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge2-6/+17
2016-04-28usb/host/: const data must use __initconst not __initdataNicolas Pitre4-4/+4
2016-04-28usb: devio: declare usbdev_vm_ops as staticMichele Curti1-1/+1
2016-04-28usb: misc: usbtest: fix error of urb allocationChunfeng Yun1-0/+3
2016-04-28usb: core: buffer: avoid NULL pointer dereferrenceChunfeng Yun1-0/+3
2016-04-28usbip: vudc: fix Kconfig dependenciesArnd Bergmann1-4/+4
2016-04-28usbip: safe completion against unbind operationNobuo Iwata1-1/+4
2016-04-28usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()Krzysztof Opasiak4-6/+6
2016-04-28usbip: fix NULL pointer dereference on errorsAlexander Popov4-18/+12
2016-04-28usb: usbip: vudc: Fix WARN_ON() usage patternKrzysztof Opasiak1-3/+2
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman35-612/+817
2016-04-28usb: dwc3: gadget: disable automatic calculation of ACK TP NUMPFelipe Balbi2-0/+16
2016-04-28usb: dwc3: gadget: update DCFG.NumP to max burst sizeFelipe Balbi2-2/+15
2016-04-28usb: dwc2: Proper cleanup on dr_mode failureJohn Youn1-1/+1
2016-04-28usb: dwc2: Fixed SOF interrupt enabling/disablingSevak Arakelyan1-1/+2
2016-04-28usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan2-0/+2
2016-04-28usb: dwc2: gadget: Prevent handling of host interruptsVardan Mikayelyan1-0/+3
2016-04-28usb: dwc2: gadget: Check for ep0 in enableVahram Aharonyan1-1/+4
2016-04-28usb: dwc3: gadget: give better command return codeKonrad Leszczynski2-3/+34
2016-04-28usb: gadget: composite: avoid kernel oops with bad gadgetsFelipe Balbi1-3/+19
2016-04-28usb: dwc3: pci: pass the platform device as a parameter to dwc3_pci_quirks()Heikki Krogerus1-8/+5
2016-04-28usb: dwc3: pci: make build-in device properties availableHeikki Krogerus1-3/+4
2016-04-28usb: dwc3: ep0: sanity check test mode selectorFei Yang1-2/+12
2016-04-27usb: hcd: do not call whc_clean_up on wch_init call failureColin Ian King1-3/+4
2016-04-27USB: bcma: use simpler devm helper for getting vcc GPIORafał Miłecki1-4/+2
2016-04-27usb: host: xhci: plat: finally get rid of xhci_plat_type_is()Felipe Balbi2-21/+0
2016-04-27usb: host: xhci: plat: make use of new methods in xhci_plat_privFelipe Balbi1-28/+27