summaryrefslogtreecommitdiffstats
path: root/Documentation/PCI/pci-iov-howto.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PCI/doc: Convert examples to generic power managementBjorn Helgaas2022-07-121-4/+3
| | | | | | | | | PCI-specific power management (pci_driver.suspend and pci_driver.resume) is deprecated. Convert sample code to the generic power management framework. Link: https://lore.kernel.org/r/20220607232946.355987-1-helgaas@kernel.org Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
* Documentation: PCI: convert pci-iov-howto.txt to reSTChangbin Du2019-05-311-0/+172
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> Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>