summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c
Commit message (Expand)AuthorAgeFilesLines
...
* uas: add uas_mark_cmd_dead helper functionHans de Goede2014-03-041-17/+18
* uas: Properly complete inflight commands on bus-reset or disconnectHans de Goede2014-03-041-20/+21
* uas: uas_alloc_data_urb: Remove unnecessary use_streams checkHans de Goede2014-03-041-2/+1
* uas: Fix task-management not working when connected over USB-2Hans de Goede2014-03-041-1/+2
* uas: Reset device on rebootHans de Goede2014-03-041-0/+30
* uas: Add suspend/resume supportHans de Goede2014-03-041-0/+42
* uas: Use GFP_NOIO rather then GFP_ATOMIC where possibleHans de Goede2014-03-041-3/+3
* uas: Don't allow more then one task to run at the same timeHans de Goede2014-03-041-5/+34
* uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urbHans de Goede2014-03-041-11/+13
* uas: Not being able to alloc streams when connected through usb-3 is an errorHans de Goede2014-03-041-7/+17
* uas: Drop fixed endpoint config handlingHans de Goede2014-03-041-25/+11
* uas: Move uas_find_endpoints to uas-detect.hHans de Goede2014-03-041-27/+0
* uas: Fix bounds check in uas_find_endpointsHans de Goede2014-03-041-1/+1
* uas: Add uas_find_endpoints() helper functionHans de Goede2014-03-041-11/+23
* uas: Add the posibilty to blacklist uas devices from using the uas driverHans de Goede2014-03-041-4/+13
* uas: Move uas detect code to uas-detect.hHans de Goede2014-03-041-38/+2
* uas: Add a uas_find_uas_alt_setting helper functionHans de Goede2014-03-041-5/+16
* uas: Use all available stream idsHans de Goede2014-03-041-3/+3
* uas: s/response_ui/response_iu/Hans de Goede2014-03-041-1/+1
* uas: Fix reset handling for externally triggered resetHans de Goede2014-03-041-5/+31
* uas: Fix reset lockingHans de Goede2014-03-041-0/+9
* uas: Fix uas not working when plugged into an ehci portHans de Goede2014-03-041-4/+4
* uas: uas_alloc_cmd_urb: drop unused stream_id parameterHans de Goede2014-03-041-3/+2
* uas: Avoid unnecessary unlock / lock calls around unlink_data_urbsHans de Goede2014-03-041-13/+7
* uas: Properly set interface to altsetting 0 on probe failureHans de Goede2014-03-041-9/+9
* uas: Urbs must be anchored before submitting themHans de Goede2014-03-041-8/+12
* uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE()Gerd Hoffmann2014-03-041-9/+10
* uas: add dead request listGerd Hoffmann2014-03-041-8/+42
* uas: make work list per-deviceGerd Hoffmann2014-03-041-62/+44
* uas: properly reinitialize in uas_eh_bus_reset_handlerGerd Hoffmann2014-03-041-0/+5
* usb-uas: set max_lun and max_channelGerd Hoffmann2013-01-251-0/+2
* uas: fail any request submitted while resetting the device.Gerd Hoffmann2013-01-111-0/+6
* uas: improve device resetGerd Hoffmann2013-01-111-1/+44
* uas: improve abort handlerGerd Hoffmann2013-01-111-2/+17
* uas: add IS_IN_WORK_LIST flagGerd Hoffmann2013-01-111-2/+8
* uas: add UNLINK_DATA_URBS flagGerd Hoffmann2013-01-111-3/+21
* uas: new function to cancel data urbsGerd Hoffmann2013-01-111-10/+12
* USB: uas: fix gcc warningGerd Hoffmann2012-09-261-10/+8
* USB: uas: fix lockingGerd Hoffmann2012-09-261-0/+2
* USB: uas: add lockingGerd Hoffmann2012-09-251-7/+44
* USB: uas: fix abortGerd Hoffmann2012-09-251-7/+4
* USB: uas: remove aborted field, replace with status bit.Gerd Hoffmann2012-09-251-6/+6
* USB: uas: fix task managementGerd Hoffmann2012-09-251-3/+3
* USB: uas: keep track of command urbsGerd Hoffmann2012-09-251-1/+10
* uas: task mgmt & error handlingGerd Hoffmann2012-06-251-29/+131
* uas: track urbs, kill inflight urbs on disconnect.Gerd Hoffmann2012-06-251-0/+9
* uas: improve error handlingGerd Hoffmann2012-06-251-1/+13
* uas: keep track of command state, finish scsi cmd when really done.Gerd Hoffmann2012-06-251-15/+71
* uas: fix sense urb handlingGerd Hoffmann2012-06-251-21/+28
* Revert "usb/uas: one only one status URB/host on stream-less connection"Gerd Hoffmann2012-06-251-60/+10
OpenPOWER on IntegriCloud