summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | * | | | PCI: rcar: Set root bus nr to that provided in DTPhil Edworthy2015-10-301-1/+1
| | | | | | | | * | | | PCI: rcar: Remove dependency on ARM-specific struct hw_pciPhil Edworthy2015-10-301-28/+48
| | | | | | | | * | | | PCI: rcar: Make PCI aware of the I/O resourcesPhil Edworthy2015-10-301-2/+3
| | | | | | | | * | | | PCI: rcar: Build pcie-rcar.c only on ARMGeert Uytterhoeven2015-10-301-1/+2
| | | | | | | | * | | | PCI: rcar: Build pci-rcar-gen2.c only on ARMGeert Uytterhoeven2015-10-301-1/+2
| | | | | | | | |/ / /
| | | | | | | * | | | PCI: mvebu: Remove code restricting accesses to slot 0Russell King2015-10-091-24/+0Star
| | | | | | | * | | | PCI: mvebu: Add PCI Express root complex capability blockRussell King2015-10-091-4/+133
| | | | | | | * | | | PCI: mvebu: Improve clock/reset handlingRussell King2015-10-091-13/+43
| | | | | | | * | | | PCI: mvebu: Use gpio_desc to carry around gpioRussell King2015-10-091-15/+24
| | | | | | | * | | | PCI: mvebu: Use devm_kcalloc() to allocate an arrayRussell King2015-10-091-2/+1Star
| | | | | | | * | | | PCI: mvebu: Use gpio_set_value_cansleep()Russell King2015-10-091-2/+2
| | | | | | | * | | | PCI: mvebu: Split port parsing and resource claiming from port setupRussell King2015-10-091-3/+12
| | | | | | | * | | | PCI: mvebu: Fix memory leaks and refcount leaksRussell King2015-10-091-7/+43
| | | | | | | * | | | PCI: mvebu: Move port parsing and resource claiming to separate functionRussell King2015-10-091-56/+74
| | | | | | | * | | | PCI: mvebu: Use port->name rather than "PCIe%d.%d"Russell King2015-10-081-8/+8
| | | | | | | * | | | PCI: mvebu: Report full node name when reporting a DT errorRussell King2015-10-081-1/+2
| | | | | | | * | | | PCI: mvebu: Use for_each_available_child_of_node() to walk child nodesRussell King2015-10-081-4/+1Star
| | | | | | | * | | | PCI: mvebu: Use of_get_available_child_count()Russell King2015-10-081-8/+3Star
| | | | | | | * | | | PCI: mvebu: Use exact config access size; don't read/modify/writeRussell King2015-10-081-17/+26
| | | | | | | * | | | PCI: mvebu: Return zero for reserved or unimplemented config spaceRussell King2015-10-081-2/+7
| | | | | | | |/ / /
| | | | | | * | | | PCI: iproc: Fix header comment "Corporation" misspellingFlorian Fainelli2015-10-221-1/+1
| | | | | | * | | | PCI: iproc: Add outbound mapping supportRay Jui2015-10-163-0/+159
| | | | | | * | | | PCI: iproc: Improve link detection logicRay Jui2015-09-261-6/+23
| | | | | | * | | | PCI: iproc: Fix PCIe reset logicRay Jui2015-09-261-5/+10
| | | | | | * | | | PCI: iproc: Call pci_fixup_irqs() for ARM64 as well as ARMRay Jui2015-09-261-2/+0Star
| | | | | | * | | | PCI: iproc: Remove unused struct iproc_pcie.irqs[]Ray Jui2015-09-261-3/+0Star
| | | | | | * | | | PCI: iproc: Fix code comment to match codeRay Jui2015-09-261-1/+1
| | | | | | |/ / /
| | | | | * | | | PCI: imx6: Add PCIE_PHY_RX_ASIC_OUT_VALID definitionFabio Estevam2015-09-251-1/+2
| | | | | * | | | PCI: imx6: Return real error code from imx6_add_pcie_port()Fabio Estevam2015-09-251-1/+1
| | | | | |/ / /
| | | | * | | | PCI: generic: Fix address window calculation for non-zero starting busDavid Daney2015-10-101-2/+2
| | | | * | | | PCI: generic: Pass starting bus number to pci_scan_root_bus()David Daney2015-10-081-1/+2
| | | | * | | | PCI: generic: Allow multiple hosts with different map_bus() methodsDavid Daney2015-10-081-12/+15
| | | | * | | | PCI: generic: Fix lookup of linux,pci-probe-only propertyMarc Zyngier2015-09-171-8/+1Star
| | | | |/ / /
| | | * | | | PCI: designware: Make driver arch-agnosticZhou Wang2015-11-022-92/+39Star
| | | * | | | PCI: designware: Use of_pci_get_host_bridge_resources() to parse DTZhou Wang2015-11-023-60/+53Star
| | | * | | | Revert "PCI: designware: Program ATU with untranslated address"Zhou Wang2015-11-023-38/+16Star
| | | * | | | PCI: designware: Move calculation of bus addresses to DRA7xxGabriele Paoloni2015-11-022-11/+11
| | | * | | | PCI: designware: Make "num-lanes" an optional DT propertyGabriele Paoloni2015-11-021-4/+6
| | | * | | | PCI: designware: Require config accesses to be naturally alignedGabriele Paoloni2015-11-021-0/+8
| | | * | | | PCI: designware: Simplify dw_pcie_cfg_read/write() interfacesGabriele Paoloni2015-11-025-33/+26Star
| | | * | | | PCI: designware: Use exact access size in dw_pcie_cfg_read()Gabriele Paoloni2015-11-021-6/+8
| | | * | | | PCI: spear: Fix dw_pcie_cfg_read/write() usageGabriele Paoloni2015-11-021-12/+14
| | | * | | | PCI: designware: Set up high part of MSI target addressLucas Stach2015-11-021-5/+12
| | | * | | | PCI: designware: Make get_msi_addr() return phys_addr_t, not u32Lucas Stach2015-09-183-3/+3
| | | * | | | PCI: designware: Implement multivector MSI IRQ setupLucas Stach2015-09-181-0/+31
| | | * | | | PCI: designware: Factor out MSI msg setupLucas Stach2015-09-181-11/+17
| | | * | | | PCI: Add msi_controller setup_irqs() method for special multivector setupLucas Stach2015-09-181-0/+3
| | | * | | | PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASKZhou Wang2015-09-181-1/+1
| | | |/ / /
| | * | | | PCI: altera: Add Altera PCIe MSI driverLey Foon Tan2015-11-033-0/+321
| | * | | | PCI: altera: Add Altera PCIe host controller driverLey Foon Tan2015-10-233-0/+589
| | |/ / /