summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci-common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman2015-04-101-1/+1
|/
* powerpc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+11
* powerpc: Remove more traces of bootmemMichael Ellerman2014-11-191-1/+0
* powerpc/pci: Quieten unset I/O resource warningAnton Blanchard2014-11-051-1/+1
* powerpc/pci: Fix IO space breakage after of_pci_range_to_resource() changeMichael Ellerman2014-10-161-1/+5
* powerpc/pci: remove duplicate declaration of pci_bus_find_capabilityWei Yang2014-10-031-1/+0
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-1/+1
* powerpc/pci: Remove duplicate logicGavin Shan2014-07-031-10/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-101-59/+49
|\
| * powerpc/pci: Use of_pci_range_parser helper in pci_process_bridge_OF_rangesAndrew Murray2014-04-281-59/+29
| * powerpc/pci: Mask linkDown on resetting PCI busGavin Shan2014-04-281-0/+20
* | PCI: Move Open Firmware devspec attribute to PCI common codeSebastian Ott2014-04-301-20/+0
|/
* PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu2013-12-211-2/+2
OpenPOWER on IntegriCloud