summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hcd.c
AgeCommit message (Expand)Author
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern
2023-08-08USB: core: Change usb_get_device_descriptor() APIAlan Stern
2022-11-29usb: core: hcd: Fix return value check in usb_hcd_setup_local_mem()Yang Yingliang
2022-08-31usb: host: Initiate urb ep with udev ep0Khalid Masum
2022-08-19usb/hcd: Fix dma_map_sg error checkJack Wang
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-07-27USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang
2022-07-27usb: xhci_plat_remove: avoid NULL dereferenceAlexey Sheplyakov
2022-07-07ARM: sa1100/assabet: move dmabounce hack to ohci driverArnd Bergmann
2022-05-12usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I
2022-05-03Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"Greg Kroah-Hartman
2022-04-26usb: core: hcd: Create platform devices for onboard hubs in probe()Matthias Kaehlcke
2022-01-25USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern
2022-01-03USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern
2021-12-13usb: core: hcd: change sizeof(vaddr) to sizeof(unsigned long)Guo Zhengkui
2021-11-05Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman
2021-09-21usb: core: hcd: fix messages in usb_hcd_request_irqs()Sergey Shtylyov
2021-09-14usb: core: hcd: Modularize HCD stop configuration in usb_stop_hcd()Kishon Vijay Abraham I
2021-09-14usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I
2021-05-13usb: core: hcd: use map_urb_for_dma for single step set feature urbLi Jun
2021-05-13usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen
2021-03-23usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen
2021-02-16kbuild: simplify access to the kernel's versionSasha Levin
2021-01-07kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urbAndrey Konovalov
2020-10-28kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirqAndrey Konovalov
2020-10-28usb: core: Replace in_interrupt() in commentsAhmed S. Darwish
2020-08-18usb: hcd: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-04usb: core: kcov: collect coverage from usb complete callbackAndrey Konovalov
2019-12-11USB: Fix incorrect DMA allocations for local memory pool driversFredrik Noring
2019-10-31usb: core: Remove redundant vmap checksKees Cook
2019-09-03usb: core: phy: add support for PHY calibrationMarek Szyprowski
2019-09-03usb: remove a stale comment in hcd_alloc_coherentChristoph Hellwig
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig
2019-08-08usb: setup authorized_default attributes using usb_bus_notifyThiƩbaud Weksteen
2019-07-25usb/hcd: Fix a NULL vs IS_ERR() bug in usb_hcd_setup_local_mem()Dan Carpenter
2019-06-28usb: host: Fix excessive alignment restriction for local memory allocationsFredrik Noring
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor
2019-04-25usb/hcd: Send a uevent signaling that the host controller had diedRaul E Rangel
2019-04-01Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman
2019-03-26usb: core: Try generic PHY_MODE_USB_HOST if usb_phy_roothub_set_mode failsChen-Yu Tsai
2019-03-26usb: introduce usb_ep_type_string() functionChunfeng Yun
2019-03-26usb: core: Add PM runtime calls to usb_hcd_platform_shutdownTony Lindgren
2019-02-27usb: core: Fix typo in description of "authorized_default"Jakub Wilk
2019-02-22usb: core: add option of only authorizing internal devicesDmitry Torokhov
2019-01-30usb: core: comply to PHY frameworkMiquel Raynal
2018-12-12usb: core: Remove unnecessary memset()Suwan Kim