aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-12usb: core: Remove unnecessary memset()Suwan Kim1-2/+0
2018-09-11usb: core: remove flags variable in __usb_hcd_giveback_urb()Sebastian Andrzej Siewior1-1/+0
2018-09-10usb: core: remove local_irq_save() around ->complete() handlerSebastian Andrzej Siewior1-13/+0
2018-04-30Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman1-4/+11
2018-04-23usb: core: hcd: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-04-22usb: set root hub lane countsMathias Nyman1-0/+5
2018-04-22usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-laneMathias Nyman1-0/+3
2018-04-22USB: core: hcd: drop support for legacy physJohan Hovold1-35/+3
2018-04-22usb: core: use phy_exit during suspend if wake up is not supportedMartin Blumenstingl1-3/+5
2018-04-22usb: core: split usb_phy_roothub_{init,alloc}Martin Blumenstingl1-3/+7
2018-04-22USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni1-0/+1
2018-03-22usb: skip phys initialization of shared hcdChunfeng Yun1-1/+1
2018-03-09usb: core: hcd: remove support for initializing a single PHYMartin Blumenstingl1-37/+0
2018-03-09usb: core: hcd: integrate the PHY wrapper into the HCD coreMartin Blumenstingl1-0/+31
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+5
2017-11-04USB: core: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-04drivers: usb: hcd: use setup_timer() helper.Allen Pais1-3/+1
2017-08-14Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman1-1/+3
2017-08-10usb: hcd: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-30usb: core: unlink urbs from the tail of the endpoint's urb_listBin Liu1-1/+1
2017-07-30USB: hcd: Mark secondary HCD as dead if the primary one diedRafael J. Wysocki1-0/+2
2017-06-13USB: of: fix root-hub device-tree node handlingJohan Hovold1-2/+0
2017-05-22Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman1-2/+3
2017-05-17usb: core: Check URB setup_packet and transfer_buffer sanityFlorian Fainelli1-0/+12
2017-05-17usb: core: fix potential memory leak in error path during hcd creationAnton Bondarenko1-0/+1
2017-05-17USB: core: replace %p with %pKVamsi Krishna Samavedam1-2/+2
2017-04-08usb: hcd: use correct device pointer for dma opsSekhar Nori1-1/+1
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman1-2/+5
2017-03-27USB: fix linked-list corruption in rh_call_control()Alan Stern1-2/+5
2017-03-23usb: separate out sysdev pointer from usb_busArnd Bergmann1-35/+45
2017-01-19usb: hcd: initialize hcd->flags to 0 when rm hcdWilliam wu1-0/+1
2016-09-27usb: core: hcd: add missing header dependenciesBaoyou Xie1-0/+1
2016-09-02usb: core: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-08-30usb: core: hcd: don't print on ENOMEMWolfram Sang1-3/+1
2016-06-27USB: don't free bandwidth_mutex too earlyAlan Stern1-10/+7
2016-04-28usb: core: move root hub's device node assignment after it is added to busPeter Chen1-0/+1
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge1-2/+13
2016-02-20usb: core: Allow compilation on platforms where NO_DMA=yGeert Uytterhoeven1-6/+10
2016-02-06usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit1-15/+15
2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit1-15/+6
2016-01-24USB: core, wusbcore: use bus_to_hcdGeliang Tang1-3/+3
2016-01-24usb: Support USB 3.1 extended port status requestMathias Nyman1-1/+7
2016-01-24usb: add device descriptor for usb 3.1 root hubMathias Nyman1-0/+23
2016-01-24usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUSMathias Nyman1-1/+3
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman1-3/+3
2015-12-01USB: constify usb_mon_operations structureJulia Lawall1-2/+2
2015-10-16usb: hcd: use USB_DT_*Sergei Shtylyov1-14/+15
2015-10-04usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresMathias Nyman1-0/+3