aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
AgeCommit message (Expand)Author
2019-08-17usb: core: Add PM runtime calls to usb_hcd_platform_shutdownTony Lindgren
2018-04-30Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman
2018-04-23usb: core: hcd: mark expected switch fall-throughGustavo A. R. Silva
2018-04-22usb: set root hub lane countsMathias Nyman
2018-04-22usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-laneMathias Nyman
2018-04-22USB: core: hcd: drop support for legacy physJohan Hovold
2018-04-22usb: core: use phy_exit during suspend if wake up is not supportedMartin Blumenstingl
2018-04-22usb: core: split usb_phy_roothub_{init,alloc}Martin Blumenstingl
2018-04-22USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni
2018-03-22usb: skip phys initialization of shared hcdChunfeng Yun
2018-03-09usb: core: hcd: remove support for initializing a single PHYMartin Blumenstingl
2018-03-09usb: core: hcd: integrate the PHY wrapper into the HCD coreMartin Blumenstingl
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-04USB: core: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-04drivers: usb: hcd: use setup_timer() helper.Allen Pais
2017-08-14Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman
2017-08-10usb: hcd: constify attribute_group structures.Arvind Yadav
2017-07-30usb: core: unlink urbs from the tail of the endpoint's urb_listBin Liu
2017-07-30USB: hcd: Mark secondary HCD as dead if the primary one diedRafael J. Wysocki
2017-06-13USB: of: fix root-hub device-tree node handlingJohan Hovold
2017-05-22Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman
2017-05-17usb: core: Check URB setup_packet and transfer_buffer sanityFlorian Fainelli
2017-05-17usb: core: fix potential memory leak in error path during hcd creationAnton Bondarenko
2017-05-17USB: core: replace %p with %pKVamsi Krishna Samavedam
2017-04-08usb: hcd: use correct device pointer for dma opsSekhar Nori
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman
2017-03-27USB: fix linked-list corruption in rh_call_control()Alan Stern
2017-03-23usb: separate out sysdev pointer from usb_busArnd Bergmann
2017-01-19usb: hcd: initialize hcd->flags to 0 when rm hcdWilliam wu
2016-09-27usb: core: hcd: add missing header dependenciesBaoyou Xie
2016-09-02usb: core: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-08-30usb: core: hcd: don't print on ENOMEMWolfram Sang
2016-06-27USB: don't free bandwidth_mutex too earlyAlan Stern
2016-04-28usb: core: move root hub's device node assignment after it is added to busPeter Chen
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge
2016-02-20usb: core: Allow compilation on platforms where NO_DMA=yGeert Uytterhoeven
2016-02-06usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit
2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit
2016-01-24USB: core, wusbcore: use bus_to_hcdGeliang Tang
2016-01-24usb: Support USB 3.1 extended port status requestMathias Nyman
2016-01-24usb: add device descriptor for usb 3.1 root hubMathias Nyman
2016-01-24usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUSMathias Nyman
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman
2015-12-01USB: constify usb_mon_operations structureJulia Lawall
2015-10-16usb: hcd: use USB_DT_*Sergei Shtylyov
2015-10-04usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresMathias Nyman
2015-09-22usb: interface authorization: Use a flag for the default device authorizationStefan Koch
2015-09-22usb: interface authorization: Introduces the default interface authorizationStefan Koch