summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb: Avoid unnecessary LPM enabling and disabling during suspend and resumeMathias Nyman2017-06-151-11/+2Star
* USB: of: fix root-hub device-tree node handlingJohan Hovold2017-06-132-4/+2Star
* USB: of: document reference taken by child-lookup helperJohan Hovold2017-06-131-1/+2
* USB: core: fix device node leakJohan Hovold2017-06-131-0/+2
* USB: add usbfs ioctl to retrieve the connection speedAlan Stern2017-06-131-0/+3
* usb: optimize acpi companion search for usb port devicesMathias Nyman2017-06-031-3/+23
* Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman2017-05-225-16/+35
|\
| * USB: hub: fix SS max number of portsJohan Hovold2017-05-171-1/+7
| * USB: hub: fix non-SS hub-descriptor handlingJohan Hovold2017-05-171-4/+9
| * USB: hub: fix SS hub-descriptor handlingJohan Hovold2017-05-171-2/+6
| * USB: core: of: document reference taken by companion helperJohan Hovold2017-05-171-0/+3
| * usb: core: fix potential memory leak in error path during hcd creationAnton Bondarenko2017-05-171-0/+1
| * USB: core: replace %p with %pKVamsi Krishna Samavedam2017-05-173-10/+10
* | usb: core: Check URB setup_packet and transfer_buffer sanityFlorian Fainelli2017-05-171-0/+12
|/
* Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-059-57/+259
|\
| * usb: fix some references for /proc/bus/usbMauro Carvalho Chehab2017-04-181-2/+2
| * usb: hcd: use correct device pointer for dma opsSekhar Nori2017-04-081-1/+1
| * Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman2017-04-031-2/+5
| |\
| * | USB: Proper handling of Race Condition when two USB class drivers try to call...Ajay Kaher2017-03-291-2/+7
| * | Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman2017-03-273-1/+19
| |\ \
| * | | USB: core: fix up kerneldoc commentJohan Hovold2017-03-241-2/+13
| * | | USB: core: add helpers to retrieve endpoints in reverse orderJohan Hovold2017-03-231-36/+76
| * | | USB: core: add helpers to retrieve endpointsJohan Hovold2017-03-231-0/+83
| * | | usb: separate out sysdev pointer from usb_busArnd Bergmann2017-03-233-50/+60
| * | | usb: hub: Do not attempt to autosuspend disconnected devicesGuenter Roeck2017-03-232-0/+9
| * | | usb: hub: Fix error loop seen after hub communication errorsGuenter Roeck2017-03-232-1/+22
| * | | usb: of: add functions to bind a companion controllerYoshihiro Shimoda2017-03-171-0/+23
| * | | usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-171-1/+1
* | | | Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds2017-05-022-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | docs-rst: fix usb cross-referencesMauro Carvalho Chehab2017-04-111-1/+1
| * | | usb: get rid of some ReST doc build errorsMauro Carvalho Chehab2017-04-111-0/+1
| |/ /
* | / USB: fix linked-list corruption in rh_call_control()Alan Stern2017-03-271-2/+5
| |/ |/|
* | usb: hub: Fix crash after failure to read BOS descriptorGuenter Roeck2017-03-171-1/+1
* | usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault2017-03-142-0/+18
|/
* sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman2017-02-061-0/+4
|\
| * USB: Add quirk for WORLDE easykey.25 MIDI keyboardLukáš Lalinský2017-01-251-0/+4
* | usb: hcd: initialize hcd->flags to 0 when rm hcdWilliam wu2017-01-191-0/+1
* | usb: core: update comments for send message functionsJaejoong Kim2017-01-191-18/+15Star
* | USB: Increase usbfs transfer limitMateusz Berezecki2017-01-101-27/+16Star
|/
* USB: fix problems with duplicate endpoint addressesAlan Stern2017-01-051-0/+10
* usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven2017-01-051-30/+29Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* usb: core: usbport: Use proper LED API to fix potential crashRafał Miłecki2016-12-061-4/+3Star
* usb: hub: Wait for connection to be reestablished after port resetGuenter Roeck2016-12-051-2/+9
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-183-16/+6Star
|\
| * usb: core: urb make use of usb_endpoint_maxp_multMike Krinkin2016-11-181-5/+2Star
| * usb: core: endpoint: remove unnecessary & operationFelipe Balbi2016-11-031-2/+1Star