Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
06d5caf47ef4fbd9efdceae33293c42778cb7b0c
/
drivers
/
pci
/
pci.c
b3bad72
PCI PM: Fix initialization and kexec breakage for some devices
by Rafael J. Wysocki
· 15 years ago
1b6b8ce
PCI: only save/restore existent registers in the PCIe capability
by Yu Zhao
· 16 years ago
296ccb0
PCI: Setup disabled bridges even if buses are added
by Yuji Shimada
· 16 years ago
811158b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
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
8efb8c7
PCI PM: Make pci_prepare_to_sleep() disable wake-up if needed
by Rafael J. Wysocki
· 16 years ago
0e5dd46
PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2)
by Rafael J. Wysocki
· 16 years ago
4a86590
PCI PM: Make pci_set_power_state() handle devices with no PM support
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
f00a20e
PCI PM: Use pci_set_power_state during early resume
by Rafael J. Wysocki
· 16 years ago
877d031
trivial: Fix misspelling of firmware
by Nick Andrew
· 16 years ago
8985851
PCI: save and restore PCIe 2.0 registers
by Yu Zhao
· 16 years ago
8c5cdb6
PCI: restore saved SR-IOV state
by Yu Zhao
· 16 years ago
d1b054d
PCI: initialize and release SR-IOV capability
by Yu Zhao
· 16 years ago
32a9a68
PCI: allow assignment of memory resources with a specified alignment
by Yuji Shimada
· 16 years ago
c74d724
PCI: fix wrong assumption in pci_common_swizzle
by Kenji Kaneshige
· 16 years ago
c2a3072
PCI: fix wrong assumption in pci_get_interrupt_pin
by Kenji Kaneshige
· 16 years ago
5fe5db0
PCI: Speed up device reset function
by Sheng Yang
· 16 years ago
e496b61
PCI: __FUNCTION__ is gcc-specific, use __func__
by Harvey Harrison
· 16 years ago
f5ddcac
PCI: fix missing kernel-doc and typos
by Randy Dunlap
· 16 years ago
49c9681
PCI PM: Read power state from device after trying to change it on resume
by Rafael J. Wysocki
· 16 years ago
144a76b
PCI PM: Check if the state has been saved before trying to restore it
by Rafael J. Wysocki
· 16 years ago
476e7fa
PCI PM: Do not wait for buses in B2 or B3 during resume
by Rafael J. Wysocki
· 16 years ago
48f67f5
PCI PM: Power up devices before restoring their state
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
50246dd
Revert "PCI PM: Register power state of devices during initialization"
by Linus Torvalds
· 16 years ago
98e6e28
PCI PM: Register power state of devices during initialization
by Rafael J. Wysocki
· 16 years ago
7341042
PCI PM: Avoid touching devices behind bridges in unknown state
by Rafael J. Wysocki
· 16 years ago
fa58d30
PCI PM: Add suspend counterpart of pci_reenable_device
by Rafael J. Wysocki
· 16 years ago
6a47907
PCI: Add pci_clear_master() as opposite of pci_set_master()
by Ben Hutchings
· 16 years ago
68feac8
PCI: add pci_common_swizzle() for INTx swizzling
by Bjorn Helgaas
· 16 years ago
f06fc0b
PCI PM: Fix pci_update_current_state
by Rafael J. Wysocki
· 16 years ago
eb9c39d
PCI: set device wakeup capable flag if platform support is present
by Jesse Barnes
· 16 years ago
613e7ed
PCI: add a new function to map BAR offsets
by Yu Zhao
· 16 years ago
bc5f5a8
PCI: remove unnecessary condition check in pci_restore_bars()
by Yu Zhao
· 16 years ago
14add80
PCI: remove unnecessary arg of pci_update_resource()
by Yu Zhao
· 16 years ago
1684f5d
PCI: uninline pci_ioremap_bar()
by Andrew Morton
· 16 years ago
bebd590
PCI: fix incorrect error return in pci_enable_wake
by Alan Stern
· 16 years ago
57c2cf7
PCI: add pci_swizzle_interrupt_pin()
by Bjorn Helgaas
· 16 years ago
878f2e5
PCI: use config space encoding in pci_get_interrupt_pin()
by Bjorn Helgaas
· 16 years ago
63f4898
PCI: handle PCI state saving with interrupts disabled
by Rafael J. Wysocki
· 16 years ago
e8de148
resource: allow MMIO exclusivity for device drivers
by Arjan van de Ven
· 16 years ago
07ae95f
ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added
by Andrew Patterson
· 16 years ago
0ef5f8f
ACPI/PCI: PCI extended config _OSC support called when root bridge added
by Andrew Patterson
· 16 years ago
1ca8879
PCI: Extend pci_reset_function() to support PCI Advanced Features
by Sheng Yang
· 16 years ago
d91cdc7
PCI: Refactor pci_reset_function()
by Sheng Yang
· 16 years ago
ad04d31
pci_setup() is init, not devinit
by Al Viro
· 16 years ago
1df8fb3
PCI: Fix disable IRQ 0 in pci_reset_function()
by Sheng Yang
· 16 years ago
8113587
PCI: fix ARI code to be compatible with mixed ARI/non-ARI systems
by Zhao, Yu
· 16 years ago
8dd7f80
PCI: add support for function level reset
by Sheng Yang
· 16 years ago
d389fec
ACPI/PCI: Set support bit for MSI in support field of _OSC
by Taku Izumi
· 16 years ago
58c3a72
PCI: support PCIe ARI capability
by Yu Zhao
· 16 years ago
557848c
PCI: replace cfg space size (256/4096) by macros.
by Zhao, Yu
· 16 years ago
ec84f12
PCI: fix -Wakpm warnings in pci_pm_init debug output
by Jesse Barnes
· 16 years ago
c9ed77e
PCI: tidy PME support messages
by Bjorn Helgaas
· 16 years ago
0235c4f
PCI PM: Introduce function pci_wake_from_d3
by Rafael J. Wysocki
· 16 years ago
096e6f6
pci: Use new %pR to print resource ranges
by Benjamin Herrenschmidt
· 16 years ago
5a6c9b6
PCI PM: Export pci_pme_active to drivers
by Rafael J. Wysocki
· 16 years ago
979b179
PCI: add D3 power state avoidance quirk
by Alan Cox
· 16 years ago
3713907
PCI: document pci_target_state
by Jesse Barnes
· 16 years ago
e5899e1
PCI PM: make more PCI PM core functionality available to drivers
by Rafael J. Wysocki
· 16 years ago
443bd1c
pci kernel-doc fatal error
by Randy Dunlap
· 16 years ago
c300bd2fb
PCI: include linux/pm_wakeup.h for device_set_wakeup_capable
by Stephen Rothwell
· 16 years ago
c157dfa
PCI PM: Fix pci_prepare_to_sleep
by Rafael J. Wysocki
· 16 years ago
337001b
PCI: Simplify PCI device PM code
by Rafael J. Wysocki
· 16 years ago
404cc2d
PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleep
by Rafael J. Wysocki
· 16 years ago
eb9d0fe
PCI ACPI: Rework PCI handling of wake-up
by Rafael J. Wysocki
· 16 years ago
44e4e66
PCI: rework pci_set_power_state function to call platform first
by Rafael J. Wysocki
· 16 years ago
961d912
PCI: Introduce platform_pci_power_manageable function
by Rafael J. Wysocki
· 16 years ago
e4ec7a0
PCI: correct resource number in debug output
by Jesse Barnes
· 16 years ago
80ccba1
PCI: use dev_printk when possible
by Bjorn Helgaas
· 16 years ago
53eb2fb
Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 into linux-next
by Jesse Barnes
· 16 years ago
8d2bdf4
PCI ACPI: Drop the second argument of platform_pci_choose_state
by Rafael J. Wysocki
· 16 years ago
cf35e4a
PCI: remove CVS keywords
by Adrian Bunk
· 16 years ago
66bef8c
PCI: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
7d715a6
PCI: add PCI Express ASPM support
by Shaohua Li
· 17 years ago
49741c4
PCI: revert "pcie: utilize pcie transaction pending bit"
by Andrew Morton
· 17 years ago
3a2d5b7
PM: Introduce PM_EVENT_HIBERNATE callback state
by Rafael J. Wysocki
· 17 years ago
59fc67d
iommu sg merging: PCI: add dma segment boundary support
by FUJITA Tomonori
· 17 years ago
4d57cdf
iommu sg merging: PCI: add device_dma_parameters support
by FUJITA Tomonori
· 17 years ago
cc3a137
Revert "PCI: PCIE ASPM support"
by Greg Kroah-Hartman
· 17 years ago
215e871
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
by Linus Torvalds
· 17 years ago
6c723d5
PCI: PCIE ASPM support
by Shaohua Li
· 17 years ago
7cbe5b6
PCI: Remove pci_enable_device_bars()
by Benjamin Herrenschmidt
· 17 years ago
b718989
PCI: Add pci_enable_device_{io,mem} intefaces
by Benjamin Herrenschmidt
· 17 years ago
017fc48
PCI: avoid save the same type of cap multiple times
by Shaohua Li
· 17 years ago
ec0a3a2
PCI: correctly initialize a structure for pcie_save_pcix_state()
by Shaohua Li
· 17 years ago
f34303d
PCI: fix typo in pci_save_pcix_state
by Shaohua Li
· 17 years ago
4348a2d
pcie: utilize pcie transaction pending bit
by Shaohua Li
· 17 years ago
ad66859
PCI: make pci_restore_bars() static
by Adrian Bunk
· 17 years ago
b95d58e
pci: allow multiple calls to pcim_enable_device()
by Tejun Heo
· 17 years ago
b4482a4
more trivial signedness fixes in drivers
by Al Viro
· 17 years ago
32a2eea
PCI: Add 'nodomains' boot option, and pci_domains_supported global
by Jeff Garzik
· 17 years ago
7f78576
pci: implement "pci=noaer"
by Randy Dunlap
· 17 years ago
229f5af
PCI: is_power_of_2 in drivers/pci/pci.c
by vignesh babu
· 17 years ago
0b62e13
pci: rename __pci_reenable_device() to pci_reenable_device()
by Tejun Heo
· 17 years ago
42e61f4
kernel-doc fixes for PCI and drivers/base/
by Randy Dunlap
· 17 years ago
a4fb212
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 17 years ago
f0a664b
PCI: export __pci_reenable_device()
by Tejun Heo
· 17 years ago
ab826ca
ACPI: Use ACPI methods to select PCI device suspend state
by Shaohua Li
· 17 years ago
Next »