aboutsummaryrefslogtreecommitdiff
path: root/include/linux/usb/hcd.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-27USB: HCD: Fix URB giveback issue in tasklet functionGravatar Weitao Wang 1-0/+1
2022-05-12usb: core: hcd: Add support for deferring roothub registrationGravatar Kishon Vijay Abraham I 1-0/+2
2022-05-03Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"Gravatar Greg Kroah-Hartman 1-1/+0
2022-04-26usb: core: hcd: Create platform devices for onboard hubs in probe()Gravatar Matthias Kaehlcke 1-0/+1
2021-11-05Revert "usb: core: hcd: Add support for deferring roothub registration"Gravatar Greg Kroah-Hartman 1-2/+0
2021-09-14usb: core: hcd: Add support for deferring roothub registrationGravatar Kishon Vijay Abraham I 1-0/+2
2021-05-21usb: fix spelling mistakes in header filesGravatar Zhen Lei 1-2/+2
2021-05-13usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to coreGravatar Peter Chen 1-1/+12
2020-11-14usb: hcd.h: Remove RUN_CONTEXTGravatar Sebastian Andrzej Siewior 1-4/+0
2020-05-15usb: hci: add hc_driver as argument for usb_hcd_pci_probeGravatar Vinod Koul 1-1/+2
2020-02-23USB: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Gravatar Greg Kroah-Hartman 1-0/+4
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesGravatar Christoph Hellwig 1-2/+5
2019-08-15usb: add a hcd_uses_dma helperGravatar Christoph Hellwig 1-0/+3
2019-08-12usb: Add definitions for the USB2.0 hub TT requestsGravatar Benjamin Herrenschmidt 1-0/+4
2019-06-03USB: drop HCD_LOCAL_MEM flagGravatar Laurentiu Tudor 1-1/+0
2019-06-03USB: use genalloc for USB HCs with local memoryGravatar Laurentiu Tudor 1-0/+5
2019-05-03Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Gravatar Greg Kroah-Hartman 1-0/+5
2019-05-03USB: Export usb_wakeup_enabled_descendants()Gravatar Douglas Anderson 1-0/+5
2019-04-25usb/hcd: Send a uevent signaling that the host controller had diedGravatar Raul E Rangel 1-0/+1
2019-02-22usb: core: add option of only authorizing internal devicesGravatar Dmitry Torokhov 1-3/+7
2018-11-09USB: remove the unused struct hcd_timeout definitionGravatar Christoph Hellwig 1-5/+0
2018-06-25USB: Report wakeup events on root-hub portsGravatar Alan Stern 1-0/+1
2018-04-22usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-laneGravatar Mathias Nyman 1-0/+1
2018-04-22USB: core: hcd: drop support for legacy physGravatar Johan Hovold 1-1/+0
2018-03-09usb: core: hcd: remove support for initializing a single PHYGravatar Martin Blumenstingl 1-1/+0
2018-03-09usb: core: hcd: integrate the PHY wrapper into the HCD coreGravatar Martin Blumenstingl 1-0/+1
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdGravatar Martin Blumenstingl 1-0/+6
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 1-0/+1
2017-06-13usb: Fix typo in the definition of Endpoint[out]RequestGravatar Benjamin Herrenschmidt 1-2/+2
2017-05-18usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdGravatar Peter Chen 1-0/+1
2017-03-23usb: separate out sysdev pointer from usb_busGravatar Arnd Bergmann 1-0/+3
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWGravatar yuan linyu 1-2/+2
2016-12-05usb: hcd.h: construct hub class request constants from simpler constantsGravatar Tal Shorer 1-9/+10
2016-04-28usb: core: hub: hub_port_init lock controller instead of busGravatar Chris Bainbridge 1-0/+1
2016-02-06usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockGravatar Heiner Kallweit 1-1/+1
2016-02-03usb: core: switch bus numbering to using idrGravatar Heiner Kallweit 1-1/+2
2015-12-01USB: constify usb_mon_operations structureGravatar Julia Lawall 1-2/+2
2015-10-04usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresGravatar Mathias Nyman 1-0/+1
2015-09-22usb: interface authorization: Use a flag for the default device authorizationGravatar Stefan Koch 1-7/+9
2015-09-22usb: interface authorization: Introduces the default interface authorizationGravatar Stefan Koch 1-0/+9
2015-08-18Revert "usb: interface authorization: Introduces the default interface author...Gravatar Greg Kroah-Hartman 1-9/+0
2015-08-18Revert "usb: interface authorization: Use a flag for the default device autho...Gravatar Greg Kroah-Hartman 1-9/+7
2015-08-14usb: interface authorization: Use a flag for the default device authorizationGravatar Stefan Koch 1-7/+9
2015-08-14usb: interface authorization: Introduces the default interface authorizationGravatar Stefan Koch 1-0/+9
2015-08-08usb: hcd.h: Fix the values of SetHubDepth and GetPortErrorCount to match USB ...Gravatar Tal Shorer 1-3/+3
2015-05-31USB: hcd.h : Removed an unnecessary function prototype usb_find_interface_dri...Gravatar Abhishek Bist 1-2/+0
2015-01-31USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Gravatar Alan Stern 1-0/+2
2015-01-09usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNGravatar Sebastian Andrzej Siewior 1-0/+1
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+3