[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1443781507-5011-2-git-send-email-phil.edworthy@renesas.com>
Date: Fri, 2 Oct 2015 11:25:04 +0100
From: Phil Edworthy <phil.edworthy@...esas.com>
To: Bjorn Helgaas <bhelgaas@...gle.com>
Cc: Simon Horman <horms@...ge.net.au>,
Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@...esas.com>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
linux-pci@...r.kernel.org, linux-sh@...r.kernel.org,
linux-kernel@...r.kernel.org,
Phil Edworthy <phil.edworthy@...esas.com>
Subject: [PATCH 1/4] PCI: rcar-pcie: Make PCI aware of the IO resources
Signed-off-by: Phil Edworthy <phil.edworthy@...esas.com>
---
drivers/pci/host/pcie-rcar.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/pci/host/pcie-rcar.c b/drivers/pci/host/pcie-rcar.c
index 7678fe0..27e2c20 100644
--- a/drivers/pci/host/pcie-rcar.c
+++ b/drivers/pci/host/pcie-rcar.c
@@ -373,8 +373,9 @@ static int rcar_pcie_setup(int nr, struct pci_sys_data *sys)
if (res->flags & IORESOURCE_IO) {
phys_addr_t io_start = pci_pio_to_address(res->start);
pci_ioremap_io(nr * SZ_64K, io_start);
- } else
- pci_add_resource(&sys->resources, res);
+ }
+
+ pci_add_resource(&sys->resources, res);
}
pci_add_resource(&sys->resources, &pcie->busn);
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists