mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00

The entirety of pci_iomap.c is guarded by an #ifdef CONFIG_PCI. It, consequently, does not belong to lib/ because it is not generic infrastructure. Move pci_iomap.c to drivers/pci/ and implement the necessary changes to Makefiles and Kconfigs. Update MAINTAINERS file. Update Documentation. Link: https://lore.kernel.org/r/20240131090023.12331-3-pstanner@redhat.com [bhelgaas: squash in https://lore.kernel.org/r/20240212150934.24559-1-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> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
50 lines
856 B
ReStructuredText
50 lines
856 B
ReStructuredText
PCI Support Library
|
|
-------------------
|
|
|
|
.. kernel-doc:: drivers/pci/pci.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/iomap.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/pci-driver.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/remove.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/search.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/msi/msi.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/bus.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/access.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/irq.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/probe.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/slot.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/rom.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/iov.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/pci/pci-sysfs.c
|
|
:internal:
|
|
|
|
PCI Hotplug Support Library
|
|
---------------------------
|
|
|
|
.. kernel-doc:: drivers/pci/hotplug/pci_hotplug_core.c
|
|
:export:
|