index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
/
portdrv_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-24
PCI: PCIe: Disable PCIe port services during port initialization
Rafael J. Wysocki
1
-3
/
+26
2010-08-24
PCI: PCIe: Ask BIOS for control of all native services at once
Rafael J. Wysocki
1
-3
/
+22
2010-08-24
PCI: PCIe: Introduce commad line switch for disabling port services
Rafael J. Wysocki
1
-0
/
+3
2010-02-26
PM: Allow PCI devices to suspend/resume asynchronously
Rafael J. Wysocki
1
-0
/
+1
2010-02-22
PCI PM: Make it possible to force using INTx for PCIe PME signaling
Rafael J. Wysocki
1
-2
/
+10
2010-01-04
PCI: pcie portdrv: style cleanup
Hidetoshi Seto
1
-9
/
+7
2009-12-04
PCI: portdrv: remove redundant definitions
Kenji Kaneshige
1
-7
/
+6
2009-12-04
PCI: portdrv: remove unnecessary struct pcie_port_data
Kenji Kaneshige
1
-14
/
+1
2009-12-04
PCI: portdrv: minor cleanup for pcie_port_device_register
Kenji Kaneshige
1
-11
/
+10
2009-12-04
PCI: portdrv: add missing irq cleanup
Kenji Kaneshige
1
-7
/
+12
2009-12-04
PCI: portdrv: enable device before irq initialization
Kenji Kaneshige
1
-10
/
+11
2009-12-04
PCI: portdrv: cleanup service irqs initialization
Kenji Kaneshige
1
-42
/
+29
2009-12-04
PCI: portdrv: check capabilities first
Kenji Kaneshige
1
-2
/
+4
2009-12-04
PCI: portdrv: move PME capability check
Kenji Kaneshige
1
-3
/
+3
2009-12-04
PCI: portdrv: remove redundant pcie type calculation
Kenji Kaneshige
1
-6
/
+2
2009-12-04
PCI: portdrv: cleanup pcie_device registration
Kenji Kaneshige
1
-51
/
+26
2009-12-04
PCI: portdrv: remove redundant pcie_port_device_probe
Kenji Kaneshige
1
-22
/
+0
2009-11-24
PCIe port bus: use pci_pcie_cap()
Kenji Kaneshige
1
-7
/
+7
2009-09-11
PCI: pcie portdrv: remove unused variable
Jesse Barnes
1
-1
/
+0
2009-09-09
PCI: Simplify hotplug mch quirk.
Eric W. Biederman
1
-5
/
+0
2009-06-15
PCIE: remove driver_data direct access of struct device
Greg Kroah-Hartman
1
-1
/
+1
2009-03-20
PCIe: portdrv: call pci_disable_device during remove
Alex Chiang
1
-0
/
+1
2009-03-20
PCI: PCIe portdrv: Implement pm object
Rafael J. Wysocki
1
-8
/
+6
2009-03-20
PCI: pcie_portdriver: fix pcie_port_device_remove
Eric W. Biederman
1
-20
/
+3
2009-03-19
PCI/PCIe portdrv: Fix allocation of interrupts
Rafael J. Wysocki
1
-39
/
+167
2009-03-19
PCI: PCIe portdrv: Remove struct pcie_port_service_id
Rafael J. Wysocki
1
-4
/
+1
2009-03-19
PCI: PCIe portdrv: Simplily probe callback of service drivers
Rafael J. Wysocki
1
-1
/
+1
2009-03-19
PCI: PCIe portdrv: Do not enable port device before setting up interrupts
Rafael J. Wysocki
1
-10
/
+28
2009-03-19
PCI: PCIe portdrv: Aviod using service devices with wrong interrupts
Rafael J. Wysocki
1
-13
/
+28
2009-03-19
PCI: PCIe portdrv: Use driver data to simplify code
Rafael J. Wysocki
1
-59
/
+36
2009-01-07
PCI: PCIe portdrv: Add kerneldoc comments to remining core funtions
Rafael J. Wysocki
1
-0
/
+34
2009-01-07
PCI: PCIe portdrv: Rearrange code so that related things are together
Rafael J. Wysocki
1
-50
/
+40
2009-01-07
PCI: PCIe portdrv: Fix suspend and resume of PCI Express port services
Rafael J. Wysocki
1
-33
/
+0
2009-01-07
PCI: PCIe portdrv: Add kerneldoc comments to some core functions
Rafael J. Wysocki
1
-7
/
+70
2009-01-07
PCI: pcie port driver: remove extra printks
Bjorn Helgaas
1
-4
/
+0
2009-01-07
PCI: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2008-10-20
PCI: use pci_find_ext_capability everywhere
Jesse Barnes
1
-18
/
+5
2008-06-25
PCIE: port driver: use dev_printk when possible
Bjorn Helgaas
1
-11
/
+11
2008-04-20
PCI: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-2
/
+2
2008-02-01
pcie port driver: correctly detect native PME feature
Shaohua Li
1
-3
/
+2
2006-10-18
PCI: pcie-check-and-return-bus_register-errors fix
Andrew Morton
1
-2
/
+1
2006-09-26
PCI: fix __must_check warnings
Greg Kroah-Hartman
1
-4
/
+2
2006-09-26
PCIE: check and return bus_register errors
Randy Dunlap
1
-2
/
+3
2006-03-23
[PATCH] PCI: kzalloc() conversion in drivers/pci
Eric Sesterhenn
1
-2
/
+1
2006-01-09
[PATCH] PCIE: make bus_id for PCI Express devices unique
Sergey Vlasov
1
-2
/
+2
2005-10-30
[PATCH] fix missing includes
Tim Schmielau
1
-0
/
+2
2005-10-28
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
1
-2
/
+2
2005-07-07
[PATCH] pm: more u32 vs. pm_message_t fixes
Pavel Machek
1
-3
/
+3
2005-07-01
[PATCH] PCI: acpi tg3 ethernet not coming back properly after S3 suspendon De...
long
1
-0
/
+8
2005-06-20
[PATCH] use device_for_each_child() to properly access child devices.
long
1
-74
/
+65
[next]