summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2014-03-07Merge tag 'for-usb-next-2014-03-06' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2014-03-07usb: wusbcore: disable transfer notifications for Alereon HWAsThomas Pugliese
2014-03-07usb: wusbcore: don't mark WA_SEG_DTI_PENDING segs as done in urb_dequeueThomas Pugliese
2014-03-07usb: wusbcore: fix potential double list_del on urb dequeueThomas Pugliese
2014-03-06xhci: add the meaningful IRQ description if it is emptyAdrian Huang
2014-03-06xhci: Prevent runtime pm from autosuspending during initializationMathias Nyman
2014-03-04storage: accept some UAS devices if streams are unavailableOliver Neukum
2014-03-04xhci: Kill streams URBs when the host dies.Sarah Sharp
2014-03-04xhci: Refactor command watchdog and fix split string.Sarah Sharp
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: remove BROKENGerd Hoffmann
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: Verify endpoint descriptors from uas_use_uas_driver()Hans 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: Honor no-uas quirk set in usb-storage's quirks module parameterHans de Goede
2014-03-04usb-storage: Modify and export adjust_quirks so that it can be used by uasHans de Goede
2014-03-04usb-storage: Don't bind to uas devices if the uas driver is enabledHans de Goede
2014-03-04uas: Add the posibilty to blacklist uas devices from using the uas driverHans de Goede
2014-03-04usb: Reset USB-3 devices on USB-3 link bounceHans de Goede
2014-03-04usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede
2014-03-04xhci: Handle MaxPSASize == 0Hans de Goede
2014-03-04xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede
2014-03-04xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans 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