diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-30 02:35:05 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-30 02:35:05 -0400 |
| commit | f85f19de90a9997583bb26e6f1f9297a4e152c18 (patch) | |
| tree | 2dfe61dab6c39ca202f114cb68c68978da1624e3 /include/linux | |
| parent | b993fdbc7fe26f96b59003a3552c418a71aa0a9f (diff) | |
| parent | 7b87c9df5602efd6c7edeb291bbd104d49a6babf (diff) | |
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
* 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6:
PCI: remove printks about disabled bridge windows
PCI: fold pci_calc_resource_flags() into decode_bar()
PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BAR
PCI: correct pcie_set_readrq write size
PCI: pciehp: change wait time for valid configuration access
x86/PCI: Preserve existing pci=bfsort whitelist for Dell systems
PCI: ARI is a PCIe v2 feature
x86/PCI: quirks: Use pci_dev->revision
PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
PCI hotplug: cpqphp: use pci_dev->vendor
PCI hotplug: cpqphp: use pci_dev->subsystem_{vendor|device}
x86/PCI: config space accessor functions should not ignore the segment argument
PCI: Assign values to 'pci_obff_signal_type' enumeration constants
x86/PCI: reduce severity of host bridge window conflict warnings
PCI: enumerate the PCI device only removed out PCI hieratchy of OS when re-scanning PCI
PCI: PCIe AER: add aer_recover_queue
x86/PCI: select direct access mode for mmconfig option
PCI hotplug: Rename is_ejectable which also exists in dock.c
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/aer.h | 3 | ||||
| -rw-r--r-- | include/linux/pci.h | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/include/linux/aer.h b/include/linux/aer.h index 8414de22a779..544abdb2238c 100644 --- a/include/linux/aer.h +++ b/include/linux/aer.h | |||
| @@ -51,5 +51,8 @@ static inline int pci_cleanup_aer_uncorrect_error_status(struct pci_dev *dev) | |||
| 51 | 51 | ||
| 52 | extern void cper_print_aer(const char *prefix, int cper_severity, | 52 | extern void cper_print_aer(const char *prefix, int cper_severity, |
| 53 | struct aer_capability_regs *aer); | 53 | struct aer_capability_regs *aer); |
| 54 | extern int cper_severity_to_aer(int cper_severity); | ||
| 55 | extern void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn, | ||
| 56 | int severity); | ||
| 54 | #endif //_AER_H_ | 57 | #endif //_AER_H_ |
| 55 | 58 | ||
diff --git a/include/linux/pci.h b/include/linux/pci.h index 3a5626df37ce..f27893b3b724 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
| @@ -843,8 +843,8 @@ void pci_enable_ido(struct pci_dev *dev, unsigned long type); | |||
| 843 | void pci_disable_ido(struct pci_dev *dev, unsigned long type); | 843 | void pci_disable_ido(struct pci_dev *dev, unsigned long type); |
| 844 | 844 | ||
| 845 | enum pci_obff_signal_type { | 845 | enum pci_obff_signal_type { |
| 846 | PCI_EXP_OBFF_SIGNAL_L0, | 846 | PCI_EXP_OBFF_SIGNAL_L0 = 0, |
| 847 | PCI_EXP_OBFF_SIGNAL_ALWAYS, | 847 | PCI_EXP_OBFF_SIGNAL_ALWAYS = 1, |
| 848 | }; | 848 | }; |
| 849 | int pci_enable_obff(struct pci_dev *dev, enum pci_obff_signal_type); | 849 | int pci_enable_obff(struct pci_dev *dev, enum pci_obff_signal_type); |
| 850 | void pci_disable_obff(struct pci_dev *dev); | 850 | void pci_disable_obff(struct pci_dev *dev); |
| @@ -879,7 +879,7 @@ void pdev_enable_device(struct pci_dev *); | |||
| 879 | void pdev_sort_resources(struct pci_dev *, struct resource_list *); | 879 | void pdev_sort_resources(struct pci_dev *, struct resource_list *); |
| 880 | int pci_enable_resources(struct pci_dev *, int mask); | 880 | int pci_enable_resources(struct pci_dev *, int mask); |
| 881 | void pci_fixup_irqs(u8 (*)(struct pci_dev *, u8 *), | 881 | void pci_fixup_irqs(u8 (*)(struct pci_dev *, u8 *), |
| 882 | int (*)(struct pci_dev *, u8, u8)); | 882 | int (*)(const struct pci_dev *, u8, u8)); |
| 883 | #define HAVE_PCI_REQ_REGIONS 2 | 883 | #define HAVE_PCI_REQ_REGIONS 2 |
| 884 | int __must_check pci_request_regions(struct pci_dev *, const char *); | 884 | int __must_check pci_request_regions(struct pci_dev *, const char *); |
| 885 | int __must_check pci_request_regions_exclusive(struct pci_dev *, const char *); | 885 | int __must_check pci_request_regions_exclusive(struct pci_dev *, const char *); |
