]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: Add fwnode handler as input param of pci_register_io_range()
authorGabriele Paoloni <gabriele.paoloni@huawei.com>
Wed, 14 Mar 2018 18:15:52 +0000 (02:15 +0800)
committerBjorn Helgaas <helgaas@kernel.org>
Wed, 4 Apr 2018 13:42:45 +0000 (08:42 -0500)
commitfcfaab30933bd151bd8cb4dd07b3f11d885bb611
tree14f03054fb9fa9007234843a31482bc2e1c78bba
parente2515476ab3ca228369be14ac4792787c91d1804
PCI: Add fwnode handler as input param of pci_register_io_range()

In preparation for having the PCI MMIO helpers use the new generic I/O
space management (logical PIO) we need to add the fwnode handler as an
extra input parameter.

Changes the signature of pci_register_io_range() and its callers as
needed.

Tested-by: dann frazier <dann.frazier@canonical.com>
Signed-off-by: Gabriele Paoloni <gabriele.paoloni@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
drivers/acpi/pci_root.c
drivers/of/address.c
drivers/pci/pci.c
include/linux/pci.h