summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/hcd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: hcd: add TPL support flagPeter Chen2014-09-231-0/+1
* storage: accept some UAS devices if streams are unavailableOliver Neukum2014-03-041-0/+1
* usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams2013-12-101-0/+2
* usb: hcd: Remove USB phy if neededValentine Barshak2013-12-081-0/+1
* USB: add a private-data pointer to struct usb_ttAlan Stern2013-10-111-0/+1
* USB: NS_TO_US should round upAlan Stern2013-10-111-3/+2
* usb: core: implement AMD remote wakeup quirkHuang Rui2013-09-251-0/+3
* USB: see if URB comes from a completion handlerAlan Stern2013-09-171-0/+7
* USB: fix build error when CONFIG_PM_SLEEP isn't enabledAlan Stern2013-08-301-1/+1
* USB: HCD: support giveback of URB in tasklet contextMing Lei2013-08-121-0/+17
* Allow the USB HCD to create Wireless USB root hubsThomas Pugliese2013-06-031-0/+1
* USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-281-3/+3
* usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu2013-03-251-0/+2
* USB: add usb_hcd_{start,end}_port_resumeAlan Stern2013-01-251-0/+3
* usb: hcd: use *resource_size_t* for specifying resource dataKishon Vijay Abraham I2012-08-161-2/+2
* Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2012-06-131-2/+0
|\
| * USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern2012-06-131-2/+0
* | USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phyRichard Zhao2012-06-131-0/+6
|/
* USB: Add support to enable/disable USB3 link states.Sarah Sharp2012-05-181-0/+9
OpenPOWER on IntegriCloud