kernel-hacking-2024-linux-s.../drivers/pci
Bjorn Helgaas c9ed77eeba PCI: tidy PME support messages
This patch changes these two messages:

    pci 0000:00:03.0: supports D1
    pci 0000:00:03.0: supports D2

to this:

    pci 0000:00:03.0: supports D1 D2

It also trivially converts a "dev_printk(KERN_INFO, ...)" to
"dev_info(...)".

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2008-10-20 10:53:46 -07:00
..
hotplug PCI: ibmphp: list_for_each to list_for_each_entry-checkpatch cleanups 2008-10-20 10:53:45 -07:00
pcie PCI: follow lspci device/vendor style 2008-10-20 10:53:43 -07:00
.gitignore
access.c
bus.c
dmar.c VT-d: Changes to support KVM 2008-10-15 14:24:08 +02:00
hotplug-pci.c
hotplug.c
htirq.c
intel-iommu.c intel-iommu: typo fix and correct word in the comment 2008-10-20 08:52:34 -07:00
intr_remapping.c VT-d: Changes to support KVM 2008-10-15 14:24:08 +02:00
intr_remapping.h VT-d: Changes to support KVM 2008-10-15 14:24:08 +02:00
iova.c VT-d: Changes to support KVM 2008-10-15 14:24:08 +02:00
Kconfig
Makefile Merge branch 'linus' into x86/x2apic 2008-07-18 22:50:34 +02:00
msi.c PCI: fully restore MSI state at resume time 2008-08-07 08:52:37 -07:00
msi.h
pci-acpi.c PCI: disable ASPM per ACPI FADT setting 2008-07-28 14:56:09 -07:00
pci-driver.c PCI: Check dynids driver_data value for validity 2008-10-20 10:48:35 -07:00
pci-sysfs.c Check mapped ranges on sysfs resource files 2008-10-02 18:52:51 -07:00
pci.c PCI: tidy PME support messages 2008-10-20 10:53:46 -07:00
pci.h
probe.c PCI: follow lspci device/vendor style 2008-10-20 10:53:43 -07:00
proc.c PCI: fixup sparse endianness warnings in proc.c 2008-07-22 15:19:44 -07:00
quirks.c PCI: allow quirks to be compiled out 2008-10-20 10:53:40 -07:00
remove.c
rom.c Export the ROM enable/disable helpers 2008-09-26 18:59:05 -06:00
search.c PCI: fix compiler warnings in pci_get_subsys() 2008-09-16 15:52:08 -07:00
setup-bus.c pci: Use new %pR to print resource ranges 2008-10-20 09:12:32 -07:00
setup-irq.c
setup-res.c pci: Use new %pR to print resource ranges 2008-10-20 09:12:32 -07:00
slot.c
syscall.c