summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-05usbfs: Add support for allocating / freeing streamsHans de Goede2-0/+125
2014-03-05usbfs: Add ep_to_host_endpoint helper functionHans de Goede1-7/+11
2014-03-05usbfs: Add support for bulk stream idsHans de Goede2-1/+8
2014-03-05usbfs: proc_do_submiturb use a local variable for number_of_packetsHans de Goede1-8/+7
2014-03-05usbfs: Kill urbs on interface before doing a set_interfaceHans de Goede1-0/+3
2014-03-05usb-core: Free bulk streams on interface releaseHans de Goede1-1/+22
2014-03-05usb-core: Track if an endpoint has streamsHans de Goede2-8/+28
2014-03-05usb-core: Move USB_MAXENDPOINTS definitions to usb.hHans de Goede2-1/+2
2014-03-05usb-core: Fix usb_free_streams return value documentationHans de Goede1-2/+1
2014-03-05xhci: Remove segments from radix tree on failed insert.Sarah Sharp1-26/+81
2014-03-05xhci: use usb_ss_max_streams in xhci_check_streams_endpointHans de Goede1-1/+1
2014-03-05xhci: For streams the dequeue ptr must be read from the stream ctxHans de Goede2-7/+16
2014-03-05xhci: Set SCT field for Set TR dequeue on streamsHans de Goede2-2/+6
2014-03-05xhci: For streams the css flag most be read from the stream-ctx on ep stopHans de Goede1-3/+11
2014-03-05xhci: Check size rather then number of streams when allocating stream ctxsHans de Goede1-8/+8
2014-03-05xhci: Free streams when they are still allocated on a set_interface callHans de Goede1-1/+20
2014-03-05xhci: fix usb3 streamsGerd Hoffmann2-43/+90
2014-03-05xhci: make warnings greppableOliver Neukum1-13/+8
2014-03-05usb/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-03Merge 3.14-rc5 into usb-nextGreg Kroah-Hartman169-1142/+1880
2014-03-03Linux 3.14-rc5Linus Torvalds1-1/+1
2014-03-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds19-63/+118
2014-03-03Merge tag 'usb-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-3/+18
2014-03-03Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-7/+15
2014-03-03Merge tag 'staging-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-39/+38
2014-03-03Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie11-35/+72
2014-03-03Merge iio fixes into staging-linusGreg Kroah-Hartman7-39/+36
2014-03-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-28/+54
2014-03-02Merge tag 'vmwgfx-fixes-3.14-2014-03-02' of git://people.freedesktop.org/~tho...Dave Airlie4-25/+22
2014-03-02drm/vmwgfx: avoid null pointer dereference at failure pathsAlexey Khoroshilov1-16/+19
2014-03-02drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...Thomas Hellstrom2-3/+2
2014-03-02drm/vmwgfx: Remove some unused surface formatsThomas Hellstrom1-6/+1
2014-03-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+7
2014-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds7-62/+171
2014-03-02Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-7/+14
2014-03-02Merge tag 'pm+acpi-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-47/+51
2014-03-01Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar3-3/+5
2014-03-01usb: wusbcore: fix compile warningsThomas Pugliese2-7/+3
2014-03-01Merge tag 'fixes-for-3.14d' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+1
2014-03-01usb: hub: usb_ext_cap_descriptor.bmAttributes is le32Bjørn Mork1-1/+1
2014-03-01hub: debug message for failing to enable deviceOliver Neukum1-1/+5
2014-03-01usb: wusbcore: add info to HWA debug printsThomas Pugliese1-9/+16
2014-03-01usb: wusbcore: read actual_length bytes isoc in segmentsThomas Pugliese1-1/+1
2014-03-01usb: wusbcore: adjust iterator correctly when searching for ep comp descriptorThomas Pugliese1-1/+1
2014-03-01usb: wusbcore: add a convenience function for completing a transfer segmentThomas Pugliese1-21/+27
2014-03-01usb: wusbcore: prevent urb dequeue and giveback raceThomas Pugliese1-10/+27
2014-03-01usb: wusbcore: fix stranded URB after HWA unplugThomas Pugliese1-5/+51
2014-03-01usb: wusbcore: fix kernel panic on HWA unplugThomas Pugliese1-4/+44