summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | usb: add HAS_IOMEM dependency to USB_ISP1362_HCDVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_OXU210HP_HCDVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_PXA27XVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_OHCI_HCDVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_APPLEDISPLAYVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_PXA25XVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_MUSB_HDRCVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_FOTG210_HCDVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_XHCI_HCDVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_EHCI_HCDVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_DWC2Vegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_SL811_HCDVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_C67X00_HCDVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_MUSB_TUSB6010Vegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_R8A66597_HCDVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_XHCI_MVEBUVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: Add HAS_IOMEM dependency to USB_M66592Vegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_NET2272Vegard Nossum2016-02-141-0/+1
| * | | | | | | usb: add HAS_IOMEM dependency to USB_ISP116X_HCDVegard Nossum2016-02-141-0/+1
| * | | | | | | usb: host: ohci-pxa27x: propagate the irq error codeRobert Jarzmik2016-02-141-1/+1
| * | | | | | | cdc-acm: implement put_char() and flush_chars()Oliver Neukum2016-02-142-0/+68
| * | | | | | | xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1Mathias Nyman2016-02-142-5/+20
| * | | | | | | xhci: cleanup isoc tranfers queuing codeMathias Nyman2016-02-141-72/+53
| * | | | | | | xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpointsMathias Nyman2016-02-142-2/+12
| * | | | | | | xhci: refactor and cleanup endpoint initialization.Mathias Nyman2016-02-142-96/+69
| * | | | | | | usb: Add USB 3.1 Precision time measurement capability descriptor supportMathias Nyman2016-02-141-0/+3
| * | | | | | | usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptorMathias Nyman2016-02-141-0/+31
| * | | | | | | Merge 4.5-rc4 into usb-nextGreg Kroah-Hartman2016-02-1414-60/+126
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | drivers: usb: removed assignment of 0 to static variablesSaurabh Sengar2016-02-091-2/+2
| * | | | | | | usb: r8a66597: add locking to r8a66597_check_detect_childHeiner Kallweit2016-02-061-0/+2
| * | | | | | | usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit2016-02-064-22/+22
| * | | | | | | USB: EHCI: fix compiler warning introduced by commit 2a40f324541eAlan Stern2016-02-042-1/+2
| * | | | | | | Add ioctls to enable and disable local controls on an instrumentDave Penkler2016-02-031-0/+70
| * | | | | | | Add ioctl to retrieve USBTMC-USB488 capabilitiesDave Penkler2016-02-031-0/+12
| * | | | | | | Add support for receiving USBTMC USB488 SRQ notifications via poll/selectDave Penkler2016-02-031-0/+23
| * | | | | | | Add support for USBTMC USB488 SRQ notification with fasyncDave Penkler2016-02-031-0/+24
| * | | | | | | Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation.Dave Penkler2016-02-031-0/+201
| * | | | | | | usb: usbip: Fix possible deadlocks reported by lockdepAndrew Goodbody2016-02-035-65/+91
| * | | | | | | USB: cxacru: fix an bounds check warningDan Carpenter2016-02-031-0/+2
| * | | | | | | usb: storage: ene_ub6250: Remove unnecessary cast in kfreeAmitoj Kaur Chawla2016-02-031-2/+2
| * | | | | | | usb: host: ehci-sched: remove unnecessary bracesGeyslan G. Bem2016-02-031-5/+1
| * | | | | | | usb: host: ehci-sched: use sizeof operator with parensGeyslan G. Bem2016-02-031-4/+4
| * | | | | | | usb: host: ehci-sched: add line after declarationsGeyslan G. Bem2016-02-031-0/+2
| * | | | | | | usb: host: ehci-sched: use C89-style commentsGeyslan G. Bem2016-02-031-12/+14
| * | | | | | | usb: host: ehci-sched: remove useless else branchGeyslan G. Bem2016-02-031-3/+2
| * | | | | | | usb: host: ehci-sched: remove prohibited spacesGeyslan G. Bem2016-02-031-132/+133
| * | | | | | | usb: host: ehci-sched: add spaces around operatorsGeyslan G. Bem2016-02-031-1/+1
| * | | | | | | usb: host: ehci-sched: remove useless initializationsGeyslan G. Bem2016-02-031-2/+2
| * | | | | | | usb: host: ehci-sched: move constants to rightGeyslan G. Bem2016-02-031-3/+3
| * | | | | | | usb: host: ehci-sched: refactor scan_isoc functionGeyslan G. Bem2016-02-031-101/+101