PCI: rework Documentation/pci.txt
commit74da15eb1188ba9f22f7eba2c0dc56bbffcc597b
authorGrant Grundler <grundler@parisc-linux.org>
Mon, 25 Dec 2006 08:06:35 +0000 (25 01:06 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 22 Jan 2007 20:00:54 +0000 (22 12:00 -0800)
tree2f60ab70a4b811ccf5c1721705693b1ba5a87f3f
parent2e45785c529e0c60b1801b4fabacb05e0b8cdf87
PCI: rework Documentation/pci.txt

Rewrite Documentation/pci.txt:
o restructure document to match how API is used when writing init code.
o update to reflect changes in struct pci_driver function pointers.
o removed language on "new style vs old style" device discovery.
  "Old style" is now deprecated. Don't use it. Left description in
  to document existing driver behaviors.
o add section "Legacy I/O Port free driver" by Kenji Kaneshige
  http://lkml.org/lkml/2006/11/22/25
  (renamed to "pci_enable_device_bars() and Legacy I/O Port space")
o add "MMIO space and write posting" section to help avoid common pitfall
  when converting drivers from IO Port space to MMIO space.
  Orignally posted http://lkml.org/lkml/2006/2/27/24
o many typo/grammer/spelling corrections from Randy Dunlap
o two more spelling corrections from Stephan Richter
o fix CodingStyle as per Randy Dunlap

Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/pci.txt