summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/pci.h
AgeCommit message (Expand)Author
2023-11-06powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann
2023-08-02powerpc: address missing-prototypes warningsArnd Bergmann
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-07-28powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.hChristophe Leroy
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child
2021-05-02powerpc/powernv: remove the nvlink supportChristoph Hellwig
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-01-06powerpc/pci: Remove pcibios_setup_bus_devices()Oliver O'Halloran
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-18powerpc/dma: remove get_pci_dma_opsChristoph Hellwig
2018-12-21powerpc/powernv/npu: Add compound IOMMU groupsAlexey Kardashevskiy
2018-12-21powerpc/powernv/npu: Move OPAL calls away from context manipulationAlexey Kardashevskiy
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig
2018-02-28powerpc/pci: Use generic pci_mmap_resource_range()David Woodhouse
2018-01-27powerpc/pseries: Add Initialization of VF BarsBryant G. Ly
2017-11-07PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas
2017-04-18PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse
2017-04-18PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-06-17PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig
2015-12-17powerpc/powernv: Add support for Nvlink NPUsAlistair Popple
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig
2015-04-11powerpc: Remove shims for pci_controller_ops operationsDaniel Axtens
2015-04-11powerpc: Create pci_controller_ops.probe_mode and shimDaniel Axtens
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo
2013-08-12PCI: use weak functions for MSI arch-specific functionsThomas Petazzoni
2012-03-20powerpc/PCI: compute I/O space bus-to-resource offset consistentlyBjorn Helgaas
2012-02-23PCI: collapse pcibios_resource_to_busBjorn Helgaas
2012-02-23powerpc/PCI: get rid of device resource fixupsBjorn Helgaas
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2012-01-06PCI: PowerPC: convert pcibios_set_master() to a non-inlined functionMyron Stowe
2011-12-07powerpc/pci: Make pci_read_irq_line() staticBenjamin Herrenschmidt
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-07-12powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt
2011-02-04powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely
2010-03-12pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori
2010-03-12pci-dma: powerpc: use include/linux/pci-dma.hFUJITA Tomonori
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-09-09PCI: remove pcibios_scan_all_fns()Alex Chiang
2009-09-02powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()Grant Likely
2009-08-28powerpc/pci: move pci_64.c device tree scanning code into pci-common.cGrant Likely
2009-08-28powerpc: use dma_map_ops structFUJITA Tomonori
2009-06-17Delete pcibios_select_rootMatthew Wilcox