summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+5
* USB: core: Remove redundant license textGreg Kroah-Hartman2017-11-041-14/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* drivers: usb: hcd: use setup_timer() helper.Allen Pais2017-10-041-3/+1Star
* Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman2017-08-141-1/+3
|\
| * usb: core: unlink urbs from the tail of the endpoint's urb_listBin Liu2017-07-301-1/+1
| * USB: hcd: Mark secondary HCD as dead if the primary one diedRafael J. Wysocki2017-07-301-0/+2
* | usb: hcd: constify attribute_group structures.Arvind Yadav2017-08-101-1/+1
|/
* USB: of: fix root-hub device-tree node handlingJohan Hovold2017-06-131-2/+0Star
* Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman2017-05-221-2/+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-171-2/+2
* | usb: core: Check URB setup_packet and transfer_buffer sanityFlorian Fainelli2017-05-171-0/+12
|/
* 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: fix linked-list corruption in rh_call_control()Alan Stern2017-03-271-2/+5
* | usb: separate out sysdev pointer from usb_busArnd Bergmann2017-03-231-35/+45
|/
* usb: hcd: initialize hcd->flags to 0 when rm hcdWilliam wu2017-01-191-0/+1
* usb: core: hcd: add missing header dependenciesBaoyou Xie2016-09-271-0/+1
* usb: core: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-021-1/+1
* usb: core: hcd: don't print on ENOMEMWolfram Sang2016-08-301-3/+1Star
* USB: don't free bandwidth_mutex too earlyAlan Stern2016-06-271-10/+7Star
* usb: core: move root hub's device node assignment after it is added to busPeter Chen2016-04-281-0/+1
* usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge2016-04-281-2/+13
* usb: core: Allow compilation on platforms where NO_DMA=yGeert Uytterhoeven2016-02-211-6/+10
* usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit2016-02-071-15/+15
* usb: core: switch bus numbering to using idrHeiner Kallweit2016-02-031-15/+6Star
* USB: core, wusbcore: use bus_to_hcdGeliang Tang2016-01-251-3/+3
* usb: Support USB 3.1 extended port status requestMathias Nyman2016-01-251-1/+7
* usb: add device descriptor for usb 3.1 root hubMathias Nyman2016-01-251-0/+23
* usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUSMathias Nyman2016-01-251-1/+3
* usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman2016-01-251-3/+3
* USB: constify usb_mon_operations structureJulia Lawall2015-12-011-2/+2
* usb: hcd: use USB_DT_*Sergei Shtylyov2015-10-171-14/+15
* usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresMathias Nyman2015-10-041-0/+3
* usb: interface authorization: Use a flag for the default device authorizationStefan Koch2015-09-221-10/+21
* usb: interface authorization: Introduces the default interface authorizationStefan Koch2015-09-221-0/+47
* Revert "usb: interface authorization: Introduces the default interface author...Greg Kroah-Hartman2015-08-181-47/+0Star
* Revert "usb: interface authorization: Use a flag for the default device autho...Greg Kroah-Hartman2015-08-181-21/+10Star
* usb: interface authorization: Use a flag for the default device authorizationStefan Koch2015-08-151-10/+21
* usb: interface authorization: Introduces the default interface authorizationStefan Koch2015-08-151-0/+47
* Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman2015-07-271-2/+5
|\
| * usb: core: lpm: set lpm_capable for root hub deviceLu Baolu2015-07-221-2/+5
* | usb: move assignment out of if conditionKris Borer2015-07-231-6/+13
|/
* USB: hcd.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* USB: fix use-after-free bug in usb_hcd_unlink_urb()Alan Stern2015-01-311-8/+8
* Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-141-3/+4
|\
| * Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-11-251-3/+4
| |\
| | * usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart2014-11-031-3/+4
* | | USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki2014-12-041-8/+4Star
|/ /