summaryrefslogtreecommitdiff
path: root/drivers/pci/host
AgeCommit message (Expand)AuthorFilesLines
2015-11-02PCI: designware: Use of_pci_get_host_bridge_resources() to parse DTZhou Wang3-60/+53
2015-11-02Revert "PCI: designware: Program ATU with untranslated address"Zhou Wang3-38/+16
2015-11-02PCI: designware: Move calculation of bus addresses to DRA7xxGabriele Paoloni2-11/+11
2015-11-02PCI: designware: Make "num-lanes" an optional DT propertyGabriele Paoloni1-4/+6
2015-11-02PCI: designware: Require config accesses to be naturally alignedGabriele Paoloni1-0/+8
2015-11-02PCI: designware: Simplify dw_pcie_cfg_read/write() interfacesGabriele Paoloni5-33/+26
2015-11-02PCI: designware: Use exact access size in dw_pcie_cfg_read()Gabriele Paoloni1-6/+8
2015-11-02PCI: spear: Fix dw_pcie_cfg_read/write() usageGabriele Paoloni1-12/+14
2015-11-02PCI: designware: Set up high part of MSI target addressLucas Stach1-5/+12
2015-10-30PCI: rcar: Fix I/O offset for multiple host bridgesPhil Edworthy1-3/+6
2015-10-30PCI: rcar: Set root bus nr to that provided in DTPhil Edworthy1-1/+1
2015-10-30PCI: rcar: Remove dependency on ARM-specific struct hw_pciPhil Edworthy1-28/+48
2015-10-30PCI: rcar: Make PCI aware of the I/O resourcesPhil Edworthy1-2/+3
2015-10-30PCI: rcar: Build pcie-rcar.c only on ARMGeert Uytterhoeven1-1/+2
2015-10-30PCI: rcar: Build pci-rcar-gen2.c only on ARMGeert Uytterhoeven1-1/+2
2015-10-23PCI: altera: Add Altera PCIe host controller driverLey Foon Tan3-0/+589
2015-10-22PCI: iproc: Fix header comment "Corporation" misspellingFlorian Fainelli1-1/+1
2015-10-16PCI: iproc: Add outbound mapping supportRay Jui3-0/+159
2015-10-13irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier1-1/+1
2015-10-10PCI: generic: Fix address window calculation for non-zero starting busDavid Daney1-2/+2
2015-10-09PCI: mvebu: Remove code restricting accesses to slot 0Russell King1-24/+0
2015-10-09PCI: mvebu: Add PCI Express root complex capability blockRussell King1-4/+133
2015-10-09PCI: mvebu: Improve clock/reset handlingRussell King1-13/+43
2015-10-09PCI: mvebu: Use gpio_desc to carry around gpioRussell King1-15/+24
2015-10-09PCI: mvebu: Use devm_kcalloc() to allocate an arrayRussell King1-2/+1
2015-10-09PCI: mvebu: Use gpio_set_value_cansleep()Russell King1-2/+2
2015-10-09PCI: mvebu: Split port parsing and resource claiming from port setupRussell King1-3/+12
2015-10-09PCI: mvebu: Fix memory leaks and refcount leaksRussell King1-7/+43
2015-10-09PCI: mvebu: Move port parsing and resource claiming to separate functionRussell King1-56/+74
2015-10-08PCI: mvebu: Use port->name rather than "PCIe%d.%d"Russell King1-8/+8
2015-10-08PCI: mvebu: Report full node name when reporting a DT errorRussell King1-1/+2
2015-10-08PCI: mvebu: Use for_each_available_child_of_node() to walk child nodesRussell King1-4/+1
2015-10-08PCI: mvebu: Use of_get_available_child_count()Russell King1-8/+3
2015-10-08PCI: mvebu: Use exact config access size; don't read/modify/writeRussell King1-17/+26
2015-10-08PCI: mvebu: Return zero for reserved or unimplemented config spaceRussell King1-2/+7
2015-10-08PCI: generic: Pass starting bus number to pci_scan_root_bus()David Daney1-1/+2
2015-10-08PCI: generic: Allow multiple hosts with different map_bus() methodsDavid Daney1-12/+15
2015-09-26PCI/MSI: xgene: Remove msi_controller assignmentDuc Dang1-22/+0
2015-09-26PCI: iproc: Improve link detection logicRay Jui1-6/+23
2015-09-26PCI: iproc: Fix PCIe reset logicRay Jui1-5/+10
2015-09-26PCI: iproc: Call pci_fixup_irqs() for ARM64 as well as ARMRay Jui1-2/+0
2015-09-26PCI: iproc: Remove unused struct iproc_pcie.irqs[]Ray Jui1-3/+0
2015-09-26PCI: iproc: Fix code comment to match codeRay Jui1-1/+1
2015-09-25Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2015-09-25PCI: imx6: Add PCIE_PHY_RX_ASIC_OUT_VALID definitionFabio Estevam1-1/+2
2015-09-25PCI: imx6: Return real error code from imx6_add_pcie_port()Fabio Estevam1-1/+1
2015-09-25PCI: rcar: Add R8A7794 supportSergei Shtylyov1-0/+1
2015-09-18PCI: designware: Make get_msi_addr() return phys_addr_t, not u32Lucas Stach3-3/+3
2015-09-18PCI: designware: Implement multivector MSI IRQ setupLucas Stach1-0/+31
2015-09-18PCI: designware: Factor out MSI msg setupLucas Stach1-11/+17