aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd-pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-12USB: remove references to dev.power.power_stateAlan Stern1-1/+2
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov1-0/+16
2006-09-25PM: USB HCDs use PM_EVENT_PRETHAWDavid Brownell1-1/+1
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-14[PATCH] pm: print name of failed suspend functionAndrew Morton1-4/+3
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-2/+2
2006-03-20[PATCH] USB: remove usbcore-specific wakeup flagsDavid Brownell1-3/+8
2005-11-29[PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt1-1/+2
2005-11-23[PATCH] USB: ohci, move ppc asic tweaks nearer pciDavid Brownell1-2/+36
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman1-7/+0
2005-10-28[PATCH] usbcore PCI glue updates for PMDavid Brownell1-56/+50
2005-09-30[PATCH] usb/core/hcd-pci.c: don't free_irq() on suspendDaniel Ritz1-9/+0
2005-09-08[PATCH] PCI: start paying attention to a lot of pci function return valuesGreg Kroah-Hartman1-5/+19
2005-09-08[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk1-4/+0
2005-07-11[ACPI] S3 Suspend to RAM: fix driver suspend/resume methodsDavid Shaohua Li1-0/+1
2005-04-18[PATCH] usb resume fixesDavid Brownell1-60/+91
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+358