summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
* PCI: mvebu: Restrict build to 32-bit ARMThierry Reding2016-02-271-0/+1
* PCI: iproc: Allow multiple devices except on PAXCRay Jui2016-01-271-18/+11Star
* Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-2120-204/+1897
|\
| * Merge branch 'pci/trivial' into nextBjorn Helgaas2016-01-201-1/+1
| |\
| | * PCI: Fix all whitespace issuesBogicevic Sasa2016-01-081-1/+1
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-...Bjorn Helgaas2016-01-1512-81/+796
| |\ \ \ \ \ \
| | | | | | * | PCI: rcar: Add Gen2 PHY setup to pcie-rcarPhil Edworthy2016-01-111-3/+28
| | | | | | * | PCI: rcar: Add runtime PM support to pcie-rcarPhil Edworthy2016-01-111-12/+32
| | | | | | * | PCI: rcar: Remove unused pci_sys_data struct from pcie-rcarPhil Edworthy2016-01-081-9/+0Star
| | | | | * | | PCI: qcom: Add Qualcomm PCIe controller driverStanimir Varbanov2016-01-053-0/+627
| | | | | * | | PCI: designware: Ensure ATU is enabled before IO/conf space accessesStanimir Varbanov2016-01-051-0/+8
| | | | | | |/ | | | | | |/|
| | | | * / | PCI: hisi: Add support for HiSilicon Hip06 PCIe host controllersGabriele Paoloni2016-01-082-13/+68
| | | | |/ /
| | | * | | PCI: designware: Make config accessor override checking symmetricBjorn Helgaas2016-01-111-6/+6
| | | * | | PCI: designware: Simplify control flowBjorn Helgaas2016-01-051-36/+18Star
| | | |/ /
| | * / / PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGrygorii Strashko2016-01-067-8/+15
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc' and 'pci...Bjorn Helgaas2016-01-0712-123/+1101
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | | | |/
| | | | | * PCI: rcar: Add gen2 fallback compatibility string for pcie-rcarSimon Horman2015-12-091-0/+1
| | | | | * PCI: rcar: Add gen2 fallback compatibility string for pci-rcar-gen2Simon Horman2015-12-091-0/+1
| | | | | * PCI: rcar: Add support for R-Car H3 to pcie-rcarHarunobu Kurokawa2015-12-081-0/+1
| | | | | * Revert "PCI: rcar: Build pcie-rcar.c only on ARM"Phil Edworthy2015-12-081-2/+1Star
| | | | | * PCI: rcar: Convert to DT resource parsing APIPhil Edworthy2015-12-081-43/+73
| | | | | * PCI: rcar: Allow DT to override default window settingsPhil Edworthy2015-11-251-3/+73
| | |_|_|/ | |/| | |
| | | | * PCI: iproc: Add iProc PCIe MSI supportRay Jui2016-01-077-2/+735
| | | | * PCI: iproc: Add PAXC interface supportRay Jui2015-12-073-40/+205
| | | | * PCI: iproc: Do not use 0x in front of %papDmitry V. Krivenok2015-12-011-1/+1
| | | | * PCI: iproc: Hide CONFIG_PCIE_IPROCArnd Bergmann2015-11-241-5/+3Star
| | |_|/ | |/| |
| | | * PCI: imx6: Add support for active-low reset GPIOPetr Štetiar2015-12-041-14/+6Star
| | | * PCI: imx6: Use gpio_set_value_cansleep()Fabio Estevam2015-11-251-2/+2
| | |/ | |/|
| | * PCI: generic,versatile: Remove unused pci_sys_data structuresLorenzo Pieralisi2015-11-252-13/+1Star
| |/
* | PCI: dra7xx: Mark driver as brokenRichard Cochran2016-01-081-0/+1
* | PCI: hisi: Fix hisi_pcie_cfg_read() 32-bit readsDongdong Liu2015-12-041-1/+3
* | PCI: altera: Fix error when INTx is 4Ley Foon Tan2015-12-041-1/+1
* | PCI: altera: Check TLP completion statusLey Foon Tan2015-12-041-2/+10
* | PCI: altera: Fix Requester ID for config accessesLey Foon Tan2015-12-041-2/+3
* | PCI: altera: Fix loop in tlp_read_packet()Dan Carpenter2015-12-041-2/+2
* | PCI: hisi: Fix deferred probingArnd Bergmann2015-11-241-2/+2
* | PCI: designware: Remove incorrect io_base assignmentStanimir Varbanov2015-11-241-1/+0Star
|/
* Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-0622-516/+2092
|\
| * Merge branch 'pci/host-layerscape' into nextBjorn Helgaas2015-11-032-52/+149
| |\
| | * PCI: layerscape: Add ls_pcie_msi_host_init()Minghuan Lian2015-11-021-0/+23
| | * PCI: layerscape: Add support for LS1043a and LS2080aMinghuan Lian2015-11-022-5/+68
| | * PCI: layerscape: Remove unused fields from struct ls_pcieMinghuan Lian2015-11-021-3/+0Star
| | * PCI: layerscape: Update ls_add_pcie_port()Minghuan Lian2015-11-021-8/+5Star
| | * PCI: layerscape: Factor out SCFG related functionMinghuan Lian2015-11-021-26/+46
| | * PCI: layerscape: Ignore PCIe controllers in Endpoint modeMinghuan Lian2015-11-021-0/+13
| | * PCI: layerscape: Remove ls_pcie_establish_link()Minghuan Lian2015-11-021-16/+0Star
| * | Merge branch 'pci/host-hisi' into nextBjorn Helgaas2015-11-033-0/+207
| |\ \
| | * | PCI: hisi: Add HiSilicon SoC Hip05 PCIe driverZhou Wang2015-11-023-0/+207
| | |/
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------------. \ Merge branches 'pci/host-altera', 'pci/host-designware', 'pci/host-generic', ...Bjorn Helgaas2015-11-0320-464/+1734
| |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | | | | | | | | | * PCI/MSI: xgene: Remove msi_controller assignmentDuc Dang2015-09-261-22/+0Star
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |