summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c
AgeCommit message (Expand)AuthorLines
2016-09-27usb: core: hcd: add missing header dependenciesBaoyou Xie-0/+1
2016-09-02usb: core: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas-1/+1
2016-08-30usb: core: hcd: don't print on ENOMEMWolfram Sang-3/+1
2016-06-27USB: don't free bandwidth_mutex too earlyAlan Stern-10/+7
2016-04-28usb: core: move root hub's device node assignment after it is added to busPeter Chen-0/+1
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge-2/+13
2016-02-20usb: core: Allow compilation on platforms where NO_DMA=yGeert Uytterhoeven-6/+10
2016-02-06usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit-15/+15
2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit-15/+6
2016-01-24USB: core, wusbcore: use bus_to_hcdGeliang Tang-3/+3
2016-01-24usb: Support USB 3.1 extended port status requestMathias Nyman-1/+7
2016-01-24usb: add device descriptor for usb 3.1 root hubMathias Nyman-0/+23
2016-01-24usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUSMathias Nyman-1/+3
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman-3/+3
2015-12-01USB: constify usb_mon_operations structureJulia Lawall-2/+2
2015-10-16usb: hcd: use USB_DT_*Sergei Shtylyov-14/+15
2015-10-04usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresMathias Nyman-0/+3
2015-09-22usb: interface authorization: Use a flag for the default device authorizationStefan Koch-10/+21
2015-09-22usb: interface authorization: Introduces the default interface authorizationStefan Koch-0/+47
2015-08-18Revert "usb: interface authorization: Introduces the default interface author...Greg Kroah-Hartman-47/+0
2015-08-18Revert "usb: interface authorization: Use a flag for the default device autho...Greg Kroah-Hartman-21/+10
2015-08-14usb: interface authorization: Use a flag for the default device authorizationStefan Koch-10/+21
2015-08-14usb: interface authorization: Introduces the default interface authorizationStefan Koch-0/+47
2015-07-27Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman-2/+5
2015-07-22usb: move assignment out of if conditionKris Borer-6/+13
2015-07-22usb: core: lpm: set lpm_capable for root hub deviceLu Baolu-2/+5
2015-05-10USB: hcd.c: move assignment out of if () blockGreg Kroah-Hartman-1/+2
2015-01-31USB: fix use-after-free bug in usb_hcd_unlink_urb()Alan Stern-8/+8
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3/+4
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki-8/+4
2014-11-25Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-3/+4
2014-11-03usb: Do not allow usb_alloc_streams on unconfigured devicesHans de Goede-0/+2
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart-3/+4
2014-09-29usb: hcd: add generic PHY supportSergei Shtylyov-2/+40
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart-10/+10
2014-09-25usb: Add LED triggers for USB activityMichal Sojka-0/+2
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek-5/+5
2014-09-23usb: hub: rename usb_kick_khubd() to usb_kick_hub_wq()Petr Mladek-2/+2
2014-09-23usb: Fixed a few typosMickael Maison-1/+1
2014-07-18usb-core: Remove Fix mes in file hcd.cNicholas Krause-4/+0
2014-05-27usb: introduce port status lockDan Williams-2/+0
2014-05-27usb: assign default peer ports for root hubsDan Williams-8/+35
2014-05-27USB: separate usb_address0 mutexes for each busTodd E Brandt-0/+1
2014-05-20usb: catch attempts to submit urbs with a vmalloc'd transfer bufferDan Williams-0/+3
2014-03-04usb-core: Track if an endpoint has streamsHans de Goede-8/+26
2014-03-04usb-core: Fix usb_free_streams return value documentationHans de Goede-2/+1
2014-01-22Revert "usbcore: set lpm_capable field for LPM capable root hubs"Sarah Sharp-1/+0
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar-1/+1
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen-6/+0
2013-12-08usb: hcd: Initialize USB phy if neededValentine Barshak-0/+18