Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: PCI: convert acpi-info.txt to reST

Convert plain text documentation to reStructuredText format and add it to
Sphinx TOC tree. No essential content change.

Signed-off-by: Changbin Du <changbin.du@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

authored by

Changbin Du and committed by
Bjorn Helgaas
b66357f3 3b9bae02

+11 -5
+10 -5
Documentation/PCI/acpi-info.txt Documentation/PCI/acpi-info.rst
··· 1 - ACPI considerations for PCI host bridges 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ======================================== 4 + ACPI considerations for PCI host bridges 5 + ======================================== 2 6 3 7 The general rule is that the ACPI namespace should describe everything the 4 8 OS might use unless there's another way for the OS to find it [1, 2]. ··· 135 131 136 132 [4] ACPI 6.2, sec 6.4.3.5.1, 2, 3, 4: 137 133 QWord/DWord/Word Address Space Descriptor (.1, .2, .3) 138 - General Flags: Bit [0] Ignored 134 + General Flags: Bit [0] Ignored 139 135 140 136 Extended Address Space Descriptor (.4) 141 - General Flags: Bit [0] Consumer/Producer: 142 - 1–This device consumes this resource 143 - 0–This device produces and consumes this resource 137 + General Flags: Bit [0] Consumer/Producer: 138 + 139 + * 1 – This device consumes this resource 140 + * 0 – This device produces and consumes this resource 144 141 145 142 [5] ACPI 6.2, sec 19.6.43: 146 143 ResourceUsage specifies whether the Memory range is consumed by
+1
Documentation/PCI/index.rst
··· 12 12 picebus-howto 13 13 pci-iov-howto 14 14 msi-howto 15 + acpi-info