Centos-kernel-stream-9/Documentation/driver-api/pci
Myron Stowe 80a8fe4fd2 PCI: Move PCI-specific devres code to drivers/pci/
JIRA: https://issues.redhat.com/browse/RHEL-33544
Upstream Status: acc2364fe661069637c60ed5bbd32ea2a2c5ef61

commit acc2364fe661069637c60ed5bbd32ea2a2c5ef61
Author: Philipp Stanner <pstanner@redhat.com>
Date:   Wed Jan 31 10:00:22 2024 +0100

    PCI: Move PCI-specific devres code to drivers/pci/

    The pcim_*() functions in lib/devres.c are guarded by an #ifdef CONFIG_PCI
    and, thus, don't belong to this file. They are only ever used for PCI and
    are not generic infrastructure.

    Move all pcim_*() functions in lib/devres.c to drivers/pci/devres.c.
    Adjust the Makefile.

    Add drivers/pci/devres.c to Documentation.

    Link: https://lore.kernel.org/r/20240131090023.12331-4-pstanner@redhat.com
    Suggested-by: Danilo Krummrich <dakr@redhat.com>
    Signed-off-by: Philipp Stanner <pstanner@redhat.com>
    Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

Signed-off-by: Myron Stowe <mstowe@redhat.com>
2024-05-13 15:52:32 -06:00
..
index.rst
p2pdma.rst
pci.rst PCI: Move PCI-specific devres code to drivers/pci/ 2024-05-13 15:52:32 -06:00