aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-14Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman1-1/+3
2017-08-10usb: hcd: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-30usb: core: unlink urbs from the tail of the endpoint's urb_listBin Liu1-1/+1
2017-07-30USB: hcd: Mark secondary HCD as dead if the primary one diedRafael J. Wysocki1-0/+2
2017-06-13USB: of: fix root-hub device-tree node handlingJohan Hovold1-2/+0
2017-05-22Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman1-2/+3
2017-05-17usb: core: Check URB setup_packet and transfer_buffer sanityFlorian Fainelli1-0/+12
2017-05-17usb: core: fix potential memory leak in error path during hcd creationAnton Bondarenko1-0/+1
2017-05-17USB: core: replace %p with %pKVamsi Krishna Samavedam1-2/+2
2017-04-08usb: hcd: use correct device pointer for dma opsSekhar Nori1-1/+1
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman1-2/+5
2017-03-27USB: fix linked-list corruption in rh_call_control()Alan Stern1-2/+5
2017-03-23usb: separate out sysdev pointer from usb_busArnd Bergmann1-35/+45
2017-01-19usb: hcd: initialize hcd->flags to 0 when rm hcdWilliam wu1-0/+1
2016-09-27usb: core: hcd: add missing header dependenciesBaoyou Xie1-0/+1
2016-09-02usb: core: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-08-30usb: core: hcd: don't print on ENOMEMWolfram Sang1-3/+1
2016-06-27USB: don't free bandwidth_mutex too earlyAlan Stern1-10/+7
2016-04-28usb: core: move root hub's device node assignment after it is added to busPeter Chen1-0/+1
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge1-2/+13
2016-02-20usb: core: Allow compilation on platforms where NO_DMA=yGeert Uytterhoeven1-6/+10
2016-02-06usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit1-15/+15
2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit1-15/+6
2016-01-24USB: core, wusbcore: use bus_to_hcdGeliang Tang1-3/+3
2016-01-24usb: Support USB 3.1 extended port status requestMathias Nyman1-1/+7
2016-01-24usb: add device descriptor for usb 3.1 root hubMathias Nyman1-0/+23
2016-01-24usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUSMathias Nyman1-1/+3
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman1-3/+3
2015-12-01USB: constify usb_mon_operations structureJulia Lawall1-2/+2
2015-10-16usb: hcd: use USB_DT_*Sergei Shtylyov1-14/+15
2015-10-04usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresMathias Nyman1-0/+3
2015-09-22usb: interface authorization: Use a flag for the default device authorizationStefan Koch1-10/+21
2015-09-22usb: interface authorization: Introduces the default interface authorizationStefan Koch1-0/+47
2015-08-18Revert "usb: interface authorization: Introduces the default interface authorization"Greg Kroah-Hartman1-47/+0
2015-08-18Revert "usb: interface authorization: Use a flag for the default device authorization"Greg Kroah-Hartman1-21/+10
2015-08-14usb: interface authorization: Use a flag for the default device authorizationStefan Koch1-10/+21
2015-08-14usb: interface authorization: Introduces the default interface authorizationStefan Koch1-0/+47
2015-07-27Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman1-2/+5
2015-07-22usb: move assignment out of if conditionKris Borer1-6/+13
2015-07-22usb: core: lpm: set lpm_capable for root hub deviceLu Baolu1-2/+5
2015-05-10USB: hcd.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-01-31USB: fix use-after-free bug in usb_hcd_unlink_urb()Alan Stern1-8/+8
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-3/+4
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-8/+4
2014-11-25Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+4
2014-11-03usb: Do not allow usb_alloc_streams on unconfigured devicesHans de Goede1-0/+2
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart1-3/+4
2014-09-29usb: hcd: add generic PHY supportSergei Shtylyov1-2/+40
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart1-10/+10
2014-09-25usb: Add LED triggers for USB activityMichal Sojka1-0/+2