summaryrefslogtreecommitdiff
path: root/drivers (follow)
Commit message (Expand)AuthorAge
* uas: Fix reset lockingHans de Goede2014-03-04
* uas: Fix uas not working when plugged into an ehci portHans de Goede2014-03-04
* uas: uas_alloc_cmd_urb: drop unused stream_id parameterHans de Goede2014-03-04
* uas: Avoid unnecessary unlock / lock calls around unlink_data_urbsHans de Goede2014-03-04
* uas: Properly set interface to altsetting 0 on probe failureHans de Goede2014-03-04
* uas: Urbs must be anchored before submitting themHans de Goede2014-03-04
* uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE()Gerd Hoffmann2014-03-04
* uas: add dead request listGerd Hoffmann2014-03-04
* uas: make work list per-deviceGerd Hoffmann2014-03-04
* uas: properly reinitialize in uas_eh_bus_reset_handlerGerd Hoffmann2014-03-04
* usbfs: Add support for allocating / freeing streamsHans de Goede2014-03-04
* usbfs: Add ep_to_host_endpoint helper functionHans de Goede2014-03-04
* usbfs: Add support for bulk stream idsHans de Goede2014-03-04
* usbfs: proc_do_submiturb use a local variable for number_of_packetsHans de Goede2014-03-04
* usbfs: Kill urbs on interface before doing a set_interfaceHans de Goede2014-03-04
* usb-core: Free bulk streams on interface releaseHans de Goede2014-03-04
* usb-core: Track if an endpoint has streamsHans de Goede2014-03-04
* usb-core: Move USB_MAXENDPOINTS definitions to usb.hHans de Goede2014-03-04
* usb-core: Fix usb_free_streams return value documentationHans de Goede2014-03-04
* xhci: Remove segments from radix tree on failed insert.Sarah Sharp2014-03-04
* xhci: use usb_ss_max_streams in xhci_check_streams_endpointHans de Goede2014-03-04
* xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede2014-03-04
* xhci: Set SCT field for Set TR dequeue on streamsHans de Goede2014-03-04
* xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede2014-03-04
* xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede2014-03-04
* xhci: Free streams when they are still allocated on a set_interface callHans de Goede2014-03-04
* xhci: fix usb3 streamsGerd Hoffmann2014-03-04
* xhci: make warnings greppableOliver Neukum2014-03-04
* usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp2014-03-04
* USB: sisusb: Use static const, fix typoJoe Perches2014-03-03
* USB: EHCI: tegra: Drop unused definesThierry Reding2014-03-03
* Merge 3.14-rc5 into usb-nextGreg Kroah-Hartman2014-03-02
|\
| * Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-03-02
| |\
| | * Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-03-03
| | |\
| | | * drm/radeon: enable speaker allocation setup on dce3.2Alex Deucher2014-02-27
| | | * drm/radeon: change audio enable logicAlex Deucher2014-02-27
| | | * drm/radeon: fix audio disable on dce6+Alex Deucher2014-02-27
| | | * drm/radeon: free uvd ring on unloadJerome Glisse2014-02-27
| | | * drm/radeon: disable pll sharing for DP on DCE4.1Alex Deucher2014-02-27
| | | * drm/radeon: fix missing bo reservationChristian König2014-02-27
| | | * drm/radeon: print the supported atpx function maskAlex Deucher2014-02-27
| | * | drm/vmwgfx: avoid null pointer dereference at failure pathsAlexey Khoroshilov2014-03-02
| | * | drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...Thomas Hellstrom2014-03-02
| | * | drm/vmwgfx: Remove some unused surface formatsThomas Hellstrom2014-03-02
| | |/
| | * Merge tag 'drm/for-3.14-rc3' of git://anongit.freedesktop.org/tegra/linux int...Dave Airlie2014-02-20
| | |\
| | | * drm/tegra: Add guard to avoid double disable/enable of RGB outputsDmitry Osipenko2014-02-12
| | | * gpu: host1x: do not check previously handled gathersErik Faye-Lund2014-02-12
| | | * drm/tegra: fix typo 'CONFIG_TEGRA_DRM_FBDEV'Paul Bolle2014-02-12
| * | | Merge tag 'usb-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-03-02
| |\ \ \
| | * | | usb: ehci: fix deadlock when threadirqs option is usedStanislaw Gruszka2014-02-26