summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Goede4-6/+80
2014-03-04usb: Reset USB-3 devices on USB-3 link bounceHans de Goede1-2/+20
2014-03-04usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede2-3/+9
2014-03-04xhci: Handle MaxPSASize == 0Hans de Goede1-0/+6
2014-03-04xhci: The trb_address_map radix tree expects 1KB segment memory aligmentHans de Goede1-4/+5
2014-03-04xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0Hans de Goede1-1/+1
2014-03-04uas: Move uas detect code to uas-detect.hHans de Goede2-38/+42
2014-03-04uas: Add a uas_find_uas_alt_setting helper functionHans de Goede1-5/+16
2014-03-04uas: Use all available stream idsHans de Goede1-3/+3
2014-03-04uas: Pack iu struct definitionsHans de Goede1-5/+5
2014-03-04uas: Fix response iu struct definitionHans de Goede1-1/+1
2014-03-04uas: s/response_ui/response_iu/Hans de Goede2-2/+2
2014-03-04uas: Fix reset handling for externally triggered resetHans de Goede1-5/+31
2014-03-04uas: Fix reset lockingHans de Goede1-0/+9
2014-03-04uas: Fix uas not working when plugged into an ehci portHans de Goede1-4/+4
2014-03-04uas: uas_alloc_cmd_urb: drop unused stream_id parameterHans de Goede1-3/+2
2014-03-04uas: Avoid unnecessary unlock / lock calls around unlink_data_urbsHans de Goede1-13/+7
2014-03-04uas: Properly set interface to altsetting 0 on probe failureHans de Goede1-9/+9
2014-03-04uas: Urbs must be anchored before submitting themHans de Goede1-8/+12
2014-03-04uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE()Gerd Hoffmann1-9/+10
2014-03-04uas: add dead request listGerd Hoffmann1-8/+42
2014-03-04uas: make work list per-deviceGerd Hoffmann1-62/+44
2014-03-04uas: properly reinitialize in uas_eh_bus_reset_handlerGerd Hoffmann1-0/+5
2014-03-04usbfs: Add support for allocating / freeing streamsHans de Goede2-0/+125
2014-03-04usbfs: Add ep_to_host_endpoint helper functionHans de Goede1-7/+11
2014-03-04usbfs: Add support for bulk stream idsHans de Goede2-1/+8
2014-03-04usbfs: proc_do_submiturb use a local variable for number_of_packetsHans de Goede1-8/+7
2014-03-04usbfs: Kill urbs on interface before doing a set_interfaceHans de Goede1-0/+3
2014-03-04usb-core: Free bulk streams on interface releaseHans de Goede1-1/+22
2014-03-04usb-core: Track if an endpoint has streamsHans de Goede2-8/+28
2014-03-04usb-core: Move USB_MAXENDPOINTS definitions to usb.hHans de Goede2-1/+2
2014-03-04usb-core: Fix usb_free_streams return value documentationHans de Goede1-2/+1
2014-03-04xhci: Remove segments from radix tree on failed insert.Sarah Sharp1-26/+81
2014-03-04xhci: use usb_ss_max_streams in xhci_check_streams_endpointHans de Goede1-1/+1
2014-03-04xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede2-7/+16
2014-03-04xhci: Set SCT field for Set TR dequeue on streamsHans de Goede2-2/+6
2014-03-04xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede1-3/+11
2014-03-04xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede1-8/+8
2014-03-04xhci: Free streams when they are still allocated on a set_interface callHans de Goede1-1/+20
2014-03-04xhci: fix usb3 streamsGerd Hoffmann2-43/+90
2014-03-04xhci: make warnings greppableOliver Neukum1-13/+8
2014-03-04usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp3-17/+21
2014-03-03USB: sisusb: Use static const, fix typoJoe Perches1-4/+6
2014-03-03USB: EHCI: tegra: Drop unused definesThierry Reding1-4/+0
2014-03-02Merge 3.14-rc5 into usb-nextGreg Kroah-Hartman169-1142/+1880
2014-03-02Linux 3.14-rc5v3.14-rc5Linus Torvalds1-1/+1
2014-03-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds19-63/+118
2014-03-02Merge tag 'usb-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-3/+18
2014-03-02Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-7/+15