aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd-pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-13usb: hcd: out of bounds access in for_each_companionRobert Dobrowolski1-0/+9
2016-03-17Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman1-1/+1
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-11/+0
2014-07-22USB: core: hcd-pci: free IRQ before disabling PCI device when shutting downJiang Liu1-0/+2
2014-05-27usb: remove redundant D0 power state setYijing Wang1-1/+0
2014-04-16USB: fix crash during hotplug of PCI USB controller cardAlan Stern1-1/+1
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-09-25usb: core: implement AMD remote wakeup quirkHuang Rui1-0/+3
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi1-0/+2
2013-03-28USB: improve port transitions when EHCI starts upAlan Stern1-85/+129
2013-03-15USB: xhci: correctly enable interruptsHannes Reinecke1-9/+14
2012-06-13USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern1-9/+0
2012-04-24USB: EHCI: fix crash during suspend on ASUS computersAlan Stern1-0/+9
2012-02-28usb: fix defined but not used warnings in hcd-pci.cPaul Gortmaker1-0/+2
2012-02-14USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp1-1/+4
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern1-4/+0
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-19/+37
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-2/+2
2011-03-13USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp1-4/+23
2011-03-13usb: Make usb_hcd_pci_probe labels more descriptive.Sarah Sharp1-10/+10
2011-03-07USB: move usbcore away from hcd->stateAlan Stern1-7/+6
2011-01-14xHCI: synchronize irq in xhci_suspend()Andiry Xu1-1/+6
2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei1-1/+0
2010-10-22OHCI: work around for nVidia shutdown problemAlan Stern1-1/+3
2010-08-10USB: core: hcd-pci: use for_each_pci_dev()Kulikov Vasiliy1-4/+1
2010-08-10USB: add runtime PM for PCI-based host controllersAlan Stern1-14/+62
2010-08-10USB: fix race between root-hub wakeup & controller suspendAlan Stern1-0/+12
2010-08-10USB: add do_wakeup parameter for PCI HCD suspendAlan Stern1-1/+3
2010-08-10USB: move PCI HCD resume routineAlan Stern1-38/+39
2010-08-10USB: refactor the powermac-specific ASIC clock codeAlan Stern1-21/+23
2010-08-10USB: add check to detect host controller hardware removalAlan Stern1-0/+8
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-02-26USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern1-1/+126
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-06-15USB: new flag for resume-from-hibernationAlan Stern1-2/+2
2009-06-15USB: move PCI host controllers to new PM frameworkAlan Stern1-119/+123
2009-02-17USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki1-13/+2
2009-01-27USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki1-89/+27
2009-01-27USB: don't enable wakeup by default for PCI host controllersAlan Stern1-1/+0
2009-01-07USB: automatically enable wakeup for PCI host controllersAlan Stern1-0/+1
2009-01-07USB: fix up suspend and resume for PCI host controllersAlan Stern1-94/+106
2008-04-24USB: clarify usage of hcd->suspend/resume methodsAlan Stern1-5/+5
2008-04-24USB: remove dev->power.power_stateAlan Stern1-5/+0
2008-02-01USB: fix codingstyle issues in drivers/usb/core/hcd-pci.cGreg Kroah-Hartman1-62/+67
2008-02-01USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman1-5/+5
2008-02-01USB: don't change HC power state for a FREEZEAlan Stern1-0/+6
2007-12-17USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern1-1/+1