aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig1-2/+2
2019-08-08usb: setup authorized_default attributes using usb_bus_notifyThiƩbaud Weksteen1-123/+0
2019-07-25usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()Dan Carpenter1-2/+2
2019-06-28usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring1-1/+1
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor1-9/+6
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor1-0/+36
2019-04-25usb/hcd: Send a uevent signaling that the host controller had diedRaul E Rangel1-0/+24
2019-04-01Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman1-0/+3
2019-03-26usb: core: Try generic PHY_MODE_USB_HOST if usb_phy_roothub_set_mode failsChen-Yu Tsai1-0/+3
2019-03-26usb: introduce usb_ep_type_string() functionChunfeng Yun1-15/+2
2019-03-26usb: core: Add PM runtime calls to usb_hcd_platform_shutdownTony Lindgren1-0/+3
2019-02-27usb: core: Fix typo in description of "authorized_default"Jakub Wilk1-1/+1
2019-02-22usb: core: add option of only authorizing internal devicesDmitry Torokhov1-20/+31
2019-01-30usb: core: comply to PHY frameworkMiquel Raynal1-0/+5
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