summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-10-17usb/host/fotg210: Remove return statement inside ifPeter Senna Tschudin1-7/+5
2015-10-16usb/host/fotg210: Add function scan_frame_queue()Peter Senna Tschudin1-67/+76
2015-10-16usb/host/fotg210: Add function: output_buf_tds_dir()Peter Senna Tschudin1-31/+31
2015-10-16usb/host/fotg210: convert macro to inline functionPeter Senna Tschudin1-11/+16
2015-10-16usb/host/fotg210: replace msleep by usleep_rangePeter Senna Tschudin1-1/+1
2015-10-16usb/host/fotg210: change kmalloc by kmalloc_arrayPeter Senna Tschudin1-1/+1
2015-10-16usb/host/fotg210: Remove useless else statementPeter Senna Tschudin1-3/+2
2015-10-16usb/host/fotg210: remove KERN_WARNING from pr_warnPeter Senna Tschudin1-1/+1
2015-10-16usb/host/fotg210: Fix coding style issuesPeter Senna Tschudin2-977/+769
2015-10-16usb-host: Remove fusbh200 driverPeter Senna Tschudin5-6577/+0
2015-10-16usb: hcd: use USB_DT_*Sergei Shtylyov1-14/+15
2015-10-16usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMADuc Dang1-0/+10
2015-10-16usb: Add support for ACPI identification to xhci-platformDuc Dang1-0/+9
2015-10-16usb: make xhci platform driver use 64 bit or 32 bit DMADuc Dang1-7/+13
2015-10-16usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcdLu, Baolu1-3/+2
2015-10-16xhci: replace custom implementation of readq / writeqAndy Shevchenko1-10/+4
2015-10-16xhci: create one unified function to calculate TRB TD remainder.Mathias Nyman2-62/+46
2015-10-12Merge 4.3-rc5 into usb-nextGreg Kroah-Hartman3-2/+17
2015-10-05USB: u132-hcd: Fix seperate word in printk messageMasanari Iida1-2/+1
2015-10-04usb: Add device quirk for Logitech PTZ camerasVincent Palatin1-0/+7
2015-10-04USB: chaoskey read offset bugAlexander Inyukhin1-1/+1
2015-10-04USB: Add reset-resume quirk for two Plantronics usb headphones.Yao-Wen Mao1-0/+6
2015-10-04usb: renesas_usbhs: Add support for R-Car H3Yoshihiro Shimoda1-0/+5
2015-10-04usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda1-1/+1
2015-10-04usbip: vhci_hcd: at unlink, return -EIDRM if vhci_rx took the urbIgor Kotrasinski1-1/+1
2015-10-04usbip: vhci_hcd: only return urb at enqueue when servedIgor Kotrasinski1-1/+3
2015-10-04usb: host: ehci-msm: fix handling platform_get_irq resultAndrzej Hajda1-3/+3
2015-10-04USB: rewrite isd200_init_info for readabilityKris Borer1-17/+13
2015-10-04usb: host: fotg210: remove unreachable codeLuis de Bethencourt1-1/+0
2015-10-04usb: host: uhci-platform: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-04usb: host: ohci-spear: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-04usb: host: fsl-mph-dr-of: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-04usb: host: ehci-spear: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-10-04usb: otg: don't set a_alt_hnp_support feature for OTG 2.0 deviceLi Jun1-29/+39
2015-10-04usb: core: driver: Use kmalloc_arrayMuhammad Falak R Wani1-4/+2
2015-10-04USB: ehci-platform: Add ACPI bindings for the EHCI platform driver.Jeremy Linton1-0/+8
2015-10-04USB: ehci-platform: Display a DMA configuration error messageJeremy Linton1-1/+3
2015-10-04usb: message: remove redundant declarationKris Borer1-2/+0
2015-10-04UAS: also check for ESHUTDOWN in error reportingOliver Neukum1-8/+8
2015-10-04usb: ehci-orion: fix probe for !GENERIC_PHYJonas Gorski1-1/+2
2015-10-04usb: hub: remove redundant declarationsKris Borer1-2/+1
2015-10-04usbip: vhci_hcd: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar1-1/+1
2015-10-04usb: core: hub: Removed some warnings generated by checkpatch.plChase Metzger1-8/+8
2015-10-04xhci: drop null test before destroy functionsJulia Lawall1-8/+4
2015-10-04whci: drop null test before destroy functionsJulia Lawall1-2/+1
2015-10-04usb: host: drop null test before destroy functionsJulia Lawall2-16/+8
2015-10-04xhci: support new USB 3.1 hub request to get extended port statusMathias Nyman2-0/+33
2015-10-04xhci: check xhci hardware for USB 3.1 supportMathias Nyman4-23/+30
2015-10-04usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresMathias Nyman1-0/+3
2015-10-04xhci: define the new default speed ID for SuperSpeedPlus used by xhci hwMathias Nyman3-6/+10