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

docs: pci: endpoint/function/binding/pci-test.txt convert to ReST

Convert this file to ReST by adding a proper title to it and
use the right markups for a table.

While here, add a SPDX header.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/6254963b85417e44865dab05e4b99cd485074132.1592203650.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
7910b136 9f70e48e

+29 -20
+26
Documentation/PCI/endpoint/function/binding/pci-test.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ========================== 4 + PCI Test Endpoint Function 5 + ========================== 6 + 7 + name: Should be "pci_epf_test" to bind to the pci_epf_test driver. 8 + 9 + Configurable Fields: 10 + 11 + ================ =========================================================== 12 + vendorid should be 0x104c 13 + deviceid should be 0xb500 for DRA74x and 0xb501 for DRA72x 14 + revid don't care 15 + progif_code don't care 16 + subclass_code don't care 17 + baseclass_code should be 0xff 18 + cache_line_size don't care 19 + subsys_vendor_id don't care 20 + subsys_id don't care 21 + interrupt_pin Should be 1 - INTA, 2 - INTB, 3 - INTC, 4 -INTD 22 + msi_interrupts Should be 1 to 32 depending on the number of MSI interrupts 23 + to test 24 + msix_interrupts Should be 1 to 2048 depending on the number of MSI-X 25 + interrupts to test 26 + ================ ===========================================================
-19
Documentation/PCI/endpoint/function/binding/pci-test.txt
··· 1 - PCI TEST ENDPOINT FUNCTION 2 - 3 - name: Should be "pci_epf_test" to bind to the pci_epf_test driver. 4 - 5 - Configurable Fields: 6 - vendorid : should be 0x104c 7 - deviceid : should be 0xb500 for DRA74x and 0xb501 for DRA72x 8 - revid : don't care 9 - progif_code : don't care 10 - subclass_code : don't care 11 - baseclass_code : should be 0xff 12 - cache_line_size : don't care 13 - subsys_vendor_id : don't care 14 - subsys_id : don't care 15 - interrupt_pin : Should be 1 - INTA, 2 - INTB, 3 - INTC, 4 -INTD 16 - msi_interrupts : Should be 1 to 32 depending on the number of MSI interrupts 17 - to test 18 - msix_interrupts : Should be 1 to 2048 depending on the number of MSI-X 19 - interrupts to test
+2
Documentation/PCI/endpoint/index.rst
··· 11 11 pci-endpoint-cfs 12 12 pci-test-function 13 13 pci-test-howto 14 + 15 + function/binding/pci-test
+1 -1
Documentation/misc-devices/pci-endpoint-test.rst
··· 53 53 Perform read tests. The size of the buffer should be passed 54 54 as argument. 55 55 56 - .. [1] Documentation/PCI/endpoint/function/binding/pci-test.txt 56 + .. [1] Documentation/PCI/endpoint/function/binding/pci-test.rst