Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4408f5319b6c8784120e0784df315b87e8a5dfef
/
drivers
/
pci
/
pci-driver.c
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
· 16 years ago
4efeb4d
PCI: use dev_to_node in pci_call_probe
by Yinghai Lu
· 16 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
d73460d
PCI: make pci_match_device() static
by Adrian Bunk
· 17 years ago
6a84258
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
by Linus Torvalds
· 17 years ago
a56bc69
PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID code
by Michael Ellerman
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
0b62e13
pci: rename __pci_reenable_device() to pci_reenable_device()
by Tejun Heo
· 17 years ago
8b60756
Fix more "deprecated" spellos.
by Randy Dunlap
· 18 years ago
5adc55d
PCI: remove the broken PCI_MULTITHREAD_PROBE option
by Adrian Bunk
· 18 years ago
6ba1863
PCI: Require vendor and device for new_id
by Jean Delvare
· 18 years ago
21c7f30
driver core: per-subsystem multithreaded probing
by Cornelia Huck
· 18 years ago
f95d882
PCI/sysfs/kobject kernel-doc fixes
by Randy Dunlap
· 18 years ago
78149df
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
by Linus Torvalds
· 18 years ago
38cc130
PCI : add extremely specialized __pci_reenable_device for default resume
by Hidetoshi Seto
· 18 years ago
924b08f
PCI : remove too specialized __pci_enable_device for default resume
by Hidetoshi Seto
· 18 years ago
725522b
PCI: add the sysfs driver name to all modules
by Greg Kroah-Hartman
· 18 years ago
ae9608a
PCI: fix pci-driver kernel-doc
by Randy Dunlap
· 18 years ago
1597cac
PCI: Fix multiple problems with VIA hardware
by Alan Cox
· 18 years ago
7461b60
PCI: use /sys/bus/pci/drivers/<driver>/new_id first
by Russell King
· 18 years ago
bae94d0
PCI: switch pci_{enable,disable}_device() to be nestable
by Inaky Perez-Gonzalez
· 18 years ago
50bf14b
pci: fix __pci_register_driver error handling
by Akinobu Mita
· 18 years ago
2449e06
PCI: reset pci device state to unknown state for resume
by Shaohua Li
· 18 years ago
50b0075
PCI: Multiprobe sanitizer
by Alan Cox
· 18 years ago
b19441a
PCI: fix __must_check warnings
by Greg Kroah-Hartman
· 18 years ago
0f397f8
PCI: enable driver multi-threaded probe
by Greg Kroah-Hartman
· 18 years ago
1d3a82a
PM: no suspend_prepare() phase
by David Brownell
· 18 years ago
cbd69db
Suspend changes for PCI core
by Linus Torvalds
· 18 years ago
39ba487
[PATCH] PCI: kerneldoc correction in pci-driver
by Henrik Kretzschmar
· 18 years ago
8d92bc2
[PATCH] PCI: Error handling on PCI device resume
by Jean Delvare
· 19 years ago
0266949
[PATCH] pm: print name of failed suspend function
by Andrew Morton
· 19 years ago
f5afe80
[PATCH] PCI: kzalloc() conversion in drivers/pci
by Eric Sesterhenn
· 19 years ago
50defa1
[PATCH] PCI: Add pci_device_shutdown to pci_bus_type
by Brian Gerst
· 19 years ago
b15d686
[PATCH] Add pci_bus_type probe and remove methods
by Russell King
· 19 years ago
312c004
[PATCH] driver core: replace "hotplug" by "uevent"
by Kay Sievers
· 19 years ago
863b18f
[PATCH] PCI: automatically set device_driver.owner
by Laurent riffard
· 19 years ago
f8eb100
[PATCH] pci-driver: store_new_id() not inline
by Randy Dunlap
· 19 years ago
8c65b4a
[PATCH] fix remaining missing includes
by Tim Schmielau
· 19 years ago
4e57b68
[PATCH] fix missing includes
by Tim Schmielau
· 19 years ago
8f7020d
[PATCH] kernel-doc: PCI fixes
by Randy Dunlap
· 19 years ago
a1720fd
[PATCH] PCI: Fixup PCI driver shutdown
by Russell King
· 19 years ago
95a6296
[PATCH] PCI: start paying attention to a lot of pci function return values
by Greg Kroah-Hartman
· 19 years ago
d42c699
[PATCH] PCI: Run PCI driver initialization on local node
by Andi Kleen
· 19 years ago
3d3c2ae
[PATCH] PCI: fix !CONFIG_HOTPLUG pci build problem
by Greg KH
· 19 years ago
7586585
[PATCH] PCI: clean up dynamic pci id logic
by Greg Kroah-Hartman
· 19 years ago
fc7e482
[PATCH] sysfs: (driver/pci) if show/store is missing return -EIO
by Dmitry Torokhov
· 20 years ago
c83d9945
[PATCH] Fix typo in drivers/pci/pci-driver.c
by Mika Kukkonen
· 19 years ago
794f5bf
[PATCH] PCI: don't override drv->shutdown unconditionally
by Christoph Hellwig
· 19 years ago
eaae4b3
[PATCH] PCI: Spelling fixes for drivers/pci.
by Steven Cole
· 20 years ago
c895817
[PATCH] PCI: Add pci shutdown ability
by Greg KH
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago