summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/hcd.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman2021-11-051-2/+0
* usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I2021-09-141-0/+2
* usb: fix spelling mistakes in header filesZhen Lei2021-05-211-2/+2
* usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen2021-05-131-1/+12
* usb: hcd.h: Remove RUN_CONTEXTSebastian Andrzej Siewior2020-11-141-4/+0
* usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul2020-05-151-1/+2
* USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-231-1/+1
* Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-09-021-0/+4
|\
| * usb: Add definitions for the USB2.0 hub TT requestsBenjamin Herrenschmidt2019-08-121-0/+4
* | usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-211-2/+5
* | usb: add a hcd_uses_dma helperChristoph Hellwig2019-08-151-0/+3
|/
* USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2019-06-031-1/+0
* USB: use genalloc for USB HCs with local memoryLaurentiu Tudor2019-06-031-0/+5
* Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-05-031-0/+5
|\
| * USB: Export usb_wakeup_enabled_descendants()Douglas Anderson2019-05-031-0/+5
* | usb/hcd: Send a uevent signaling that the host controller had diedRaul E Rangel2019-04-251-0/+1
|/
* usb: core: add option of only authorizing internal devicesDmitry Torokhov2019-02-221-3/+7
* USB: remove the unused struct hcd_timeout definitionChristoph Hellwig2018-11-091-5/+0
* USB: Report wakeup events on root-hub portsAlan Stern2018-06-251-0/+1
* usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-laneMathias Nyman2018-04-221-0/+1
* USB: core: hcd: drop support for legacy physJohan Hovold2018-04-221-1/+0
* usb: core: hcd: remove support for initializing a single PHYMartin Blumenstingl2018-03-091-1/+0
* usb: core: hcd: integrate the PHY wrapper into the HCD coreMartin Blumenstingl2018-03-091-0/+1
* usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl2018-03-091-0/+6
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: Fix typo in the definition of Endpoint[out]RequestBenjamin Herrenschmidt2017-06-131-2/+2
* usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen2017-05-181-0/+1
* usb: separate out sysdev pointer from usb_busArnd Bergmann2017-03-231-0/+3
* usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-171-2/+2
* usb: hcd.h: construct hub class request constants from simpler constantsTal Shorer2016-12-051-9/+10
* usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge2016-04-281-0/+1
* usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit2016-02-061-1/+1
* usb: core: switch bus numbering to using idrHeiner Kallweit2016-02-031-1/+2
* USB: constify usb_mon_operations structureJulia Lawall2015-12-011-2/+2
* usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresMathias Nyman2015-10-041-0/+1
* usb: interface authorization: Use a flag for the default device authorizationStefan Koch2015-09-221-7/+9
* usb: interface authorization: Introduces the default interface authorizationStefan Koch2015-09-221-0/+9
* Revert "usb: interface authorization: Introduces the default interface author...Greg Kroah-Hartman2015-08-181-9/+0
* Revert "usb: interface authorization: Use a flag for the default device autho...Greg Kroah-Hartman2015-08-181-9/+7
* usb: interface authorization: Use a flag for the default device authorizationStefan Koch2015-08-141-7/+9
* usb: interface authorization: Introduces the default interface authorizationStefan Koch2015-08-141-0/+9
* usb: hcd.h: Fix the values of SetHubDepth and GetPortErrorCount to match USB ...Tal Shorer2015-08-081-3/+3
* USB: hcd.h : Removed an unnecessary function prototype usb_find_interface_dri...Abhishek Bist2015-05-311-2/+0
* USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern2015-01-311-0/+2
* usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior2015-01-091-0/+1
* Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-141-0/+3
|\
| * usb: ehci: add ehci_port_power interfaceMichael Grzeschik2014-11-031-0/+3
* | USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki2014-12-041-5/+2
|/
* usb: hcd: add generic PHY supportSergei Shtylyov2014-09-291-0/+1
* usb: rename phy to usb_phy in HCDAntoine Tenart2014-09-291-1/+1