summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2016-04-29USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUGAlan Stern
2016-04-29usb: usbip: Avoid NULL pointer dereference in case of errorKrzysztof Opasiak
2016-04-29usbip: vudc: make dev_desc attribute binaryIgor Kotrasinski
2016-04-29usb: Add driver for UCSIHeikki Krogerus
2016-04-29Merge tag 'usb-serial-4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2016-04-29usb: xhci: tegra: Add Tegra210 supportThierry Reding
2016-04-29usb: xhci: Add NVIDIA Tegra XUSB controller driverThierry Reding
2016-04-28usb: core: move root hub's device node assignment after it is added to busPeter Chen
2016-04-28Use "foo *bar" instead of "foo * bar".Sandhya Bankar
2016-04-28usb: Remove unnecessary space before function pointer arguments.Sandhya Bankar
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge
2016-04-28usb/host/: const data must use __initconst not __initdataNicolas Pitre
2016-04-28usb: devio: declare usbdev_vm_ops as staticMichele Curti
2016-04-28usb: misc: usbtest: fix error of urb allocationChunfeng Yun
2016-04-28usb: core: buffer: avoid NULL pointer dereferrenceChunfeng Yun
2016-04-28usbip: vudc: fix Kconfig dependenciesArnd Bergmann
2016-04-28usbip: safe completion against unbind operationNobuo Iwata
2016-04-28usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()Krzysztof Opasiak
2016-04-28usbip: fix NULL pointer dereference on errorsAlexander Popov
2016-04-28usb: usbip: vudc: Fix WARN_ON() usage patternKrzysztof Opasiak
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2016-04-28usb: dwc3: gadget: disable automatic calculation of ACK TP NUMPFelipe Balbi
2016-04-28usb: dwc3: gadget: update DCFG.NumP to max burst sizeFelipe Balbi
2016-04-28usb: dwc2: Proper cleanup on dr_mode failureJohn Youn
2016-04-28usb: dwc2: Fixed SOF interrupt enabling/disablingSevak Arakelyan
2016-04-28usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan
2016-04-28usb: dwc2: gadget: Prevent handling of host interruptsVardan Mikayelyan
2016-04-28usb: dwc2: gadget: Check for ep0 in enableVahram Aharonyan
2016-04-28usb: dwc3: gadget: give better command return codeKonrad Leszczynski
2016-04-28usb: gadget: composite: avoid kernel oops with bad gadgetsFelipe Balbi
2016-04-28usb: dwc3: pci: pass the platform device as a parameter to dwc3_pci_quirks()Heikki Krogerus
2016-04-28usb: dwc3: pci: make build-in device properties availableHeikki Krogerus
2016-04-28usb: dwc3: ep0: sanity check test mode selectorFei Yang
2016-04-26usb: hcd: do not call whc_clean_up on wch_init call failureColin Ian King
2016-04-26USB: bcma: use simpler devm helper for getting vcc GPIORafał Miłecki
2016-04-26usb: host: xhci: plat: finally get rid of xhci_plat_type_is()Felipe Balbi
2016-04-26usb: host: xhci: plat: make use of new methods in xhci_plat_privFelipe Balbi
2016-04-26usb: host: xhci: plat: change type of mvebu init_quirk()Felipe Balbi
2016-04-26usb: host: xhci: plat: move mvebu init_quirk() to xhci_plat_setup()Felipe Balbi
2016-04-26usb: xhci: plat: add ->plat_start() and ->init_quirk() methodsFelipe Balbi
2016-04-26usb: host: xhci: rcar: retire use of xhci_plat_type_is()Felipe Balbi
2016-04-26usb: xhci: remove duplicate code of interval checkingAlexandr Ivanov
2016-04-26usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov
2016-04-26usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functionsAlexandr Ivanov
2016-04-26drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger
2016-04-26drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger
2016-04-26usbip: vudc: Add vudc to KconfigIgor Kotrasinski
2016-04-26usbip: vudc: Add SysFS infrastructure for VUDCIgor Kotrasinski
2016-04-26usbip: vudc: Add UDC specific opsIgor Kotrasinski
2016-04-26usbip: vudc: Add vudc_txIgor Kotrasinski