aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd-pci.c
Commit message (Expand)AuthorAgeFilesLines
* USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei2010-11-161-1/+0
* OHCI: work around for nVidia shutdown problemAlan Stern2010-10-221-1/+3
* USB: core: hcd-pci: use for_each_pci_dev()Kulikov Vasiliy2010-08-101-4/+1
* USB: add runtime PM for PCI-based host controllersAlan Stern2010-08-101-14/+62
* USB: fix race between root-hub wakeup & controller suspendAlan Stern2010-08-101-0/+12
* USB: add do_wakeup parameter for PCI HCD suspendAlan Stern2010-08-101-1/+3
* USB: move PCI HCD resume routineAlan Stern2010-08-101-38/+39
* USB: refactor the powermac-specific ASIC clock codeAlan Stern2010-08-101-21/+23
* USB: add check to detect host controller hardware removalAlan Stern2010-08-101-0/+8
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern2010-02-261-1/+126
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* USB: new flag for resume-from-hibernationAlan Stern2009-06-151-2/+2
* USB: move PCI host controllers to new PM frameworkAlan Stern2009-06-151-119/+123
* USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki2009-02-171-13/+2
* USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki2009-01-271-89/+27
* USB: don't enable wakeup by default for PCI host controllersAlan Stern2009-01-271-1/+0
* USB: automatically enable wakeup for PCI host controllersAlan Stern2009-01-071-0/+1
* USB: fix up suspend and resume for PCI host controllersAlan Stern2009-01-071-94/+106
* USB: clarify usage of hcd->suspend/resume methodsAlan Stern2008-04-241-5/+5
* USB: remove dev->power.power_stateAlan Stern2008-04-241-5/+0
* USB: fix codingstyle issues in drivers/usb/core/hcd-pci.cGreg Kroah-Hartman2008-02-011-62/+67
* USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman2008-02-011-5/+5
* USB: don't change HC power state for a FREEZEAlan Stern2008-02-011-0/+6
* USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern2007-12-171-1/+1
* USB: remove references to dev.power.power_stateAlan Stern2007-07-121-1/+2
* USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov2006-09-271-0/+16
* PM: USB HCDs use PM_EVENT_PRETHAWDavid Brownell2006-09-251-1/+1
* [PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] pm: print name of failed suspend functionAndrew Morton2006-04-141-4/+3
* [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-281-2/+2
* [PATCH] USB: remove usbcore-specific wakeup flagsDavid Brownell2006-03-201-3/+8
* [PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt2005-11-291-1/+2
* [PATCH] USB: ohci, move ppc asic tweaks nearer pciDavid Brownell2005-11-231-2/+36
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-171-7/+0
* [PATCH] usbcore PCI glue updates for PMDavid Brownell2005-10-281-56/+50
* [PATCH] usb/core/hcd-pci.c: don't free_irq() on suspendDaniel Ritz2005-09-301-9/+0
* [PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman2005-09-081-5/+19
* [PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk2005-09-081-4/+0
* [ACPI] S3 Suspend to RAM: fix driver suspend/resume methodsDavid Shaohua Li2005-07-111-0/+1
* [PATCH] usb resume fixesDavid Brownell2005-04-181-60/+91
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+358