summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: core: Add PM runtime calls to usb_hcd_platform_shutdownTony Lindgren2019-05-311-0/+3
* Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman2018-04-301-4/+11
|\
| * usb: core: use phy_exit during suspend if wake up is not supportedMartin Blumenstingl2018-04-221-3/+5
| * usb: core: split usb_phy_roothub_{init,alloc}Martin Blumenstingl2018-04-221-3/+7
| * USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni2018-04-221-0/+1
* | usb: core: hcd: mark expected switch fall-throughGustavo A. R. Silva2018-04-231-0/+1
* | usb: set root hub lane countsMathias Nyman2018-04-221-0/+5
* | usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-laneMathias Nyman2018-04-221-0/+3
* | USB: core: hcd: drop support for legacy physJohan Hovold2018-04-221-35/+3Star
|/
* usb: skip phys initialization of shared hcdChunfeng Yun2018-03-221-1/+1
* usb: core: hcd: remove support for initializing a single PHYMartin Blumenstingl2018-03-091-37/+0Star
* usb: core: hcd: integrate the PHY wrapper into the HCD coreMartin Blumenstingl2018-03-091-0/+31
* usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl2018-03-091-2/+2
* 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