aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-8/+2
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-3/+3
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins1-0/+1
2017-02-17powerpc/kernel: Remove error message in pcibios_setup_phb_resources()Gavin Shan1-8/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-3/+3
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-2/+3
2016-08-22powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)Mauricio Faria de Oliveira1-0/+36
2016-08-09powerpc/pci: Fix endian bug in fixed PHB numberingMichael Ellerman1-2/+5
2016-08-07ppc: move exports to definitionsAl Viro1-0/+1
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-61/+18
2016-07-17powerpc/pci: Don't try to allocate resources that will be reassignedBenjamin Herrenschmidt1-2/+4
2016-07-07powerpc/pci: Assign fixed PHB number based on device-tree propertiesGuilherme G. Piccoli1-3/+51
2016-06-24powerpc/pci: Reduce log level of PCI I/O space warningBenjamin Herrenschmidt1-3/+3
2016-06-21powerpc/pci: Update bridge windows on PCI plugGavin Shan1-2/+6
2016-06-21powerpc/pci: Override pcibios_setup_bridge()Gavin Shan1-0/+8
2016-06-17powerpc/pci: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas1-28/+14
2016-06-17powerpc/pci: Remove __pci_mmap_set_pgprot()Yinghai Lu1-33/+4
2015-10-15powerpc/pci: export pcibios_free_controller()Andrew Donnellan1-0/+1
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas1-1/+7
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-54/+18
2015-08-06powerpc: pci: use %pR for printing struct resourceKevin Hao1-54/+18
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi1-7/+1
2015-06-03powerpc/pci: Add pcibios_disable_device() hookMichael Neuling1-0/+8
2015-06-03powerpc/pci: Export symbols for CXLDaniel Axtens1-0/+3
2015-04-14Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into nextMichael Ellerman1-0/+20
2015-04-11powerpc: Remove shims for pci_controller_ops operationsDaniel Axtens1-8/+35
2015-04-11powerpc: Create pci_controller_ops.reset_secondary_bus and shimDaniel Axtens1-6/+1
2015-04-11powerpc: Create pci_controller_ops.window_alignment and shimDaniel Axtens1-9/+1
2015-04-11powerpc: Create pci_controller_ops.enable_device_hook and shimDaniel Axtens1-3/+2
2015-04-11powerpc: Create pci_controller_ops.probe_mode and shimDaniel Axtens1-2/+2
2015-04-11powerpc: Create pci_controller_ops.dma_bus_setup and shimDaniel Axtens1-2/+1
2015-04-11powerpc: Create pci_controller_ops.dma_dev_setup and shimDaniel Axtens1-2/+1
2015-04-11powerpc: pcibios_enable_device_hook: return bool rather than intDaniel Axtens1-1/+1
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman1-1/+1
2015-03-31powerpc/powernv: Implement pcibios_iov_resource_alignment() on powernvWei Yang1-0/+10
2015-03-31powerpc/powernv: Reserve additional space for IOV BAR according to the number of total_peWei Yang1-0/+6
2015-03-31powerpc/pci: Don't unset PCI resources for VFsWei Yang1-0/+4
2015-01-16powerpc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu1-1/+11
2014-11-19powerpc: Remove more traces of bootmemMichael Ellerman1-1/+0
2014-11-05powerpc/pci: Quieten unset I/O resource warningAnton Blanchard1-1/+1
2014-10-16powerpc/pci: Fix IO space breakage after of_pci_range_to_resource() changeMichael Ellerman1-1/+5
2014-10-03powerpc/pci: remove duplicate declaration of pci_bus_find_capabilityWei Yang1-1/+0
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard1-1/+1
2014-07-03powerpc/pci: Remove duplicate logicGavin Shan1-10/+1
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-59/+49
2014-04-30PCI: Move Open Firmware devspec attribute to PCI common codeSebastian Ott1-20/+0
2014-04-28powerpc/pci: Use of_pci_range_parser helper in pci_process_bridge_OF_rangesAndrew Murray1-59/+29
2014-04-28powerpc/pci: Mask linkDown on resetting PCI busGavin Shan1-0/+20
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-2/+2