summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-8/+12
|\
| * usb: core: add phy notify connect and disconnectStanley Chang2024-01-271-4/+10
| * usb: core: Make default authorization mode configurableNiko Mauno2024-01-271-1/+1
| * usb: core: Amend initial authorized_default valueNiko Mauno2024-01-271-4/+2
* | usb: core: hcd: Convert from tasklet to BH workqueueTejun Heo2024-02-051-11/+12
|/
* USB: Remove remnants of Wireless USB and UWBAlan Stern2023-08-091-36/+4
* USB: core: Change usb_get_device_descriptor() APIAlan Stern2023-08-081-3/+7
* usb: core: hcd: Fix return value check in usb_hcd_setup_local_mem()Yang Yingliang2022-11-291-1/+5
* usb: host: Initiate urb ep with udev ep0Khalid Masum2022-08-311-8/+1
* usb/hcd: Fix dma_map_sg error checkJack Wang2022-08-191-1/+1
* Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-3/+14
|\
| * ARM: sa1100/assabet: move dmabounce hack to ohci driverArnd Bergmann2022-07-071-3/+14
* | USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang2022-07-271-11/+15
* | usb: xhci_plat_remove: avoid NULL dereferenceAlexey Sheplyakov2022-07-271-1/+7
|/
* usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I2022-05-121-6/+23
* Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"Greg Kroah-Hartman2022-05-031-6/+0
* usb: core: hcd: Create platform devices for onboard hubs in probe()Matthias Kaehlcke2022-04-261-0/+6
* USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern2022-01-251-0/+14
* USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern2022-01-031-1/+8
* usb: core: hcd: change sizeof(vaddr) to sizeof(unsigned long)Guo Zhengkui2021-12-131-1/+1
* Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman2021-11-051-23/+6
* Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman2021-09-271-23/+45
|\
| * usb: core: hcd: Modularize HCD stop configuration in usb_stop_hcd()Kishon Vijay Abraham I2021-09-141-17/+22
| * usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I2021-09-141-6/+23
* | usb: core: hcd: fix messages in usb_hcd_request_irqs()Sergey Shtylyov2021-09-211-3/+3
|/
* usb: core: hcd: use map_urb_for_dma for single step set feature urbLi Jun2021-05-131-10/+6
* usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen2021-05-131-0/+134
* usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen2021-03-231-1/+5
* kbuild: simplify access to the kernel's versionSasha Levin2021-02-161-2/+2
* kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urbAndrey Konovalov2021-01-071-5/+3
* kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirqAndrey Konovalov2020-10-281-2/+9
* usb: core: Replace in_interrupt() in commentsAhmed S. Darwish2020-10-281-9/+17
* usb: hcd: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-3/+3
* usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-4/+4
* usb: core: kcov: collect coverage from usb complete callbackAndrey Konovalov2020-06-041-0/+3
* USB: Fix incorrect DMA allocations for local memory pool driversFredrik Noring2019-12-111-21/+21
* usb: core: Remove redundant vmap checksKees Cook2019-10-311-7/+1
* usb: core: phy: add support for PHY calibrationMarek Szyprowski2019-09-031-0/+7
* usb: remove a stale comment in hcd_alloc_coherentChristoph Hellwig2019-09-031-3/+0
* usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-1/+0
* usb: add a hcd_uses_dma helperChristoph Hellwig2019-08-151-2/+2
* usb: setup authorized_default attributes using usb_bus_notifyThiƩbaud Weksteen2019-08-081-123/+0
* usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()Dan Carpenter2019-07-251-2/+2
* usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring2019-06-281-1/+1
* USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2019-06-031-9/+6
* USB: use genalloc for USB HCs with local memoryLaurentiu Tudor2019-06-031-0/+36
* usb/hcd: Send a uevent signaling that the host controller had diedRaul E Rangel2019-04-251-0/+24
* Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman2019-04-011-0/+3
|\
| * usb: core: Try generic PHY_MODE_USB_HOST if usb_phy_roothub_set_mode failsChen-Yu Tsai2019-03-261-0/+3
* | usb: introduce usb_ep_type_string() functionChunfeng Yun2019-03-261-15/+2