aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely1-1/+1
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely1-5/+4
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely1-1/+1
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-7/+6
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-6/+2
2013-08-22PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas1-6/+2
2013-08-14powerpc: Make OF PCI device tree accesses endian safeAnton Blanchard1-3/+3
2013-08-14powerpc/pci: Remove duplicate check in pcibios_fixup_bus()Gavin Shan1-2/+1
2013-08-14powerpc: Fix a number of sparse warningsAnton Blanchard1-2/+2
2013-07-24powerpc/pci: Partial tree hotplug supportGavin Shan1-0/+2
2013-06-30powerpc/pci: Improve device hotplug initializationGuenter Roeck1-5/+12
2013-06-10powerpc/pci: Check the bus address instead of resource address in pcibios_fixup_resourcesKevin Hao1-1/+3
2013-06-01powerpc/pci: Remove the unused variables in pci_process_bridge_OF_rangesKevin Hao1-4/+1
2013-06-01powerpc/pci: Remove the stale comments of pci_process_bridge_OF_rangesKevin Hao1-9/+0
2013-05-24powerpc/pci: Fix bogus message at boot about empty memory resourcesBenjamin Herrenschmidt1-3/+4
2013-05-14powerpc: Fix build errors STRICT_MM_TYPECHECKSAneesh Kumar K.V1-3/+2
2013-05-06powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt1-69/+28
2013-05-06powerpc/pci: Don't add bogus empty resources to PHBsBenjamin Herrenschmidt1-14/+16
2013-05-06powerpc/pseries: Perform proper max_bus_speed detectionKleber Sacilotto de Souza1-0/+8
2013-04-18powerpc: Set default VGA deviceBrian King1-0/+13
2013-04-18powerpc/pci: fix PCI-e devices rescan issue on powerpc platformYuanquan Chen1-17/+26
2013-01-10powerpc/eeh: Fix crash when adding a device in a slot with DDWThadeu Lima de Souza Cascardo1-2/+5
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-14/+14
2012-11-28powerpc/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-4/+0
2012-09-17Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into nextBenjamin Herrenschmidt1-0/+20
2012-09-11powerpc/PCI: Override pcibios_window_alignment()Gavin Shan1-0/+20