summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb/host/fotg210: change kmalloc by kmalloc_arrayPeter Senna Tschudin2015-10-161-1/+1
* usb/host/fotg210: Remove useless else statementPeter Senna Tschudin2015-10-161-3/+2
* usb/host/fotg210: remove KERN_WARNING from pr_warnPeter Senna Tschudin2015-10-161-1/+1
* usb/host/fotg210: Fix coding style issuesPeter Senna Tschudin2015-10-162-977/+769
* usb-host: Remove fusbh200 driverPeter Senna Tschudin2015-10-165-6577/+0
* usb: hcd: use USB_DT_*Sergei Shtylyov2015-10-161-14/+15
* usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMADuc Dang2015-10-161-0/+10
* usb: Add support for ACPI identification to xhci-platformDuc Dang2015-10-161-0/+9
* usb: make xhci platform driver use 64 bit or 32 bit DMADuc Dang2015-10-161-7/+13
* usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcdLu, Baolu2015-10-161-3/+2
* xhci: replace custom implementation of readq / writeqAndy Shevchenko2015-10-161-10/+4
* xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman2015-10-162-62/+46
* Merge 4.3-rc5 into usb-nextGreg Kroah-Hartman2015-10-123-2/+17
|\
| * usb: Add device quirk for Logitech PTZ camerasVincent Palatin2015-10-041-0/+7
| * USB: chaoskey read offset bugAlexander Inyukhin2015-10-041-1/+1
| * USB: Add reset-resume quirk for two Plantronics usb headphones.Yao-Wen Mao2015-10-041-0/+6
| * usb: renesas_usbhs: Add support for R-Car H3Yoshihiro Shimoda2015-09-301-0/+5
| * usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda2015-09-301-1/+1
| * usb: gadget: bdc: fix memory leakSudip Mukherjee2015-09-301-1/+3
* | USB: u132-hcd: Fix seperate word in printk messageMasanari Iida2015-10-051-2/+1
* | usb: renesas_usbhs: Add support for R-Car H3Yoshihiro Shimoda2015-10-041-0/+5
* | usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda2015-10-041-1/+1
* | usbip: vhci_hcd: at unlink, return -EIDRM if vhci_rx took the urbIgor Kotrasinski2015-10-041-1/+1
* | usbip: vhci_hcd: only return urb at enqueue when servedIgor Kotrasinski2015-10-041-1/+3
* | usb: host: ehci-msm: fix handling platform_get_irq resultAndrzej Hajda2015-10-041-3/+3
* | USB: rewrite isd200_init_info for readabilityKris Borer2015-10-041-17/+13
* | usb: host: fotg210: remove unreachable codeLuis de Bethencourt2015-10-041-1/+0
* | usb: host: uhci-platform: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* | usb: host: ohci-spear: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* | usb: host: fsl-mph-dr-of: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* | usb: host: ehci-spear: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* | usb: otg: don't set a_alt_hnp_support feature for OTG 2.0 deviceLi Jun2015-10-041-29/+39
* | usb: core: driver: Use kmalloc_arrayMuhammad Falak R Wani2015-10-041-4/+2
* | USB: ehci-platform: Add ACPI bindings for the EHCI platform driver.Jeremy Linton2015-10-041-0/+8
* | USB: ehci-platform: Display a DMA configuration error messageJeremy Linton2015-10-041-1/+3
* | usb: message: remove redundant declarationKris Borer2015-10-041-2/+0
* | UAS: also check for ESHUTDOWN in error reportingOliver Neukum2015-10-041-8/+8
* | usb: ehci-orion: fix probe for !GENERIC_PHYJonas Gorski2015-10-041-1/+2
* | usb: hub: remove redundant declarationsKris Borer2015-10-041-2/+1
* | usbip: vhci_hcd: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar2015-10-041-1/+1
* | usb: core: hub: Removed some warnings generated by checkpatch.plChase Metzger2015-10-041-8/+8
* | xhci: drop null test before destroy functionsJulia Lawall2015-10-041-8/+4
* | whci: drop null test before destroy functionsJulia Lawall2015-10-041-2/+1
* | usb: host: drop null test before destroy functionsJulia Lawall2015-10-042-16/+8
* | xhci: support new USB 3.1 hub request to get extended port statusMathias Nyman2015-10-042-0/+33
* | xhci: check xhci hardware for USB 3.1 supportMathias Nyman2015-10-044-23/+30
* | usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresMathias Nyman2015-10-041-0/+3
* | xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman2015-10-043-6/+10
* | xhci: Add a SuperSpeedPlus capability descriptor for xhci USB 3.1 roothubMathias Nyman2015-10-041-19/+107
* | xhci: parse xhci protocol speed ID list for usb 3.1 usageMathias Nyman2015-10-042-1/+61
OpenPOWER on IntegriCloud