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