summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2014-03-05usb: dwc3: gadget: set KEEP_CONNECT in case of hibernationFelipe Balbi1-4/+14
2014-03-05usb: dwc3: core: fix indentationFelipe Balbi1-1/+1
2014-03-05usb: dwc3: core: allocate scratch buffersFelipe Balbi2-0/+111
2014-03-05usb: dwc3: gadget: add a 'restore' argument to set_ep_configPaul Zimmerman1-10/+22
2014-03-05usb: dwc3: gadget: implement dwc3_gadget_get_link_statePaul Zimmerman2-0/+17
2014-03-05usb: dwc3: add 'saved_state' field to dwc3_ep structurePaul Zimmerman1-0/+2
2014-03-05usb: dwc3: add has_hibernation flagFelipe Balbi1-0/+2
2014-03-05usb: dwc3: cleanup struct dwc3Felipe Balbi1-19/+24
2014-03-05usb: dwc3: workaround: bogus hibernation eventsFelipe Balbi1-0/+31
2014-03-05usb: dwc3: workaround: clock gating issuesFelipe Balbi1-9/+27
2014-03-05usb: dwc3: core: define bit 10 of GCTL registerFelipe Balbi1-0/+1
2014-03-05usb: dwc3: gadget: always enable IOC on bulk/interrupt transfersFelipe Balbi1-6/+3
2014-03-05usb: gadget: at91_udc: fix ep maxpacket initialisationRobert Baldyga1-7/+7
2014-03-05usb: musb: USB_MUSB_DUAL_ROLE/USB_MUSB_GADGET should depend on HAS_DMAGeert Uytterhoeven1-0/+2
2014-03-05usb: phy: rcar-gen2-usb: always use 'dev' variable in probe() methodSergei Shtylyov1-3/+3
2014-03-05usb: musb: avoid NULL pointer dereferenceFelipe Balbi1-3/+2
2014-03-04storage: accept some UAS devices if streams are unavailableOliver Neukum3-0/+10
2014-03-04xhci: Kill streams URBs when the host dies.Sarah Sharp1-7/+21
2014-03-04xhci: Refactor command watchdog and fix split string.Sarah Sharp1-31/+39
2014-03-04uas: Remove comment about registering a uas scsi controller for each usb busHans de Goede1-6/+0
2014-03-04uas: Add Hans de Goede as uas maintainerHans de Goede1-1/+3
2014-03-04uas: remove BROKENGerd Hoffmann1-1/+1
2014-03-04uas: Make sure sg elements are properly alignedHans de Goede1-0/+18
2014-03-04uas: Add some data in/out ready iu sanity checksHans de Goede1-0/+10
2014-03-04uas: Improve error reportingHans de Goede1-14/+46
2014-03-04uas: Use the right error codes for different kinds of errorsHans de Goede1-9/+10
2014-03-04uas: Clear cmdinfo on command queue-ingHans de Goede1-0/+2
2014-03-04uas: Fix memory managementHans de Goede1-19/+14
2014-03-04uas: Fix command / task mgmt submission racing with disconnectHans de Goede1-1/+14
2014-03-04uas: cmdinfo: use only one list headHans de Goede1-12/+8
2014-03-04uas: add uas_mark_cmd_dead helper functionHans de Goede1-17/+18
2014-03-04uas: Properly complete inflight commands on bus-reset or disconnectHans de Goede1-20/+21
2014-03-04uas: uas_alloc_data_urb: Remove unnecessary use_streams checkHans de Goede1-2/+1
2014-03-04uas: Fix task-management not working when connected over USB-2Hans de Goede1-1/+2
2014-03-04uas: Reset device on rebootHans de Goede1-0/+30
2014-03-04uas: Add suspend/resume supportHans de Goede1-0/+42
2014-03-04uas: Use GFP_NOIO rather then GFP_ATOMIC where possibleHans de Goede1-3/+3
2014-03-04uas: Don't allow more then one task to run at the same timeHans de Goede1-5/+34
2014-03-04uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urbHans de Goede1-11/+13
2014-03-04uas: Not being able to alloc streams when connected through usb-3 is an errorHans de Goede1-7/+17
2014-03-04uas: Verify endpoint descriptors from uas_use_uas_driver()Hans de Goede1-1/+11
2014-03-04uas: Drop fixed endpoint config handlingHans de Goede1-25/+11
2014-03-04uas: Move uas_find_endpoints to uas-detect.hHans de Goede2-27/+27
2014-03-04uas: Fix bounds check in uas_find_endpointsHans de Goede1-1/+1
2014-03-04uas: Add uas_find_endpoints() helper functionHans de Goede1-11/+23
2014-03-04uas: Honor no-uas quirk set in usb-storage's quirks module parameterHans de Goede2-1/+5
2014-03-04usb-storage: Modify and export adjust_quirks so that it can be used by uasHans de Goede2-6/+13
2014-03-04usb-storage: Don't bind to uas devices if the uas driver is enabledHans de Goede2-0/+15
2014-03-04uas: Add the posibilty to blacklist uas devices from using the uas driverHans de Goede3-4/+76
2014-03-04usb: Reset USB-3 devices on USB-3 link bounceHans de Goede1-2/+20