summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: Remove messages about reassigning resourcesDesnes A. Nunes do Rosario2018-04-112-3/+0
* PCI: Mark Broadcom HT1100 and HT2000 Root Port Extended Tags as brokenSinan Kaya2018-04-101-0/+4
* Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-071-1/+1
|\
| * PCI/hotplug: ppc: correct a php_slot usage after freeSimon Guo2018-03-131-1/+1
* | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-0678-1742/+2134
|\ \
| * \ 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-049-30/+10
| |\ \ \
| | * | | 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: kirin: Make struct kirin_pcie_driver staticFengguang Wu2018-03-221-1/+1
| | * | | PCI: kirin: Fix missing dependency on PCI_MSI_IRQ_DOMAINRob Herring2018-03-211-0/+1
| | * | | PCI: iproc: Remove dependency on ARM specific struct pci_sys_dataRob Herring2018-03-213-23/+3
| | * | | PCI: kirin: Remove unnecessary asm/compiler.h includeRob Herring2018-03-201-1/+0
| | * | | 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
| | |/ /
| * | | Merge branch 'lorenzo/pci/endpoint'Bjorn Helgaas2018-04-045-70/+95
| |\ \ \
| | * | | PCI: designware-ep: Make dw_pcie_ep_reset_bar() handle 64-bit BARs properlyNiklas Cassel2018-04-031-0/+4
| | * | | PCI: endpoint: Make sure that BAR_5 does not have 64-bit flag set when clearingNiklas Cassel2018-04-031-1/+3
| | * | | PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep...Niklas Cassel2018-04-034-8/+20
| | * | | PCI: endpoint: Handle 64-bit BARs properlyNiklas Cassel2018-04-031-0/+7
| | * | | PCI: cadence: Set PCI_BASE_ADDRESS_MEM_TYPE_64 if a 64-bit BAR was set-upNiklas Cassel2018-04-031-0/+3
| | * | | PCI: designware-ep: Make dw_pcie_ep_set_bar() handle 64-bit BARs properlyNiklas Cassel2018-04-031-1/+8
| | * | | PCI: endpoint: Setting a BAR size > 4 GB is invalid if 64-bit flag is not setNiklas Cassel2018-04-031-1/+3
| | * | | PCI: endpoint: Setting 64-bit/prefetch bit is invalid when IO is setNiklas Cassel2018-04-031-1/+4
| | * | | PCI: endpoint: Setting BAR_5 to 64-bits wide is invalidNiklas Cassel2018-04-031-1/+3
| | * | | PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Niklas Cassel2018-04-035-18/+21
| | * | | PCI: endpoint: BAR width should not depend on sizeof dma_addr_tNiklas Cassel2018-04-031-5/+7
| | * | | PCI: endpoint: Remove goto labels in pci_epf_create()Rolf Evers-Fischer2018-03-011-20/+12
| | * | | PCI: endpoint: Fix kernel panic after put_device()Rolf Evers-Fischer2018-03-011-1/+1
| | * | | PCI: endpoint: Simplify name allocation for EPF deviceRolf Evers-Fischer2018-03-011-18/+4
| | |/ /
| * | | Merge branch 'lorenzo/pci/dwc-msi'Bjorn Helgaas2018-04-0412-370/+256
| |\ \ \
| | * | | PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256Gustavo Pimentel2018-03-062-11/+11
| | * | | PCI: dwc: Remove old MSI IRQs APIGustavo Pimentel2018-03-065-195/+5
| | * | | PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical APIGustavo Pimentel2018-03-0611-214/+290
| | |/ /
OpenPOWER on IntegriCloud