summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
* PCI: rcar: Remove IRQ mappings in rcar_pcie_enable_msi() failpathMarek Vasut2018-05-241-9/+16
* PCI: rcar: Teardown MSI setup if rcar_pcie_enable() failsMarek Vasut2018-05-241-1/+27
* PCI: rcar: Add missing irq_dispose_mapping() into failpathMarek Vasut2018-05-241-3/+14
* PCI: rcar: Pull bus clock enable/disable from rcar_pcie_get_resources()Marek Vasut2018-05-241-17/+16
* PCI: rcar: Poll more often in rcar_pcie_wait_for_dl()Marek Vasut2018-05-241-2/+3
* PCI: rcar: Reuse generic pci_parse_request_of_pci_ranges() functionVladimir Zapolskiy2018-05-081-41/+1
* PCI: rcar: Factor out rcar_pcie_hw_init() callSergei Shtylyov2018-05-041-20/+22
* PCI: rcar: Add R-Car gen3 PHY supportSergei Shtylyov2018-05-041-2/+25
* PCI: rcar: Remove PHYRDY polling from rcar_pcie_hw_init_h1()Sergei Shtylyov2018-05-041-11/+1
* PCI: rcar: Poll PHYRDY in rcar_pcie_hw_init()Sergei Shtylyov2018-05-041-0/+20
* PCI: rcar: Clean up the macrosMarek Vasut2018-05-011-26/+27
* PCI: rcar: Use runtime PM to control controller clockDien Pham2018-05-011-26/+12
* Merge branch 'lorenzo/pci/xilinx'Bjorn Helgaas2018-04-041-2/+2
|\
| * PCI: pcie-xilinx-nwl: Fix mask value to disable MSIsLorenzo Pieralisi2018-03-231-2/+2
* | Merge branch 'lorenzo/pci/xgene'Bjorn Helgaas2018-04-041-1/+1
|\ \
| * | PCI: xgene: Fix the xgene_msi_probe() return codeFabio Estevam2018-02-141-1/+1
| |/
* | Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas2018-04-041-76/+278
|\ \
| * | PCI: tegra: Add power management supportManikanta Maddireddy2018-03-191-67/+113
| * | PCI: tegra: Add loadable kernel module supportManikanta Maddireddy2018-03-021-3/+100
| * | PCI: tegra: Free resources on probe failureManikanta Maddireddy2018-03-021-20/+79
| |/
* | Merge branch 'lorenzo/pci/rcar'Bjorn Helgaas2018-04-041-1/+0
|\ \
| * | PCI: rcar-gen2: Remove duplicated bit-wise or of RCAR_PCI_INT_SIGRETABORTColin Ian King2018-02-231-1/+0
| |/
* | Merge branch 'lorenzo/pci/hv'Bjorn Helgaas2018-04-041-25/+87
|\ \
| * | PCI: hv: Only queue new work items in hv_pci_devices_present() if necessaryDexuan Cui2018-03-161-2/+13
| * | PCI: hv: Remove the bogus test in hv_eject_device_work()Dexuan Cui2018-03-161-4/+1
| * | PCI: hv: Fix a comment typo in _hv_pcifront_read_config()Dexuan Cui2018-03-161-1/+1
| * | PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()Dexuan Cui2018-03-161-1/+57
| * | PCI: hv: Serialize the present and eject work itemsDexuan Cui2018-03-161-18/+16
| |/
* | Merge branch '6c994c504fa2'Bjorn Helgaas2018-04-047-28/+8
|\ \
| * | PCI: v3-semi: Remove unnecessary semicolonFengguang Wu2018-03-221-1/+1
| * | PCI: rcar: Remove unnecessary semicolonFengguang Wu2018-03-221-1/+1
| * | PCI: faraday: Make struct faraday_pci_variant staticFengguang Wu2018-03-221-2/+2
| * | PCI: iproc: Remove dependency on ARM specific struct pci_sys_dataRob Herring2018-03-213-23/+3
| * | PCI: tegra: Add PCI_MSI_IRQ_DOMAIN kconfig dependencyArnd Bergmann2018-03-141-0/+1
| * | PCI: vmd: Fix malformed Kconfig defaultUlf Magnusson2018-02-231-1/+0
| |/
* / PCI: altera: Fix bool initialization in tlp_read_packet()Gustavo A. R. Silva2018-02-281-1/+1
|/
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-0628-412/+88
|\
| * Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-0127-213/+28
| |\
| | * PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-286-50/+6
| | * PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas2018-01-281-4/+1
| | * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-2818-159/+18
| | * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-262-0/+3
| * | Merge remote-tracking branch 'lorenzo/pci/xgene' into nextBjorn Helgaas2018-02-011-1/+0
| |\ \
| | * | PCI: xgene: Remove leftover pci_scan_child_bus() callLorenzo Pieralisi2017-12-191-1/+0
| | |/
| * | Merge remote-tracking branch 'lorenzo/pci/tegra' into nextBjorn Helgaas2018-02-011-122/+33
| |\ \
| | * | PCI: tegra: Use bus->sysdata to store and get host private dataManikanta Maddireddy2018-01-151-4/+3
| | * | PCI: tegra: Refactor configuration space mapping codeVidya Sagar2017-12-211-118/+30
| | |/
| * | Merge remote-tracking branch 'lorenzo/pci/rcar' into nextBjorn Helgaas2018-02-011-1/+4
| |\ \
| | * | PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failuresGeert Uytterhoeven2017-12-191-1/+4
| | |/
| * | Merge remote-tracking branch 'lorenzo/pci/dwc' into nextBjorn Helgaas2018-02-013-3/+14
| |\ \