]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - Documentation/admin-guide/kernel-parameters.txt
PCI: Make early dump functionality generic
authorSinan Kaya <okaya@codeaurora.org>
Tue, 5 Jun 2018 02:16:09 +0000 (22:16 -0400)
committerBjorn Helgaas <helgaas@kernel.org>
Sat, 30 Jun 2018 01:06:07 +0000 (20:06 -0500)
commit11eb0e0e8dea8b97cff972b09cf6fb033b729dff
tree84ca9d5c2ae77c4bb21984c68469b75c37eb80ad
parentb1277a226d8c519b8c33e23fe68b4e1658f15963
PCI: Make early dump functionality generic

Move early dump functionality into common code so that it is available for
all architectures.  No need to carry arch-specific reads around as the read
hooks are already initialized by the time pci_setup_device() is getting
called during scan.

Tested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Documentation/admin-guide/kernel-parameters.txt
arch/x86/include/asm/pci-direct.h
arch/x86/kernel/setup.c
arch/x86/pci/common.c
arch/x86/pci/early.c
drivers/pci/pci.c
drivers/pci/pci.h
drivers/pci/probe.c