summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2016-02-07usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit3-20/+20
2016-02-06PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2016-02-04usb: no locking for reading descriptors in sysfsOliver Neukum1-5/+1
2016-02-04usb: sysfs: make locking interruptibleOliver Neukum1-20/+49
2016-02-04usb: core: switch bus numbering to using idrHeiner Kallweit3-23/+9
2016-02-01Merge 4.5-rc2 into usb-nextGreg Kroah-Hartman1-3/+5
2016-01-25usb: hub: do not clear BOS field during reset deviceDu, Changbin1-3/+5
2016-01-25USB: core, wusbcore: use bus_to_hcdGeliang Tang3-5/+5
2016-01-25USB: core, devio: use to_usb_deviceGeliang Tang2-2/+2
2016-01-25usb: core: use kbasename() instead of open-coded variantAndy Shevchenko1-7/+2
2016-01-25usb: Support USB 3.1 extended port status requestMathias Nyman3-10/+75
2016-01-25usb: add device descriptor for usb 3.1 root hubMathias Nyman1-0/+23
2016-01-25usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devicesMathias Nyman1-0/+3
2016-01-25usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUSMathias Nyman1-1/+3
2016-01-25usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman7-22/+30
2016-01-25usb: Use memdup_user to reuse the codeRahul Pathak1-5/+4
2016-01-25usb: core: devio.c: Removed unnecessary spaceChase Metzger1-1/+1
2016-01-21Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+13
2016-01-21Merge branch 'pm-core'Rafael J. Wysocki2-1/+13
2016-01-13Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds7-34/+193
2016-01-08USB / PM: Allow USB devices to remain runtime-suspended when sleepingTomeu Vizoso2-1/+13
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro4-14/+46
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro2-50/+2
2015-12-21Merge 4.4-rc6 into usb-nextGreg Kroah-Hartman1-3/+19
2015-12-18USB: fix invalid memory access in hub_activate()Alan Stern1-3/+19
2015-12-14Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman4-11/+27
2015-12-12USB: add quirk for devices with broken LPMAlan Stern2-1/+12
2015-12-04usb: make "nousb" a clear module parameterOliver Neukum1-5/+0
2015-12-04usb: Add connected retry on resume for non SS devicesAl Cooper1-6/+10
2015-12-04usb: Quiet down false peer failure messagesDon Zickus1-2/+2
2015-12-02usb: core: lpm: add sysfs node for usb3 lpm permitLu Baolu3-4/+105
2015-12-02usb: core: lpm: fix usb3_hardware_lpm sysfs nodeLu Baolu2-14/+56
2015-12-02usb: Use the USB_SS_MULT() macro to decode burst multiplier for log messageBen Hutchings1-1/+2
2015-12-02usb: core : hub: Fix BOS 'NULL pointer' kernel panicHans Yang1-7/+8
2015-12-02USB: constify usb_mon_operations structureJulia Lawall1-2/+2
2015-12-01USB: add usbfs snooping for REAP and DISCARDAlan Stern1-3/+13
2015-12-01USB: limit usbfs snooping of URB contentsAlan Stern1-1/+8
2015-12-01USB: quirks: Fix another ELAN touchscreenAdrien Vergé1-0/+3
2015-11-20usb: kconfig: fix warning of select USB_OTGPeter Chen1-2/+1
2015-10-25USB: core: Codestyle fix in urb.cJonas Hesselmann1-2/+1
2015-10-17usb: hcd: use USB_DT_*Sergei Shtylyov1-14/+15
2015-10-12Merge 4.3-rc5 into usb-nextGreg Kroah-Hartman1-0/+13
2015-10-04usb: Add device quirk for Logitech PTZ camerasVincent Palatin1-0/+7
2015-10-04USB: Add reset-resume quirk for two Plantronics usb headphones.Yao-Wen Mao1-0/+6
2015-10-04usb: otg: don't set a_alt_hnp_support feature for OTG 2.0 deviceLi Jun1-29/+39
2015-10-04usb: core: driver: Use kmalloc_arrayMuhammad Falak R Wani1-4/+2
2015-10-04usb: message: remove redundant declarationKris Borer1-2/+0
2015-10-04usb: hub: remove redundant declarationsKris Borer1-2/+1
2015-10-04usb: core: hub: Removed some warnings generated by checkpatch.plChase Metzger1-8/+8
2015-10-04usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresMathias Nyman1-0/+3