PCI/MSI: Move code into a separate directory
authorThomas Gleixner <tglx@linutronix.de>
Mon, 6 Dec 2021 22:27:47 +0000 (23:27 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 9 Dec 2021 10:52:22 +0000 (11:52 +0100)
commit288c81ce4be7c15544605594966faaeb8803b5da
tree1a9fde1e2f0796a7a2120092052ff5ae3640764a
parent7112158d97a1539b217c360d379724ac3ee99fa3
PCI/MSI: Move code into a separate directory

msi.c is getting larger and really could do with a splitup. Move it into
its own directory to prepare for that.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20211206210224.655043033@linutronix.de
Documentation/driver-api/pci/pci.rst
drivers/pci/Makefile
drivers/pci/msi/Makefile [new file with mode: 0644]
drivers/pci/msi/msi.c [moved from drivers/pci/msi.c with 99% similarity]