Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1238095
| From | Phil Edworthy <phil.edworthy@renesas.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances |
| Date | 2015-10-02 12:30 +0200 |
| Message-ID | <qf5Lc-Ax-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fixes and changes to get PCIe working on ARM64 with mulitple instances. I've tested these on ARM (Koelsch board), and it works fine. I've also tested on ARM64 (Salvator-X board), but I currently have an issue with inbound PCI accesses. I am reasonably sure that this problem is hardware related. Phil Edworthy (4): PCI: rcar-pcie: Make PCI aware of the IO resources PCI: rcar-pcie: Remove dependency on ARM-specific struct hw_pci PCI: rcar-pcie: Set root bus nr to that provided in DT PCI: rcar-pcie: Fix IO offset for multiple instances drivers/pci/host/pcie-rcar.c | 86 ++++++++++++++++++++++++++++---------------- 1 file changed, 55 insertions(+), 31 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances Phil Edworthy <phil.edworthy@renesas.com> - 2015-10-02 12:30 +0200 [PATCH 3/4] PCI: rcar-pcie: Set root bus nr to that provided in DT Phil Edworthy <phil.edworthy@renesas.com> - 2015-10-02 12:30 +0200 [PATCH 1/4] PCI: rcar-pcie: Make PCI aware of the IO resources Phil Edworthy <phil.edworthy@renesas.com> - 2015-10-02 12:30 +0200 [PATCH 2/4] PCI: rcar-pcie: Remove dependency on ARM-specific struct hw_pci Phil Edworthy <phil.edworthy@renesas.com> - 2015-10-02 12:30 +0200 [PATCH 4/4] PCI: rcar-pcie: Fix IO offset for multiple instances Phil Edworthy <phil.edworthy@renesas.com> - 2015-10-02 12:30 +0200
csiph-web