diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-21 18:58:35 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-21 18:58:35 -0400 |
| commit | bda0c0afa7a694bb1459fd023515aca681e4d79a (patch) | |
| tree | cd8b9d9811463de2065cbe79d59689082d6c53cf | |
| parent | 904e0ab54b7591b9cb01cfc0dbbedcc8bc0d949b (diff) | |
| parent | af40b485ea2d957ae2f237ab0e33539ae8f29562 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6: (42 commits)
PCI: Change PCI subsystem MAINTAINER
PCI: pci-iommu-iotlb-flushing-speedup
PCI: pci_setup_bridge() mustn't be __devinit
PCI: pci_bus_size_cardbus() mustn't be __devinit
PCI: pci_scan_device() mustn't be __devinit
PCI: pci_alloc_child_bus() mustn't be __devinit
PCI: replace remaining __FUNCTION__ occurrences
PCI: Hotplug: fakephp: Return success, not ENODEV, when bus rescan is triggered
PCI: Hotplug: Fix leaks in IBM Hot Plug Controller Driver - ibmphp_init_devno()
PCI: clean up resource alignment management
PCI: aerdrv_acpi.c: remove unneeded NULL check
PCI: Update VIA CX700 quirk
PCI: Expose PCI VPD through sysfs
PCI: iommu: iotlb flushing
PCI: simplify quirk debug output
PCI: iova RB tree setup tweak
PCI: parisc: use generic pci_enable_resources()
PCI: ppc: use generic pci_enable_resources()
PCI: powerpc: use generic pci_enable_resources()
PCI: ia64: use generic pci_enable_resources()
...
91 files changed, 2213 insertions, 1300 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index f7923a42e769..a82a113b4a4b 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX | |||
| @@ -25,8 +25,6 @@ DMA-API.txt | |||
| 25 | - DMA API, pci_ API & extensions for non-consistent memory machines. | 25 | - DMA API, pci_ API & extensions for non-consistent memory machines. |
| 26 | DMA-ISA-LPC.txt | 26 | DMA-ISA-LPC.txt |
| 27 | - How to do DMA with ISA (and LPC) devices. | 27 | - How to do DMA with ISA (and LPC) devices. |
| 28 | DMA-mapping.txt | ||
| 29 | - info for PCI drivers using DMA portably across all platforms. | ||
| 30 | DocBook/ | 28 | DocBook/ |
| 31 | - directory with DocBook templates etc. for kernel documentation. | 29 | - directory with DocBook templates etc. for kernel documentation. |
| 32 | HOWTO | 30 | HOWTO |
| @@ -43,8 +41,6 @@ ManagementStyle | |||
| 43 | - how to (attempt to) manage kernel hackers. | 41 | - how to (attempt to) manage kernel hackers. |
| 44 | MSI-HOWTO.txt | 42 | MSI-HOWTO.txt |
| 45 | - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ. | 43 | - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ. |
| 46 | PCIEBUS-HOWTO.txt | ||
| 47 | - a guide describing the PCI Express Port Bus driver. | ||
| 48 | RCU/ | 44 | RCU/ |
| 49 | - directory with info on RCU (read-copy update). | 45 | - directory with info on RCU (read-copy update). |
| 50 | README.DAC960 | 46 | README.DAC960 |
| @@ -285,12 +281,6 @@ parport.txt | |||
| 285 | - how to use the parallel-port driver. | 281 | - how to use the parallel-port driver. |
| 286 | parport-lowlevel.txt | 282 | parport-lowlevel.txt |
| 287 | - description and usage of the low level parallel port functions. | 283 | - description and usage of the low level parallel port functions. |
| 288 | pci-error-recovery.txt | ||
| 289 | - info on PCI error recovery. | ||
| 290 | pci.txt | ||
| 291 | - info on the PCI subsystem for device driver authors. | ||
| 292 | pcieaer-howto.txt | ||
| 293 | - the PCI Express Advanced Error Reporting Driver Guide HOWTO. | ||
| 294 | pcmcia/ | 284 | pcmcia/ |
| 295 | - info on the Linux PCMCIA driver. | 285 | - info on the Linux PCMCIA driver. |
| 296 | pi-futex.txt | 286 | pi-futex.txt |
diff --git a/Documentation/ABI/testing/sysfs-bus-pci b/Documentation/ABI/testing/sysfs-bus-pci new file mode 100644 index 000000000000..ceddcff4082a --- /dev/null +++ b/Documentation/ABI/testing/sysfs-bus-pci | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | What: /sys/bus/pci/devices/.../vpd | ||
| 2 | Date: February 2008 | ||
| 3 | Contact: Ben Hutchings <bhutchings@solarflare.com> | ||
