aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-27PCI: iproc: Allow multiple devices except on PAXCRay Jui1-18/+11
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds20-204/+1897
2016-01-20Merge branch 'pci/trivial' into nextBjorn Helgaas1-1/+1
2016-01-15Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-qcom' and 'pci/host-rcar' into nextBjorn Helgaas12-81/+796
2016-01-11PCI: rcar: Add Gen2 PHY setup to pcie-rcarPhil Edworthy1-3/+28
2016-01-11PCI: rcar: Add runtime PM support to pcie-rcarPhil Edworthy1-12/+32
2016-01-11PCI: designware: Make config accessor override checking symmetricBjorn Helgaas1-6/+6
2016-01-08PCI: rcar: Remove unused pci_sys_data struct from pcie-rcarPhil Edworthy1-9/+0
2016-01-08PCI: hisi: Add support for HiSilicon Hip06 PCIe host controllersGabriele Paoloni2-13/+68
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-1/+1
2016-01-08PCI: dra7xx: Mark driver as brokenRichard Cochran1-0/+1
2016-01-06Merge branches 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc' and 'pci/host-rcar' into nextBjorn Helgaas12-123/+1101
2016-01-06PCI: iproc: Add iProc PCIe MSI supportRay Jui7-2/+735
2016-01-06PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGrygorii Strashko7-8/+15
2016-01-05PCI: designware: Simplify control flowBjorn Helgaas1-36/+18
2016-01-05PCI: qcom: Add Qualcomm PCIe controller driverStanimir Varbanov3-0/+627
2016-01-05PCI: designware: Ensure ATU is enabled before IO/conf space accessesStanimir Varbanov1-0/+8
2015-12-09PCI: rcar: Add gen2 fallback compatibility string for pcie-rcarSimon Horman1-0/+1
2015-12-09PCI: rcar: Add gen2 fallback compatibility string for pci-rcar-gen2Simon Horman1-0/+1
2015-12-08PCI: rcar: Add support for R-Car H3 to pcie-rcarHarunobu Kurokawa1-0/+1
2015-12-08Revert "PCI: rcar: Build pcie-rcar.c only on ARM"Phil Edworthy1-2/+1
2015-12-08PCI: rcar: Convert to DT resource parsing APIPhil Edworthy1-43/+73
2015-12-07PCI: iproc: Add PAXC interface supportRay Jui3-40/+205
2015-12-04PCI: hisi: Fix hisi_pcie_cfg_read() 32-bit readsDongdong Liu1-1/+3
2015-12-04PCI: altera: Fix error when INTx is 4Ley Foon Tan1-1/+1
2015-12-04PCI: altera: Check TLP completion statusLey Foon Tan1-2/+10
2015-12-04PCI: altera: Fix Requester ID for config accessesLey Foon Tan1-2/+3
2015-12-04PCI: altera: Fix loop in tlp_read_packet()Dan Carpenter1-2/+2
2015-12-04PCI: imx6: Add support for active-low reset GPIOPetr Štetiar1-14/+6
2015-11-30PCI: iproc: Do not use 0x in front of %papDmitry V. Krivenok1-1/+1
2015-11-25PCI: generic,versatile: Remove unused pci_sys_data structuresLorenzo Pieralisi2-13/+1
2015-11-25PCI: rcar: Allow DT to override default window settingsPhil Edworthy1-3/+73
2015-11-25PCI: imx6: Use gpio_set_value_cansleep()Fabio Estevam1-2/+2
2015-11-24PCI: hisi: Fix deferred probingArnd Bergmann1-2/+2
2015-11-24PCI: iproc: Hide CONFIG_PCIE_IPROCArnd Bergmann1-5/+3
2015-11-24PCI: designware: Remove incorrect io_base assignmentStanimir Varbanov1-1/+0
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds22-516/+2092
2015-11-03Merge branch 'pci/host-layerscape' into nextBjorn Helgaas2-52/+149
2015-11-03Merge branch 'pci/host-hisi' into nextBjorn Helgaas3-0/+207
2015-11-03Merge branches 'pci/host-altera', 'pci/host-designware', 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-tegra' and 'pci/host-xgene' into nextBjorn Helgaas20-464/+1734
2015-11-03PCI: altera: Add Altera PCIe MSI driverLey Foon Tan3-0/+321
2015-11-02PCI: hisi: Add HiSilicon SoC Hip05 PCIe driverZhou Wang3-0/+207
2015-11-02PCI: layerscape: Add ls_pcie_msi_host_init()Minghuan Lian1-0/+23
2015-11-02PCI: layerscape: Add support for LS1043a and LS2080aMinghuan Lian2-5/+68
2015-11-02PCI: layerscape: Remove unused fields from struct ls_pcieMinghuan Lian1-3/+0
2015-11-02PCI: layerscape: Update ls_add_pcie_port()Minghuan Lian1-8/+5
2015-11-02PCI: layerscape: Factor out SCFG related functionMinghuan Lian1-26/+46
2015-11-02PCI: layerscape: Ignore PCIe controllers in Endpoint modeMinghuan Lian1-0/+13
2015-11-02PCI: layerscape: Remove ls_pcie_establish_link()Minghuan Lian1-16/+0
2015-11-02PCI: designware: Make driver arch-agnosticZhou Wang2-92/+39