summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/pci.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv: Use OPAL call for TCE kill on NVLink2Alistair Popple2017-01-301-0/+7
* powerpc/pci: Always print PHB and PE numbers as hexadecimalRussell Currey2016-11-221-3/+3
* powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()Gavin Shan2016-10-041-2/+2
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-2/+2
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-1/+1
* powerpc/powernv/ioda: Fix endianness when reading TCEsAlexey Kardashevskiy2016-07-211-2/+2
* powerpc/powernv: Discover IODA3 PHBsBenjamin Herrenschmidt2016-07-171-0/+4
* powerpc/powernv: Functions to get/set PCI slot stateGavin Shan2016-06-211-0/+82
* powerpc/powernv: Introduce pnv_pci_get_slot_id()Gavin Shan2016-06-211-0/+38
* powerpc/pci: Delay populating pdnGavin Shan2016-06-211-3/+0
* powerpc/powernv: Remove PCI_RESET_DELAY_USGavin Shan2016-06-211-3/+0
* powerpc/powernv: Data type unsigned int for PE numberGavin Shan2016-05-111-1/+1
* powerpc/powernv: Rename PE# fields in struct pnv_phbGavin Shan2016-05-111-1/+1
* powerpc/powernv/pci: Fix cfg_dbg() & replace with pr_devel()Alexey Kardashevskiy2016-05-111-9/+6
* Merge tag 'powerpc-4.5-4' into nextMichael Ellerman2016-02-251-0/+26
|\
| * powerpc/ioda: Set "read" permission when "write" is setAlexey Kardashevskiy2016-02-171-0/+6
| * powerpc/powernv: Fix stale PE primary busGavin Shan2016-02-151-0/+20
* | powerpc/powernv: Remove support for p5ioc2Russell Currey2016-02-081-15/+2
|/
* powerpc/powernv: Remove misleading comment in pci.cRussell Currey2016-01-111-2/+0
* powerpc/powernv: Add support for Nvlink NPUsAlistair Popple2015-12-171-0/+4
* powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras2015-09-101-2/+3
* Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-031-11/+0
|\
| * powerpc/powernv: move dma_get_required_mask from pnv_phb to pci_controller_opsAndrew Donnellan2015-08-181-11/+0
* | powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-2/+2
|/
* powerpc/powernv: Implement multilevel TCE tablesAlexey Kardashevskiy2015-06-111-0/+13
* powerpc/iommu/powernv: Release replaced TCEAlexey Kardashevskiy2015-06-111-0/+18
* powerpc/powernv: Implement accessor to TCE entryAlexey Kardashevskiy2015-06-111-13/+21
* powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy2015-06-111-0/+75
* powerpc/powernv/ioda/ioda2: Rework TCE invalidation in tce_build()/tce_free()Alexey Kardashevskiy2015-06-111-13/+4
* powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy2015-06-111-40/+7
* powerpc/powernv: Do not set "read" flag if direction==DMA_NONEAlexey Kardashevskiy2015-06-111-6/+1
* powerpc/pci: Add shutdown hook to pci_controller_opsMichael Neuling2015-06-031-6/+3
* powerpc/powernv: Move dma_set_mask() from pnv_phb to pci_controller_opsDaniel Axtens2015-06-021-10/+0
* powerpc/powernv: Specialise pci_controller_ops for each controller typeDaniel Axtens2015-06-021-11/+3
* powerpc/powernv: Move MSI-related ops to pci_controller_opsDaniel Axtens2015-05-221-6/+4
* Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-141-0/+18
|\
| * powerpc/powernv: Shift VF resource with an offsetWei Yang2015-03-311-0/+18
* | powerpc/powernv: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-111-1/+4
* | powerpc/powernv: Remove powernv RTAS supportMichael Ellerman2015-04-071-79/+19
|/
* powerpc/powernv: Use pci_dn, not device_node, in PCI config accessorGavin Shan2015-03-241-43/+26
* powerpc/iommu: Remove IOMMU device references via bus notifierNishanth Aravamudan2015-03-041-26/+0
* powerpc/powernv: Remove pnv_pci_probe_mode()Gavin Shan2015-01-231-30/+0
* Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-111-1/+0
|\
| * powerpc: Remove superfluous bootmem includesAnton Blanchard2014-11-101-1/+0
* | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-101-1/+1
|\ \
| * | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
* | | powerpc/powernv: Honor the generic "no_64bit_msi" flagBenjamin Herrenschmidt2014-11-241-2/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-211-1/+1
|\ \ | |/ |/|
| * powerpc/eeh: Rename flag EEH_PE_RESET to EEH_PE_CFG_BLOCKEDGavin Shan2014-10-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-111-0/+11
|\|