summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* uas: Remove support for old sense ui as used in pre-production hardwareHans de Goede2014-09-231-46/+1
* uas: Drop COMMAND_COMPLETED flagHans de Goede2014-09-231-7/+3
* uas: Use scsi_print_commandHans de Goede2014-09-231-2/+3
* uas: Do not log urb status error on cancellationHans de Goede2014-09-231-5/+2
* uas: Use streams on upcoming 10Gbps / 3.1 USBHans de Goede2014-09-231-1/+1
* uas: pre_reset and suspend: Fix a few racesHans de Goede2014-09-231-6/+55
* uas: Fix memleak of non-submitted urbsHans de Goede2014-09-231-0/+22
* uas: Drop all references to a scsi_cmnd once it has been abortedHans de Goede2014-09-231-3/+44
* uas: Remove cmnd reference from the cmd urbHans de Goede2014-09-231-6/+3
* uas: Drop inflight listHans de Goede2014-09-231-16/+16
* uas: zap_pending: data urbs should have completed at this timeHans de Goede2014-09-231-5/+5
* uas: Simplify reset / disconnect handlingHans de Goede2014-09-231-37/+6
* uas: Free data urbs on completionHans de Goede2014-09-231-2/+3
* uas: Simplify unlink of data urbs on errorHans de Goede2014-09-231-30/+18
* uas: Check against unexpected completionsHans de Goede2014-09-231-0/+12
* uas: Do not use scsi_host_find_tagHans de Goede2014-09-231-21/+18
* uas: Add uas_get_tag() helper functionHans de Goede2014-09-231-12/+21
* uas: Fix resetting flag handlingHans de Goede2014-09-231-14/+35
* uas: Remove task-management / abort error handling codeHans de Goede2014-09-231-176/+1
* uas: Add another ASM1051 usb-id to the uas blacklistHans de Goede2014-09-231-0/+8
* uas: Add US_FL_NO_ATA_1X quirk for Seagate (0bc2:ab20) drivesHans de Goede2014-09-231-0/+7
* uas: Add no-report-opcodes quirkHans de Goede2014-09-235-1/+19
* uas: Add a quirk for rejecting ATA_12 and ATA_16 commandsHans de Goede2014-09-235-11/+35
* uas: replace WARN_ON_ONCE() with lockdep_assert_held()Sanjeev Sharma2014-09-231-4/+4
* MAINTAINERS: Add ehci-st.c and ohci-st.c to ARCH/STI architecturePeter Griffin2014-09-231-0/+2
* usb: host: ohci-st: Add ohci-st devicetree bindings documentationPeter Griffin2014-09-231-0/+37
* usb: host: ehci-st: Add ehci-st devicetree bindings documentationPeter Griffin2014-09-231-0/+39
* usb: host: ohci-st: Add OHCI driver support for ST STB devicesPeter Griffin2014-09-233-0/+358
* usb: host: ehci-st: Add EHCI support for ST STB devicesPeter Griffin2014-09-231-0/+375
* USB: isp1362: Use devm_ioremap_resourceTobias Klauser2014-09-231-78/+25
* of: add vendor prefix for ChipideaPeter Chen2014-09-231-0/+1
* usb: chipidea: enhance kernel-doc formatPeter Chen2014-09-232-5/+17
* usb: chipidea: otg initialization is only needed when the gadget is supportedPeter Chen2014-09-231-1/+1
* chipidea: usbmisc_imx: Add USB support for VF610 SoCsStefan Agner2014-09-234-11/+51
* doc: dt-binding: ci-hdrc-imx: add TPL supportPeter Chen2014-09-231-0/+2
* usb: chipidea: add TPL support for targeted hostsPeter Chen2014-09-233-0/+6
* usb: common: add API to get if the platform supports TPLPeter Chen2014-09-232-0/+20
* usb: core: Kconfig: TPL should apply for both OTG and EHPeter Chen2014-09-231-9/+3
* usb: core: TPL should apply for both OTG and EHPeter Chen2014-09-232-28/+18
* usb: hcd: add TPL support flagPeter Chen2014-09-231-0/+1
* USB: quirks: enable device-qualifier quirk for Elan TouchscreenJohan Hovold2014-09-231-0/+4
* USB: core: add device-qualifier quirkJohan Hovold2014-09-232-0/+6
* Revert "usb: gadget: composite: dequeue cdev->req before free it in composite...Felipe Balbi2014-09-231-1/+0
* Merge 3.17-rc6 into usb-nextGreg Kroah-Hartman2014-09-22167-612/+1078
|\
| * Linux 3.17-rc6v3.17-rc6Linus Torvalds2014-09-211-1/+1
| * Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-09-2111-55/+154
| |\
| | * ARM: 8149/1: perf: Don't sleep while atomic when enabling per-cpu interruptsStephen Boyd2014-09-161-10/+4
| | * ARM: 8148/1: flush TLS and thumbee register state during execNathan Lynch2014-09-164-17/+66
| | * ARM: 8151/1: add missing exports for asm functions required by get_user macroVictor Kamensky2014-09-161-0/+8
| | * ARM: 8137/1: fix get_user BE behavior for target variable with size of 8 bytesVictor Kamensky2014-09-122-11/+75