aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy1-1/+0
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-1/+1
2021-08-10powerpc/powernv/pci: Drop unused MSI codeCédric Le Goater1-67/+0
2021-05-23powerpc/powernv/pci: fix header guardNick Desaulniers1-1/+1
2021-05-02powerpc/powernv: remove the nvlink supportChristoph Hellwig1-11/+0
2020-07-26powerpc/powernv/pci: Add pci_bus_to_pnvhb() helperOliver O'Halloran1-10/+4
2020-05-28powerpc/powernv/pci: Add device to iommu group during dma_dev_setup()Oliver O'Halloran1-20/+0
2020-01-23powernv/pci: Move pnv_pci_dma_bus_setup() to pci-ioda.cOliver O'Halloran1-20/+0
2020-01-23powernv/pci: Fold pnv_pci_dma_dev_setup() into the pci-ioda.c versionOliver O'Halloran1-9/+0
2020-01-23powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov()Oliver O'Halloran1-14/+0
2020-01-23powerpc/powernv/ioda: Find opencapi slot for a device nodeFrederic Barrat1-10/+14
2020-01-06powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE numberOliver O'Halloran1-4/+0
2019-11-21powerpc/powernv: Disable native PCIe port managementOliver O'Halloran1-0/+17
2019-09-05pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBsOliver O'Halloran1-1/+2
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-145/+0
2019-07-01powerpc/powernv: remove the unused tunneling exportsChristoph Hellwig1-71/+0
2019-07-01powerpc/powernv: remove the unused pnv_pci_set_p2p functionChristoph Hellwig1-74/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-19powerpc/powernv/sriov: Register IOMMU groups for VFsAlexey Kardashevskiy1-0/+2
2018-12-21powerpc/powernv/pseries: Rework device adding to IOMMU groupsAlexey Kardashevskiy1-1/+42
2018-12-21powerpc/powernv: Remove PCI_MSI ifdef checksOliver O'Halloran1-2/+0
2018-12-20powerpc/powernv/eeh/npu: Fix uninitialized variables in opal_pci_eeh_freeze_statusAlexey Kardashevskiy1-2/+2
2018-07-16powerpc/powernv: Move TCE manupulation code to its own fileAlexey Kardashevskiy1-158/+0
2018-03-13powerpc/powernv: Enable tunneled operationsPhilippe Bergheaud1-0/+135
2018-01-24powerpc/powernv: Introduce new PHB type for opencapi linksFrederic Barrat1-0/+4
2017-08-08powerpc/powernv: Enable PCI peer-to-peerFrederic Barrat1-0/+75
2017-06-27powerpc/powernv/pci: Add support for PHB4 diagnosticsRussell Currey1-0/+105
2017-06-27powerpc/powernv/pci: Dynamically allocate PHB diag dataRussell Currey1-3/+3
2017-06-27powerpc/powernv/pci: Reduce spam when dumping PESTRussell Currey1-20/+31
2017-04-28powerpc/powernv: Check kzalloc() return value in pnv_pci_table_allocAlexey Kardashevskiy1-0/+3
2017-04-28Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-0/+1
2017-03-30powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy1-0/+1
2017-03-20powerpc/powernv: Fix it_ops::get() callback to return in cpu endianAlexey Kardashevskiy1-1/+1
2017-01-30powerpc/powernv: Use OPAL call for TCE kill on NVLink2Alistair Popple1-0/+7
2016-11-22powerpc/pci: Always print PHB and PE numbers as hexadecimalRussell Currey1-3/+3
2016-10-04powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()Gavin Shan1-2/+2
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-2/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-1/+1
2016-07-21powerpc/powernv/ioda: Fix endianness when reading TCEsAlexey Kardashevskiy1-2/+2
2016-07-17powerpc/powernv: Discover IODA3 PHBsBenjamin Herrenschmidt1-0/+4
2016-06-21powerpc/powernv: Functions to get/set PCI slot stateGavin Shan1-0/+82
2016-06-21powerpc/powernv: Introduce pnv_pci_get_slot_id()Gavin Shan1-0/+38
2016-06-21powerpc/pci: Delay populating pdnGavin Shan1-3/+0
2016-06-21powerpc/powernv: Remove PCI_RESET_DELAY_USGavin Shan1-3/+0
2016-05-11powerpc/powernv: Data type unsigned int for PE numberGavin Shan1-1/+1
2016-05-11powerpc/powernv: Rename PE# fields in struct pnv_phbGavin Shan1-1/+1
2016-05-11powerpc/powernv/pci: Fix cfg_dbg() & replace with pr_devel()Alexey Kardashevskiy1-9/+6
2016-02-25Merge tag 'powerpc-4.5-4' into nextMichael Ellerman1-0/+26
2016-02-17powerpc/ioda: Set "read" permission when "write" is setAlexey Kardashevskiy1-0/+6
2016-02-15powerpc/powernv: Fix stale PE primary busGavin Shan1-0/+20