summaryrefslogtreecommitdiff
path: root/include/linux/usb/hcd.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2024-02-06usb: core: hcd: Convert from tasklet to BH workqueueTejun Heo1-1/+1
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar1-2/+3
2023-10-02usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirkNiklas Schnelle1-0/+17
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern1-2/+0
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman1-0/+5
2023-05-29usb: usbfs: Enforce page requirements for mmapRuihan Li1-0/+5
2023-05-13USB: Extend pci resume function to handle PM eventsBasavaraj Natikar1-1/+1
2023-03-29xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann1-2/+0
2022-11-30xhci: disable U3 suspended ports in S4 hibernate poweroff_late stageMathias Nyman1-0/+3
2022-09-01USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()Heikki Krogerus1-1/+0
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-14/+0
2022-07-27USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang1-0/+1
2022-06-10USB: Follow-up to SPDX GPL-2.0+ identifiers addition - remove now useless com...Christophe JAILLET1-14/+0
2022-05-12usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-0/+2
2022-05-03Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"Greg Kroah-Hartman1-1/+0
2022-04-26usb: core: hcd: Create platform devices for onboard hubs in probe()Matthias Kaehlcke1-0/+1
2021-11-05Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman1-2/+0
2021-09-14usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-0/+2
2021-05-21usb: fix spelling mistakes in header filesZhen Lei1-2/+2
2021-05-13usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen1-1/+12
2020-11-14usb: hcd.h: Remove RUN_CONTEXTSebastian Andrzej Siewior1-4/+0
2020-05-15usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul1-1/+2
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-0/+4
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-2/+5
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig1-0/+3
2019-08-12usb: Add definitions for the USB2.0 hub TT requestsBenjamin Herrenschmidt1-0/+4
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor1-1/+0
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor1-0/+5
2019-05-03Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-0/+5
2019-05-03USB: Export usb_wakeup_enabled_descendants()Douglas Anderson1-0/+5
2019-04-25usb/hcd: Send a uevent signaling that the host controller had diedRaul E Rangel1-0/+1
2019-02-22usb: core: add option of only authorizing internal devicesDmitry Torokhov1-3/+7
2018-11-09USB: remove the unused struct hcd_timeout definitionChristoph Hellwig1-5/+0
2018-06-25USB: Report wakeup events on root-hub portsAlan Stern1-0/+1
2018-04-22usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-laneMathias Nyman1-0/+1
2018-04-22USB: core: hcd: drop support for legacy physJohan Hovold1-1/+0
2018-03-09usb: core: hcd: remove support for initializing a single PHYMartin Blumenstingl1-1/+0
2018-03-09usb: core: hcd: integrate the PHY wrapper into the HCD coreMartin Blumenstingl1-0/+1
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl1-0/+6
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-06-13usb: Fix typo in the definition of Endpoint[out]RequestBenjamin Herrenschmidt1-2/+2
2017-05-18usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen1-0/+1
2017-03-23usb: separate out sysdev pointer from usb_busArnd Bergmann1-0/+3
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu1-2/+2
2016-12-05usb: hcd.h: construct hub class request constants from simpler constantsTal Shorer1-9/+10
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge1-0/+1
2016-02-07usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit1-1/+1
2016-02-04usb: core: switch bus numbering to using idrHeiner Kallweit1-1/+2