aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: ehci: ohci: fix bool assignmentsGeyslan G. Bem2015-12-043-4/+4
* xhci: refuse loading if nousb is usedOliver Neukum2015-12-041-0/+4
* usb: make "nousb" a clear module parameterOliver Neukum2015-12-041-5/+0
* Documentation: nousb is a module parameterOliver Neukum2015-12-041-2/+2
* usb: use BUG_ON() instead of BUG()Geyslan G. Bem2015-12-041-5/+3
* usb: whci: fhci: remove comparison to boolGeyslan G. Bem2015-12-042-2/+2
* usb: Add connected retry on resume for non SS devicesAl Cooper2015-12-041-6/+10
* usb: core: lpm: remove usb3_lpm_enabled in usb_deviceLu Baolu2015-12-011-2/+0
* usb: core: lpm: add sysfs node for usb3 lpm permitLu Baolu2015-12-014-4/+116
* usb: core: lpm: fix usb3_hardware_lpm sysfs nodeLu Baolu2015-12-015-26/+75
* usb: host: ehci-msm: Use posted data writes on AHBAndy Gross2015-12-011-2/+2
* usb: chipidea: msm: Use posted data writes on AHBAndy Gross2015-12-011-1/+2
* USB: usbmon: Use 64bit timestamp for mon_bin_hdrTina Ruchandani2015-12-011-8/+9
* usb: misc: usbtest: Remove timeval usageDeepa Dinamani2015-12-011-82/+147
* USB: usbmon: Remove timeval usage for timestampTina Ruchandani2015-12-011-4/+5
* USB: bcma: switch to GPIO descriptor for power controlRafał Miłecki2015-12-011-11/+10
* USB: constify usb_mon_operations structureJulia Lawall2015-12-013-5/+5
* usb: misc: usbtest: improve the description for error messagePeter Chen2015-12-011-2/+2
* usb: host: ohci-pxa27x: use of_property_read_bool()Saurabh Sengar2015-12-011-7/+7
* uas: no gfp argument to uas_submit_urbs()Oliver Neukum2015-12-011-12/+12
* uas: use the BIT() macroOliver Neukum2015-12-011-12/+12
* USB-EHCI: Delete unnecessary checks before the function call "dma_pool_destroy"Markus Elfring2015-12-011-13/+5
* usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar2015-12-015-12/+6
* uwb: uwbd() is not freezable kthreadJiri Kosina2015-12-011-1/+0
* xhci: rework xhci extended capability list parsing functionsMathias Nyman2015-12-013-117/+64
* xhci: use debug level when printing out interval rounding messagesMathias Nyman2015-12-011-1/+1
* arm64: dts: mediatek: add xHCI & usb phy for mt8173Chunfeng Yun2015-12-012-0/+58
* xhci: mediatek: support MTK xHCI host controllerChunfeng Yun2015-12-018-6/+1383
* dt-bindings: Add a binding for Mediatek xHCI host controllerChunfeng Yun2015-12-011-0/+51
* usb: host: xhci-plat: add support for the R-Car H3 xHCI controllersYoshihiro Shimoda2015-12-015-4/+23
* usb: host: xhci-plat: add support for the R-Car M2-N xHCI controllerYoshihiro Shimoda2015-12-012-2/+5
* usb: host: xhci-rcar: Change code for new SoCsYoshihiro Shimoda2015-12-013-14/+26
* usb: host: xhci-plat: add firmware_name in xhci_plat_privYoshihiro Shimoda2015-12-011-0/+1
* usb: host: xhci-plat: add struct xhci_plat_privYoshihiro Shimoda2015-12-012-25/+85
* usb: host: xhci: add a platform-private fieldYoshihiro Shimoda2015-12-011-0/+3
* usb: host: xhci: cleanup hcd private sizeYoshihiro Shimoda2015-12-013-3/+1
* xhci: use the correct define to indicate port status suspend change.Mathias Nyman2015-12-011-1/+1
* USB: EHCI: warn on unexpectedly active QHAlan Stern2015-12-012-2/+8
* USB: EHCI: enhance "async" debugfs outputAlan Stern2015-12-011-4/+11
* USB: add usbfs snooping for REAP and DISCARDAlan Stern2015-12-011-3/+13
* USB: limit usbfs snooping of URB contentsAlan Stern2015-12-012-1/+12
* Linux 4.4-rc3v4.4-rc3Linus Torvalds2015-11-291-1/+1
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-2927-993/+1093
|\
| * Merge branch 'linux-4.4' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie2015-11-2816-917/+948
| |\
| | * drm/nouveau/volt/pwm/gk104: fix an off-by-one resulting in the voltage not be...Martin Peres2015-11-251-1/+1
| | * drm/nouveau/nvif: allow userspace access to its own client objectBen Skeggs2015-11-252-2/+7
| | * drm/nouveau/gr/gf100-: fix oops when calling zbc methodsBen Skeggs2015-11-251-2/+2
| | * drm/nouveau/gr/gf117-: assume no PPC if NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK ...Ben Skeggs2015-11-253-0/+5
| | * drm/nouveau/gr/gf117-: read NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK from correct...Ben Skeggs2015-11-256-897/+897
| | * drm/nouveau/gr/gf100-: split out per-gpc address calculation macroBen Skeggs2015-11-252-47/+49