summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-08Merge tag 'for-usb-next-2014-03-06' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman26-431/+1182
2014-03-08usb: wusbcore: disable transfer notifications for Alereon HWAsThomas Pugliese3-36/+100
2014-03-08usb: wusbcore: don't mark WA_SEG_DTI_PENDING segs as done in urb_dequeueThomas Pugliese1-1/+10
2014-03-08usb: wusbcore: fix potential double list_del on urb dequeueThomas Pugliese1-2/+6
2014-03-07xhci: add the meaningful IRQ description if it is emptyAdrian Huang1-0/+4
2014-03-07xhci: Prevent runtime pm from autosuspending during initializationMathias Nyman1-1/+10
2014-03-05storage: accept some UAS devices if streams are unavailableOliver Neukum4-0/+11
2014-03-05xhci: Kill streams URBs when the host dies.Sarah Sharp1-7/+21
2014-03-05xhci: Refactor command watchdog and fix split string.Sarah Sharp1-31/+39
2014-03-05uas: Remove comment about registering a uas scsi controller for each usb busHans de Goede1-6/+0
2014-03-05uas: Add Hans de Goede as uas maintainerHans de Goede2-3/+4
2014-03-05uas: remove BROKENGerd Hoffmann1-1/+1
2014-03-05uas: Make sure sg elements are properly alignedHans de Goede1-0/+18
2014-03-05uas: Add some data in/out ready iu sanity checksHans de Goede1-0/+10
2014-03-05uas: Improve error reportingHans de Goede1-14/+46
2014-03-05uas: Use the right error codes for different kinds of errorsHans de Goede1-9/+10
2014-03-05uas: Clear cmdinfo on command queue-ingHans de Goede1-0/+2
2014-03-05uas: Fix memory managementHans de Goede1-19/+14
2014-03-05uas: Fix command / task mgmt submission racing with disconnectHans de Goede1-1/+14
2014-03-05uas: cmdinfo: use only one list headHans de Goede1-12/+8
2014-03-05uas: add uas_mark_cmd_dead helper functionHans de Goede1-17/+18
2014-03-05uas: Properly complete inflight commands on bus-reset or disconnectHans de Goede1-20/+21
2014-03-05uas: uas_alloc_data_urb: Remove unnecessary use_streams checkHans de Goede1-2/+1
2014-03-05uas: Fix task-management not working when connected over USB-2Hans de Goede1-1/+2
2014-03-05uas: Reset device on rebootHans de Goede1-0/+30
2014-03-05uas: Add suspend/resume supportHans de Goede1-0/+42
2014-03-05uas: Use GFP_NOIO rather then GFP_ATOMIC where possibleHans de Goede1-3/+3
2014-03-05uas: Don't allow more then one task to run at the same timeHans de Goede1-5/+34
2014-03-05uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urbHans de Goede1-11/+13
2014-03-05uas: Not being able to alloc streams when connected through usb-3 is an errorHans de Goede1-7/+17
2014-03-05uas: Verify endpoint descriptors from uas_use_uas_driver()Hans de Goede1-1/+11
2014-03-05uas: Drop fixed endpoint config handlingHans de Goede1-25/+11
2014-03-05uas: Move uas_find_endpoints to uas-detect.hHans de Goede2-27/+27
2014-03-05uas: Fix bounds check in uas_find_endpointsHans de Goede1-1/+1
2014-03-05uas: Add uas_find_endpoints() helper functionHans de Goede1-11/+23
2014-03-05uas: Honor no-uas quirk set in usb-storage's quirks module parameterHans de Goede2-1/+5
2014-03-05usb-storage: Modify and export adjust_quirks so that it can be used by uasHans de Goede2-6/+13
2014-03-05usb-storage: Don't bind to uas devices if the uas driver is enabledHans de Goede2-0/+15
2014-03-05uas: Add the posibilty to blacklist uas devices from using the uas driverHans de Goede4-6/+80
2014-03-05usb: Reset USB-3 devices on USB-3 link bounceHans de Goede1-2/+20
2014-03-05usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede2-3/+9
2014-03-05xhci: Handle MaxPSASize == 0Hans de Goede1-0/+6
2014-03-05xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede1-4/+5
2014-03-05xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede1-1/+1
2014-03-05uas: Move uas detect code to uas-detect.hHans de Goede2-38/+42
2014-03-05uas: Add a uas_find_uas_alt_setting helper functionHans de Goede1-5/+16
2014-03-05uas: Use all available stream idsHans de Goede1-3/+3
2014-03-05uas: Pack iu struct definitionsHans de Goede1-5/+5
2014-03-05uas: Fix response iu struct definitionHans de Goede1-1/+1
2014-03-05uas: s/response_ui/response_iu/Hans de Goede2-2/+2