summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci-common.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-101-2/+3
|\
| * powerpc/pci: Fix broken INTx configuration via OFAlexey Kardashevskiy2018-02-101-2/+3
* | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-8/+2
|\ \ | |/
| * powerpc/pci: Use of_irq_parse_and_map_pci() helperRob Herring2018-01-171-8/+2
* | Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-2/+25
|\ \
| * | powerpc/pci: Separate SR-IOV CallsBryant G. Ly2017-12-111-0/+23
| * | powerpc: Use pr_warn instead of pr_warningJoe Perches2017-12-041-2/+2
| |/
* | powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig2018-01-101-1/+1
|/
* vgaarb: Select a default VGA device even if there's no legacy VGABjorn Helgaas2017-10-181-12/+0
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-8/+7
* Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-281-1/+2
|\
| * PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+2
* | powerpc/powernv: Override pcibios_default_alignment() to force PCI devices to...Yongji Xie2017-04-191-0/+8
|/
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-011-8/+2
|\
| * powerpc/kernel: Remove error message in pcibios_setup_phb_resources()Gavin Shan2017-02-171-8/+2
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-3/+3
|\ \
| * | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-3/+3
| |/
* | mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-241-0/+1
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+1
|\
| * ppc: move exports to definitionsAl Viro2016-08-071-0/+1
* | powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-2/+3
* | powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)Mauricio Faria de Oliveira2016-08-221-0/+36
* | powerpc/pci: Fix endian bug in fixed PHB numberingMichael Ellerman2016-08-091-2/+5
|/
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-61/+18
|\
| * powerpc/pci: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas2016-06-171-28/+14
| * powerpc/pci: Remove __pci_mmap_set_pgprot()Yinghai Lu2016-06-171-33/+4
* | powerpc/pci: Don't try to allocate resources that will be reassignedBenjamin Herrenschmidt2016-07-171-2/+4
* | powerpc/pci: Assign fixed PHB number based on device-tree propertiesGuilherme G. Piccoli2016-07-071-3/+51
* | powerpc/pci: Reduce log level of PCI I/O space warningBenjamin Herrenschmidt2016-06-241-3/+3
* | powerpc/pci: Update bridge windows on PCI plugGavin Shan2016-06-211-2/+6
* | powerpc/pci: Override pcibios_setup_bridge()Gavin Shan2016-06-211-0/+8
|/
* powerpc/pci: export pcibios_free_controller()Andrew Donnellan2015-10-151-0/+1
* PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-1/+7
* Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-031-54/+18
|\
| * powerpc: pci: use %pR for printing struct resourceKevin Hao2015-08-061-54/+18
* | PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-7/+1
|/
* powerpc/pci: Add pcibios_disable_device() hookMichael Neuling2015-06-031-0/+8
* powerpc/pci: Export symbols for CXLDaniel Axtens2015-06-031-0/+3
* Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-141-0/+20
|\
| * powerpc/powernv: Implement pcibios_iov_resource_alignment() on powernvWei Yang2015-03-311-0/+10
| * powerpc/powernv: Reserve additional space for IOV BAR according to the number...Wei Yang2015-03-311-0/+6
| * powerpc/pci: Don't unset PCI resources for VFsWei Yang2015-03-311-0/+4
* | powerpc: Remove shims for pci_controller_ops operationsDaniel Axtens2015-04-111-8/+35
* | powerpc: Create pci_controller_ops.reset_secondary_bus and shimDaniel Axtens2015-04-111-6/+1
* | powerpc: Create pci_controller_ops.window_alignment and shimDaniel Axtens2015-04-111-9/+1
* | powerpc: Create pci_controller_ops.enable_device_hook and shimDaniel Axtens2015-04-111-3/+2
* | powerpc: Create pci_controller_ops.probe_mode and shimDaniel Axtens2015-04-111-2/+2
* | powerpc: Create pci_controller_ops.dma_bus_setup and shimDaniel Axtens2015-04-111-2/+1
* | powerpc: Create pci_controller_ops.dma_dev_setup and shimDaniel Axtens2015-04-111-2/+1
* | powerpc: pcibios_enable_device_hook: return bool rather than intDaniel Axtens2015-04-111-1/+1
OpenPOWER on IntegriCloud