summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-23USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu
2014-09-23usb3503: clarify what the registers 'PDS' and 'CFG1' really doTobias Jakobi
2014-09-23usb3503: fix typos in devicetree binding documentationTobias Jakobi
2014-09-23usb3503: correct error message in probe ('connect' to 'interrupt')Tobias Jakobi
2014-09-23usb: Fixed a few typosMickael Maison
2014-09-23USB: storage: use %*ph specifier to dump small buffersAndy Shevchenko
2014-09-23drivers/usb/host/ehci-xilinx-of.c: Include "linux/of_irq.h" to avoid compilin...Chen Gang
2014-09-23usb: wusbcore: fix device disconnect on rekey timeoutThomas Pugliese
2014-09-23usb: wusbcore: skip done segs before completing aborted transferThomas Pugliese
2014-09-23usb: wusbcore: USB_WUSB_CBAF depends on USBThomas Pugliese
2014-09-23usb: wusbcore: remove USB_WUSB build dependency on PCIThomas Pugliese
2014-09-23usb: hwa: add USB build dependency for USB_HWA_HCDThomas Pugliese
2014-09-23uwb: doc: add documentation for ASIE sysfs attributeThomas Pugliese
2014-09-23uwb: add an ASIE sysfs attribute to uwb_rc devicesThomas Pugliese
2014-09-23uwb: doc: bring uwb documentation up to dateThomas Pugliese
2014-09-23uwb: create a uwb bus type and add in-range peer devices to itThomas Pugliese
2014-09-23uwb: remove UWB build dependency on PCIThomas Pugliese
2014-09-23uwb: update uwb device prints to be more usefulThomas Pugliese
2014-09-23uwb: line length cleanupThomas Pugliese
2014-09-23wusb: delete double assignmentJulia Lawall
2014-09-23usb: renesas_usbhs: fix driver dependenciesBartlomiej Zolnierkiewicz
2014-09-23usb: host: ohci-exynos: Remove unnecessary usb-phy supportVivek Gautam
2014-09-23usb: misc: yurex: remove useless casting of private_dataArjun Sreedharan
2014-09-23xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...Hans de Goede
2014-09-23xhci: Remove "FIXME - check all the stream rings for pending cancellations"Hans de Goede
2014-09-23xhci: Always ring the doorbell for active eps when a Set TR deq ptr cmd compl...Hans de Goede
2014-09-23xhci: Fold queue_set_tr_deq into xhci_queue_new_dequeue_stateHans de Goede
2014-09-23xhci: xhci_ring_device: Ring stream ring bells for endpoints with streamsHans de Goede
2014-09-23usb: xhci_suspend is not stopping the root hub timer for the shared HCDAl Cooper
2014-09-23xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()Hans de Goede
2014-09-23uas: Add response iu handlingHans de Goede
2014-09-23uas: Log error codes when logging errorsHans de Goede
2014-09-23uas: Cleanup uas_log_cmd_state usageHans de Goede
2014-09-23uas: Remove protype hardware usb interface infoHans de Goede
2014-09-23uas: Remove support for old sense ui as used in pre-production hardwareHans de Goede
2014-09-23uas: Drop COMMAND_COMPLETED flagHans de Goede
2014-09-23uas: Use scsi_print_commandHans de Goede
2014-09-23uas: Do not log urb status error on cancellationHans de Goede
2014-09-23uas: Use streams on upcoming 10Gbps / 3.1 USBHans de Goede
2014-09-23uas: pre_reset and suspend: Fix a few racesHans de Goede
2014-09-23uas: Fix memleak of non-submitted urbsHans de Goede
2014-09-23uas: Drop all references to a scsi_cmnd once it has been abortedHans de Goede
2014-09-23uas: Remove cmnd reference from the cmd urbHans de Goede
2014-09-23uas: Drop inflight listHans de Goede
2014-09-23uas: zap_pending: data urbs should have completed at this timeHans de Goede
2014-09-23uas: Simplify reset / disconnect handlingHans de Goede
2014-09-23uas: Free data urbs on completionHans de Goede
2014-09-23uas: Simplify unlink of data urbs on errorHans de Goede
2014-09-23uas: Check against unexpected completionsHans de Goede
2014-09-23uas: Do not use scsi_host_find_tagHans de Goede