aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/hcd.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-12usb: core: hcd: Add support for deferring roothub registrationGravatar Kishon Vijay Abraham I 1-6/+23
2022-05-03Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"Gravatar Greg Kroah-Hartman 1-6/+0
2022-04-26usb: core: hcd: Create platform devices for onboard hubs in probe()Gravatar Matthias Kaehlcke 1-0/+6
2022-01-25USB: core: Fix hang in usb_kill_urb by adding memory barriersGravatar Alan Stern 1-0/+14
2022-01-03USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusGravatar Alan Stern 1-1/+8
2021-12-13usb: core: hcd: change sizeof(vaddr) to sizeof(unsigned long)Gravatar Guo Zhengkui 1-1/+1
2021-11-05Revert "usb: core: hcd: Add support for deferring roothub registration"Gravatar Greg Kroah-Hartman 1-23/+6
2021-09-27Merge 5.15-rc3 into usb-nextGravatar Greg Kroah-Hartman 1-23/+45
2021-09-21usb: core: hcd: fix messages in usb_hcd_request_irqs()Gravatar Sergey Shtylyov 1-3/+3
2021-09-14usb: core: hcd: Modularize HCD stop configuration in usb_stop_hcd()Gravatar Kishon Vijay Abraham I 1-17/+22
2021-09-14usb: core: hcd: Add support for deferring roothub registrationGravatar Kishon Vijay Abraham I 1-6/+23
2021-05-13usb: core: hcd: use map_urb_for_dma for single step set feature urbGravatar Li Jun 1-10/+6
2021-05-13usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to coreGravatar Peter Chen 1-0/+134
2021-03-23usb: core: Track SuperSpeed Plus GenXxYGravatar Thinh Nguyen 1-1/+5
2021-02-16kbuild: simplify access to the kernel's versionGravatar Sasha Levin 1-2/+2
2021-01-07kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urbGravatar Andrey Konovalov 1-5/+3
2020-10-28kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirqGravatar Andrey Konovalov 1-2/+9
2020-10-28usb: core: Replace in_interrupt() in commentsGravatar Ahmed S. Darwish 1-9/+17
2020-08-18usb: hcd: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-3/+3
2020-07-10usb: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-4/+4
2020-06-04usb: core: kcov: collect coverage from usb complete callbackGravatar Andrey Konovalov 1-0/+3
2019-12-11USB: Fix incorrect DMA allocations for local memory pool driversGravatar Fredrik Noring 1-21/+21
2019-10-31usb: core: Remove redundant vmap checksGravatar Kees Cook 1-7/+1
2019-09-03usb: core: phy: add support for PHY calibrationGravatar Marek Szyprowski 1-0/+7
2019-09-03usb: remove a stale comment in hcd_alloc_coherentGravatar Christoph Hellwig 1-3/+0
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesGravatar Christoph Hellwig 1-1/+0
2019-08-15usb: add a hcd_uses_dma helperGravatar Christoph Hellwig 1-2/+2
2019-08-08usb: setup authorized_default attributes using usb_bus_notifyGravatar Thiébaud Weksteen 1-123/+0
2019-07-25usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()Gravatar Dan Carpenter 1-2/+2
2019-06-28usb: host: Fix excessive alignment restriction for local memory allocationsGravatar Fredrik Noring 1-1/+1
2019-06-03USB: drop HCD_LOCAL_MEM flagGravatar Laurentiu Tudor 1-9/+6
2019-06-03USB: use genalloc for USB HCs with local memoryGravatar Laurentiu Tudor 1-0/+36
2019-04-25usb/hcd: Send a uevent signaling that the host controller had diedGravatar Raul E Rangel 1-0/+24
2019-04-01Merge 5.1-rc3 into usb-nextGravatar Greg Kroah-Hartman 1-0/+3
2019-03-26usb: core: Try generic PHY_MODE_USB_HOST if usb_phy_roothub_set_mode failsGravatar Chen-Yu Tsai 1-0/+3
2019-03-26usb: introduce usb_ep_type_string() functionGravatar Chunfeng Yun 1-15/+2
2019-03-26usb: core: Add PM runtime calls to usb_hcd_platform_shutdownGravatar Tony Lindgren 1-0/+3
2019-02-27usb: core: Fix typo in description of "authorized_default"Gravatar Jakub Wilk 1-1/+1
2019-02-22usb: core: add option of only authorizing internal devicesGravatar Dmitry Torokhov 1-20/+31
2019-01-30usb: core: comply to PHY frameworkGravatar Miquel Raynal 1-0/+5
2018-12-12usb: core: Remove unnecessary memset()Gravatar Suwan Kim 1-2/+0
2018-09-11usb: core: remove flags variable in __usb_hcd_giveback_urb()Gravatar Sebastian Andrzej Siewior 1-1/+0
2018-09-10usb: core: remove local_irq_save() around ->complete() handlerGravatar Sebastian Andrzej Siewior 1-13/+0
2018-04-30Merge 4.17-rc3 into usb-nextGravatar Greg Kroah-Hartman 1-4/+11
2018-04-23usb: core: hcd: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2018-04-22usb: set root hub lane countsGravatar Mathias Nyman 1-0/+5
2018-04-22usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-laneGravatar Mathias Nyman 1-0/+3
2018-04-22USB: core: hcd: drop support for legacy physGravatar Johan Hovold 1-35/+3
2018-04-22usb: core: use phy_exit during suspend if wake up is not supportedGravatar Martin Blumenstingl 1-3/+5
2018-04-22usb: core: split usb_phy_roothub_{init,alloc}Gravatar Martin Blumenstingl 1-3/+7