summaryrefslogtreecommitdiff
path: root/drivers/usb/storage/uas.c
AgeCommit message (Expand)Author
2014-03-04uas: Remove comment about registering a uas scsi controller for each usb busHans de Goede
2014-03-04uas: Add Hans de Goede as uas maintainerHans de Goede
2014-03-04uas: Make sure sg elements are properly alignedHans de Goede
2014-03-04uas: Add some data in/out ready iu sanity checksHans de Goede
2014-03-04uas: Improve error reportingHans de Goede
2014-03-04uas: Use the right error codes for different kinds of errorsHans de Goede
2014-03-04uas: Clear cmdinfo on command queue-ingHans de Goede
2014-03-04uas: Fix memory managementHans de Goede
2014-03-04uas: Fix command / task mgmt submission racing with disconnectHans de Goede
2014-03-04uas: cmdinfo: use only one list headHans de Goede
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