Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cad01f9191226f069a0932a01b738bacde784a62
/
drivers
/
pci
/
pci-driver.c
8895d3b
PCI: Fail new_id for vendor/device values already built into driver
by Bandan Das
· 11 years ago
7cd0602
PCI / PM: Resume runtime-suspended devices later during system suspend
by Rafael J. Wysocki
· 11 years ago
4fc9bbf
PCI: Disable Bus Master only on kexec reboot
by Khalid Aziz
· 11 years ago
12c3156
PCI: Avoid unnecessary CPU switch when calling driver .probe() method
by Alexander Duyck
· 11 years ago
f762598
PCI: Fix whitespace, capitalization, and spelling errors
by Bjorn Helgaas
· 11 years ago
c245f24
Merge branch 'pci/misc' into next
by Bjorn Helgaas
· 11 years ago
f92d74c
PCI: Warn on driver probe return value greater than zero
by Stephen M. Cameron
· 11 years ago
33de1b8
Merge branch 'pci/misc' into next
by Bjorn Helgaas
· 11 years ago
84822b1
PCI/PM: Remove pci_pm_complete()
by Liu Chuansheng
· 11 years ago
f91da04
PCI: Make pci_dev_pm_ops static
by Sachin Kamat
· 11 years ago
5136b2d
PCI: convert bus code to use dev_groups
by Greg Kroah-Hartman
· 11 years ago
2229c1f
PCI: convert bus code to use drv_groups
by Greg Kroah-Hartman
· 11 years ago
0f49ba5
PCI: convert bus code to use bus_groups
by Greg Kroah-Hartman
· 11 years ago
699c198
PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionality
by Sebastian Ott
· 11 years ago
45f0a85
PM / Runtime: Rework the "runtime idle" helper routine
by Rafael J. Wysocki
· 11 years ago
6e0eda3
PCI: Don't try to disable Bus Master on disconnected PCI devices
by Konstantin Khlebnikov
· 12 years ago
20f2420
Merge branch 'pci/konstantin-runtime-pm' into next
by Bjorn Helgaas
· 12 years ago
82fee4d
PCI/PM: Clear state_saved during suspend
by Rafael J. Wysocki
· 12 years ago
7897e60
PCI: Disable Bus Master unconditionally in pci_device_shutdown()
by Konstantin Khlebnikov
· 12 years ago
58d9a38
PCI: Skip attaching driver in device_add()
by Yinghai Lu
· 12 years ago
193c0d6
Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 12 years ago
edb1daa
Merge branch 'pci/huang-d3cold-fixes' into next
by Bjorn Helgaas
· 12 years ago
967577b
PCI/PM: Keep runtime PM enabled for unbound PCI devices
by Huang Ying
· 12 years ago
8ccc9aa
PCI: Move pci_uevent into pci-driver.c
by Bill Pemberton
· 12 years ago
b40b97a
PCI: Remove CONFIG_HOTPLUG ifdefs
by Bill Pemberton
· 12 years ago
d3fe398
Merge branch 'for-linus' into next
by Bjorn Helgaas
· 12 years ago
42eca23
PCI: Don't touch card regs after runtime suspend D3
by Dave Airlie
· 12 years ago
3ff2de9
PCI/PM: Resume device before shutdown
by Huang Ying
· 12 years ago
16642a2
Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
057d51a
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 12 years ago
88d2613
PM: Prevent runtime suspend during system resume
by Alan Stern
· 12 years ago
bfb09a8
PCI: Convert "new_id"/"remove_id" into generic pci_bus driver attributes
by Konstantin Khlebnikov
· 12 years ago
ea8c88f
PCI/PM: Keep parent bridge active when probing device
by Huang Ying
· 12 years ago
0b68c8e
PCI: EHCI: Fix crash during hibernation on ASUS computers
by Rafael J. Wysocki
· 12 years ago
6dd53aa
Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 12 years ago
dbf0e4c
PCI: EHCI: fix crash during suspend on ASUS computers
by Alan Stern
· 12 years ago
db288c9
PCI / PM: restore the original behavior of pci_set_power_state()
by Rafael J. Wysocki
· 12 years ago
448bd85
PCI/PM: add PCIe runtime D3cold support
by Huang Ying
· 12 years ago
b566a22
PCI: disable Bus Master on PCI device shutdown
by Khalid Aziz
· 13 years ago
475c77e
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
by Linus Torvalds
· 13 years ago
5b415f1
PCI / PM: Disable wakeup during shutdown for devices not enabled to wake up
by Rafael J. Wysocki
· 13 years ago
ed283e9
USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routines
by Alan Stern
· 13 years ago
cef9bc5
Dynamic ID addition doesn't need get_driver()
by Alan Stern
· 13 years ago
82440a8
PCI: pci_has_legacy_pm_support add driver and device to WARN
by David Fries
· 13 years ago
eea3fc03
PCI / PM: Detect early wakeup in pci_pm_prepare()
by Rafael J. Wysocki
· 13 years ago
a5f76d5
PCI / PM: Block races between runtime PM and system sleep
by Rafael J. Wysocki
· 13 years ago
1f112ce
PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS
by Rafael J. Wysocki
· 14 years ago
aa33860
PM: Remove CONFIG_PM_OPS
by Rafael J. Wysocki
· 14 years ago
23ea379
PCI: fix __pci_device_probe kernel-doc warning
by Randy Dunlap
· 14 years ago
1d3c16a
PCI: make pci_restore_state return void
by Jon Mason
· 14 years ago
f3ec4f8
PCI: change device runtime PM settings for probe and remove
by Alan Stern
· 14 years ago
6cbf821
PCI PM: Run-time callbacks for PCI bus type
by Rafael J. Wysocki
· 15 years ago
4406c56
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 15 years ago
4b77b0a
PCI: Clear saved_state after the state has been restored
by Rafael J. Wysocki
· 15 years ago
999cce4
PCI PM: Return error codes from pci_pm_resume()
by Rafael J. Wysocki
· 15 years ago
9dba910
PCI: separate out pci_add_dynid()
by Tejun Heo
· 15 years ago
4b61bb5
Merge commit 'v2.6.31-rc8' into next
by Dmitry Torokhov
· 15 years ago
c82f63e
PCI: check saved state before restore
by Alek Du
· 15 years ago
8150f32
Driver Core: Make PM operations a const pointer
by Dmitry Torokhov
· 15 years ago
90975ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
by Linus Torvalds
· 16 years ago
e76e5b2
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 16 years ago
558f6ab
Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Rusty Russell
· 16 years ago
931ff68
PCI PM: Restore config spaces of all devices during early resume
by Rafael J. Wysocki
· 16 years ago
46939f8
PCI PM: Put devices into low power states during late suspend (rev. 2)
by Rafael J. Wysocki
· 16 years ago
0128a89
PCI PM: Move pci_restore_standard_config to pci-driver.c
by Rafael J. Wysocki
· 16 years ago
57ef802
PCI PM: Consistently use variable name "error" for pm call return values
by Frans Pop
· 16 years ago
705b1aa
PCI: Introduce /sys/bus/pci/rescan
by Alex Chiang
· 16 years ago
0994375
PCI: add remove_id sysfs entry
by Chris Wright
· 16 years ago
a70f730
cpumask: replace node_to_cpumask with cpumask_of_node.
by Rusty Russell
· 16 years ago
5294e25
PCI PM: make the PM core more careful with drivers using the new PM framework
by Rafael J. Wysocki
· 16 years ago
cbbc2f6
PCI PM: Do not disable and enable bridges during suspend-resume
by Rafael J. Wysocki
· 16 years ago
99dadce
PCI PM: Fix saving of device state in pci_legacy_suspend
by Rafael J. Wysocki
· 16 years ago
ddb7c9d
PCI PM: Fix handling of devices without drivers
by Rafael J. Wysocki
· 16 years ago
545ffd5
PCI PM: Fix hibernation breakage on EeePC 701
by Rafael J. Wysocki
· 16 years ago
418e4da
PCI PM: Fix suspend error paths and testing facility breakage
by Rafael J. Wysocki
· 16 years ago
aa8c6c9
PCI PM: Restore standard config registers of all devices early
by Rafael J. Wysocki
· 16 years ago
f6dc1e5
PCI PM: Put PM callbacks in the order of execution
by Rafael J. Wysocki
· 16 years ago
d67e37d
PCI PM: Run default PM callbacks for all devices using new framework
by Rafael J. Wysocki
· 16 years ago
ad8cfa1
PCI PM: Call pci_fixup_device from legacy routines
by Rafael J. Wysocki
· 16 years ago
bb80894
PCI PM: Rearrange code in pci-driver.c
by Rafael J. Wysocki
· 16 years ago
73410429
PCI PM: Avoid touching devices behind bridges in unknown state
by Rafael J. Wysocki
· 16 years ago
07e836e
PCI PM: Move pci_has_legacy_pm_support
by Rafael J. Wysocki
· 16 years ago
571ff75
PCI PM: Power-manage devices without drivers during suspend-resume
by Rafael J. Wysocki
· 16 years ago
fa58d30
PCI PM: Add suspend counterpart of pci_reenable_device
by Rafael J. Wysocki
· 16 years ago
c9b9972
PCI PM: Fix poweroff and restore callbacks
by Rafael J. Wysocki
· 16 years ago
873392c
PCI: work_on_cpu: use in drivers/pci/pci-driver.c
by Rusty Russell
· 16 years ago
2debb4d
PCI: allow pci driver to support only dynids
by Chris Wright
· 16 years ago
355a72d
PCI: Rework default handling of suspend and resume
by Rafael J. Wysocki
· 16 years ago
adf0949
PM: Simplify the new suspend/hibernation framework for devices
by Rafael J. Wysocki
· 16 years ago
b41d6cf
PCI: Check dynids driver_data value for validity
by Jean Delvare
· 16 years ago
edbc25c
PCI: remove dynids.use_driver_data
by Milton Miller
· 16 years ago
dc7c65d
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 16 years ago
bbb44d9
PCI: implement new suspend/resume callbacks
by Rafael J. Wysocki
· 16 years ago
e1a2a51
Suspend/Resume bug in PCI layer wrt quirks
by Rafael J. Wysocki
· 17 years ago
4efeb4d
PCI: use dev_to_node in pci_call_probe
by Yinghai Lu
· 17 years ago
d52877c
pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2
by Yinghai Lu
· 17 years ago
f70316d
generic: use new set_cpus_allowed_ptr function
by Mike Travis
· 17 years ago
74e27e4
PCI: Mem Policy: fix mempolicy usage in pci driver
by Lee Schermerhorn
· 17 years ago
2b93730
PCI: remove foolish code from pci-driver.c
by Greg Kroah-Hartman
· 17 years ago
03d43b1
PCI: use proper call to driver_create_file
by Greg Kroah-Hartman
· 17 years ago
Next »