Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b5ff469 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman
Browse files

PCI: doc/pci: create Documentation/PCI/ and move files into it



Create Documentation/PCI/ and move PCI-related files to it.
Fix a few instances of trailing whitespace.
Update references to the new file locations.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3925e6fc
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@ DMA-API.txt
	- DMA API, pci_ API & extensions for non-consistent memory machines.
DMA-ISA-LPC.txt
	- How to do DMA with ISA (and LPC) devices.
DMA-mapping.txt
	- info for PCI drivers using DMA portably across all platforms.
DocBook/
	- directory with DocBook templates etc. for kernel documentation.
HOWTO
@@ -43,8 +41,6 @@ ManagementStyle
	- how to (attempt to) manage kernel hackers.
MSI-HOWTO.txt
	- the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ.
PCIEBUS-HOWTO.txt
	- a guide describing the PCI Express Port Bus driver.
RCU/
	- directory with info on RCU (read-copy update).
README.DAC960
@@ -285,12 +281,6 @@ parport.txt
	- how to use the parallel-port driver.
parport-lowlevel.txt
	- description and usage of the low level parallel port functions.
pci-error-recovery.txt
	- info on PCI error recovery.
pci.txt
	- info on the PCI subsystem for device driver authors.
pcieaer-howto.txt
	- the PCI Express Advanced Error Reporting Driver Guide HOWTO.
pcmcia/
	- info on the Linux PCMCIA driver.
pi-futex.txt
+12 −0
Original line number Diff line number Diff line
00-INDEX
	- this file
PCI-DMA-mapping.txt
	- info for PCI drivers using DMA portably across all platforms
PCIEBUS-HOWTO.txt
	- a guide describing the PCI Express Port Bus driver
pci-error-recovery.txt
	- info on PCI error recovery
pci.txt
	- info on the PCI subsystem for device driver authors
pcieaer-howto.txt
	- the PCI Express Advanced Error Reporting Driver Guide HOWTO
+6 −6

File changed and moved.

Contains only whitespace changes.

+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ initialization with a pointer to a structure describing the driver
			the power state of a device before reboot.
			e.g. drivers/net/e100.c.

	err_handler	See Documentation/pci-error-recovery.txt
	err_handler	See Documentation/PCI/pci-error-recovery.txt


The ID table is an array of struct pci_device_id entries ending with an
Loading