aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-5/+5
2014-09-23usb: hub: rename usb_kick_khubd() to usb_kick_hub_wq()Petr Mladek1-2/+2
2014-09-23usb: Fixed a few typosMickael Maison1-1/+1
2014-07-18usb-core: Remove Fix mes in file hcd.cNicholas Krause1-4/+0
2014-05-27usb: introduce port status lockDan Williams1-2/+0
2014-05-27usb: assign default peer ports for root hubsDan Williams1-8/+35
2014-05-27USB: separate usb_address0 mutexes for each busTodd E Brandt1-0/+1
2014-05-20usb: catch attempts to submit urbs with a vmalloc'd transfer bufferDan Williams1-0/+3
2014-03-04usb-core: Track if an endpoint has streamsHans de Goede1-8/+26
2014-03-04usb-core: Fix usb_free_streams return value documentationHans de Goede1-2/+1
2014-01-22Revert "usbcore: set lpm_capable field for LPM capable root hubs"Sarah Sharp1-1/+0
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar1-1/+1
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-6/+0
2013-12-08usb: hcd: Initialize USB phy if neededValentine Barshak1-0/+18
2013-12-08usb: hcd: Remove USB phy if neededValentine Barshak1-1/+13
2013-10-14usb/hcd: remove unnecessary local_irq_saveMichael Opdenacker1-15/+0
2013-10-11drivers: usb: core: hcd.c: converted busmap from struct to bitmapMatthias Beyer1-7/+5
2013-10-11usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneHans de Goede1-0/+3
2013-10-05drivers: usb: core: hcd: if-else-braces fixedMatthias Beyer1-2/+2
2013-10-05drivers: usb: core: hcd: removed braces for return statementsMatthias Beyer1-4/+4
2013-10-05drivers: usb: core: hcd: replaced C99 // commentsMatthias Beyer1-5/+5
2013-10-05drivers: usb: core: hcd: Whitespace fixesMatthias Beyer1-28/+28
2013-10-05drivers: usb: core: hcd: moved asterix to variableMatthias Beyer1-1/+1
2013-09-17usbcore: set lpm_capable field for LPM capable root hubsXenia Ragiadakou1-0/+1
2013-09-17usb-core: Make usb_free_streams return an errorHans de Goede1-4/+7
2013-09-17USB: see if URB comes from a completion handlerAlan Stern1-0/+2
2013-08-25USB: core: be specific about attribute permissionsGreg Kroah-Hartman1-11/+6
2013-08-14usb: rh_call_control tbuf overflow fixSean O. Stalley1-7/+17
2013-08-12usb/hcd: Log error code if reset() failsMark Brown1-1/+1
2013-08-12USB: HCD: support giveback of URB in tasklet contextMing Lei1-30/+117
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi1-10/+27
2013-06-03Allow the USB HCD to create Wireless USB root hubsThomas Pugliese1-0/+28
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-5/+5
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu1-0/+8
2013-02-08Merge usb-linus branch into usb-nextGreg Kroah-Hartman1-0/+44
2013-01-25USB: add usb_hcd_{start,end}_port_resumeAlan Stern1-0/+44
2013-01-21USB: Set usb port's DeviceRemovable according acpi informationLan Tianyu1-0/+4
2013-01-11usb/core: update power budget for SuperSpeedSebastian Andrzej Siewior1-1/+0
2012-11-16Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman1-0/+16
2012-11-13Revert "USB/host: Cleanup unneccessary irq disable code"Greg Kroah-Hartman1-0/+16
2012-10-24USB: speed up usb_bus_resume()Alan Stern1-2/+17