aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-16PCI: aardvark: Fix PCIe Max Read Request Size settingEvan Wang1-1/+3
2018-04-16PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq modeVictor Gu1-17/+24
2018-04-16PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()Victor Gu1-3/+1
2018-04-16PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()Victor Gu1-2/+2
2018-04-04Merge branch 'lorenzo/pci/xilinx'Bjorn Helgaas1-2/+2
2018-04-04Merge branch 'lorenzo/pci/xgene'Bjorn Helgaas1-1/+1
2018-04-04Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas1-76/+278
2018-04-04Merge branch 'lorenzo/pci/rcar'Bjorn Helgaas1-1/+0
2018-04-04Merge branch 'lorenzo/pci/hv'Bjorn Helgaas1-25/+87
2018-04-04Merge branch '6c994c504fa2'Bjorn Helgaas7-28/+8
2018-03-23PCI: pcie-xilinx-nwl: Fix mask value to disable MSIsLorenzo Pieralisi1-2/+2
2018-03-22PCI: v3-semi: Remove unnecessary semicolonFengguang Wu1-1/+1
2018-03-22PCI: rcar: Remove unnecessary semicolonFengguang Wu1-1/+1
2018-03-22PCI: faraday: Make struct faraday_pci_variant staticFengguang Wu1-2/+2
2018-03-21PCI: iproc: Remove dependency on ARM specific struct pci_sys_dataRob Herring3-23/+3
2018-03-19PCI: tegra: Add power management supportManikanta Maddireddy1-67/+113
2018-03-16PCI: hv: Only queue new work items in hv_pci_devices_present() if necessaryDexuan Cui1-2/+13
2018-03-16PCI: hv: Remove the bogus test in hv_eject_device_work()Dexuan Cui1-4/+1
2018-03-16PCI: hv: Fix a comment typo in _hv_pcifront_read_config()Dexuan Cui1-1/+1
2018-03-16PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()Dexuan Cui1-1/+57
2018-03-16PCI: hv: Serialize the present and eject work itemsDexuan Cui1-18/+16
2018-03-14PCI: tegra: Add PCI_MSI_IRQ_DOMAIN kconfig dependencyArnd Bergmann1-0/+1
2018-03-02PCI: tegra: Add loadable kernel module supportManikanta Maddireddy1-3/+100
2018-03-02PCI: tegra: Free resources on probe failureManikanta Maddireddy1-20/+79
2018-02-28PCI: altera: Fix bool initialization in tlp_read_packet()Gustavo A. R. Silva1-1/+1
2018-02-23PCI: rcar-gen2: Remove duplicated bit-wise or of RCAR_PCI_INT_SIGRETABORTColin Ian King1-1/+0
2018-02-23PCI: vmd: Fix malformed Kconfig defaultUlf Magnusson1-1/+0
2018-02-14PCI: xgene: Fix the xgene_msi_probe() return codeFabio Estevam1-1/+1
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds28-412/+88
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas27-213/+28
2018-02-01Merge remote-tracking branch 'lorenzo/pci/xgene' into nextBjorn Helgaas1-1/+0
2018-02-01Merge remote-tracking branch 'lorenzo/pci/tegra' into nextBjorn Helgaas1-122/+33
2018-02-01Merge remote-tracking branch 'lorenzo/pci/rcar' into nextBjorn Helgaas1-1/+4
2018-02-01Merge remote-tracking branch 'lorenzo/pci/dwc' into nextBjorn Helgaas3-3/+14
2018-01-31Merge remote-tracking branch 'lorenzo/pci/cadence' into nextBjorn Helgaas2-68/+6
2018-01-31PCI: cadence: Add EndPoint Controller driver for Cadence PCIe controllerCyrille Pitchen4-597/+0
2018-01-31PCI: cadence: Add host driver for Cadence PCIe controllerCyrille Pitchen4-0/+597
2018-01-31PCI: Add generic function to probe PCI host controllersCyrille Pitchen1-21/+1
2018-01-31PCI: generic: fix missing call of pci_free_resource_list()Cyrille Pitchen1-0/+1
2018-01-31PCI: OF: Add generic function to parse and allocate PCI resourcesCyrille Pitchen1-47/+2
2018-01-31PCI: Regroup all PCI related entries into drivers/pci/MakefileCyrille Pitchen1-0/+2
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas6-50/+6
2018-01-28PCI: Add SPDX GPL-2.0 to replace COPYING boilerplateBjorn Helgaas1-4/+1
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas18-159/+18
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2-0/+3
2018-01-15PCI: tegra: Use bus->sysdata to store and get host private dataManikanta Maddireddy1-4/+3
2018-01-12PCI: iproc: Fix NULL pointer dereference for BCMARay Jui3-3/+14
2018-01-11PCI: tegra: Remove PCI_REASSIGN_ALL_BUS use on TegraManikanta Maddireddy1-1/+0
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+2
2017-12-29x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner1-6/+2