index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
hcd-pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
Rafael J. Wysocki
2014-12-04
1
-11
/
+0
*
USB: core: hcd-pci: free IRQ before disabling PCI device when shutting down
Jiang Liu
2014-07-22
1
-0
/
+2
*
usb: remove redundant D0 power state set
Yijing Wang
2014-05-27
1
-1
/
+0
*
USB: fix crash during hotplug of PCI USB controller card
Alan Stern
2014-04-16
1
-1
/
+1
*
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
2013-12-08
1
-0
/
+1
*
usb: core: implement AMD remote wakeup quirk
Huang Rui
2013-09-25
1
-0
/
+3
*
usb: fix some scripts/kernel-doc warnings
Yacine Belkadi
2013-08-03
1
-0
/
+2
*
USB: improve port transitions when EHCI starts up
Alan Stern
2013-03-28
1
-85
/
+129
*
USB: xhci: correctly enable interrupts
Hannes Reinecke
2013-03-15
1
-9
/
+14
*
USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2
Alan Stern
2012-06-13
1
-9
/
+0
*
USB: EHCI: fix crash during suspend on ASUS computers
Alan Stern
2012-04-24
1
-0
/
+9
*
usb: fix defined but not used warnings in hcd-pci.c
Paul Gortmaker
2012-02-28
1
-0
/
+2
*
USB: Don't fail USB3 probe on missing legacy PCI IRQ.
Sarah Sharp
2012-02-14
1
-1
/
+4
*
USB: Remove the SAW_IRQ hcd flag
Alan Stern
2011-11-14
1
-4
/
+0
*
USB: irq: Remove IRQF_DISABLED
Yong Zhang
2011-09-18
1
-1
/
+1
*
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2011-03-16
1
-19
/
+37
|
\
|
*
USB: Set usb_hcd->state and flags for shared roothubs.
Sarah Sharp
2011-03-13
1
-4
/
+23
|
*
usb: Make usb_hcd_pci_probe labels more descriptive.
Sarah Sharp
2011-03-13
1
-10
/
+10
|
*
USB: move usbcore away from hcd->state
Alan Stern
2011-03-07
1
-7
/
+6
*
|
PM: Remove CONFIG_PM_OPS
Rafael J. Wysocki
2011-03-15
1
-2
/
+2
|
/
*
xHCI: synchronize irq in xhci_suspend()
Andiry Xu
2011-01-14
1
-1
/
+6
*
USB: make usb_mark_last_busy use pm_runtime_mark_last_busy
Ming Lei
2010-11-16
1
-1
/
+0
*
OHCI: work around for nVidia shutdown problem
Alan Stern
2010-10-22
1
-1
/
+3
*
USB: core: hcd-pci: use for_each_pci_dev()
Kulikov Vasiliy
2010-08-10
1
-4
/
+1
*
USB: add runtime PM for PCI-based host controllers
Alan Stern
2010-08-10
1
-14
/
+62
*
USB: fix race between root-hub wakeup & controller suspend
Alan Stern
2010-08-10
1
-0
/
+12
*
USB: add do_wakeup parameter for PCI HCD suspend
Alan Stern
2010-08-10
1
-1
/
+3
*
USB: move PCI HCD resume routine
Alan Stern
2010-08-10
1
-38
/
+39
*
USB: refactor the powermac-specific ASIC clock code
Alan Stern
2010-08-10
1
-21
/
+23
*
USB: add check to detect host controller hardware removal
Alan Stern
2010-08-10
1
-0
/
+8
*
USB: make hcd.h public (drivers dependency)
Eric Lescouet
2010-05-20
1
-1
/
+1
*
USB: implement non-tree resume ordering constraints for PCI host controllers
Alan Stern
2010-02-26
1
-1
/
+126
*
const: constify remaining dev_pm_ops
Alexey Dobriyan
2009-12-15
1
-1
/
+1
*
USB: new flag for resume-from-hibernation
Alan Stern
2009-06-15
1
-2
/
+2
*
USB: move PCI host controllers to new PM framework
Alan Stern
2009-06-15
1
-119
/
+123
*
USB/PCI: Fix resume breakage of controllers behind cardbus bridges
Rafael J. Wysocki
2009-02-17
1
-13
/
+2
*
USB: Fix suspend-resume of PCI USB controllers
Rafael J. Wysocki
2009-01-27
1
-89
/
+27
*
USB: don't enable wakeup by default for PCI host controllers
Alan Stern
2009-01-27
1
-1
/
+0
*
USB: automatically enable wakeup for PCI host controllers
Alan Stern
2009-01-07
1
-0
/
+1
*
USB: fix up suspend and resume for PCI host controllers
Alan Stern
2009-01-07
1
-94
/
+106
*
USB: clarify usage of hcd->suspend/resume methods
Alan Stern
2008-04-24
1
-5
/
+5
*
USB: remove dev->power.power_state
Alan Stern
2008-04-24
1
-5
/
+0
*
USB: fix codingstyle issues in drivers/usb/core/hcd-pci.c
Greg Kroah-Hartman
2008-02-01
1
-62
/
+67
*
USB: mark USB drivers as being GPL only
Greg Kroah-Hartman
2008-02-01
1
-5
/
+5
*
USB: don't change HC power state for a FREEZE
Alan Stern
2008-02-01
1
-0
/
+6
*
USB: use IRQF_DISABLED for HCD interrupt handlers
Alan Stern
2007-12-17
1
-1
/
+1
*
USB: remove references to dev.power.power_state
Alan Stern
2007-07-12
1
-1
/
+2
*
USB: Properly unregister reboot notifier in case of failure in ehci hcd
Aleksey Gorelov
2006-09-27
1
-0
/
+16
*
PM: USB HCDs use PM_EVENT_PRETHAW
David Brownell
2006-09-25
1
-1
/
+1
*
[PATCH] irq-flags: usb: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-1
/
+1
[next]