aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-07powerpc/pci: Save P2P bridge resource if possibleGavin Shan1-4/+12
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-10/+11
2012-07-24Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-4/+2
2012-07-06devicetree: add helper inline for retrieving a node's full nameGrant Likely1-4/+2
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-5/+0
2012-07-05powerpc/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-07-03powerpc/pci: cleanup on duplicate assignmentGavin Shan1-1/+0
2012-06-13powerpc/PCI: register busn_res for root busesYinghai Lu1-6/+11
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-3/+3
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-77/+9
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell1-15/+0
2012-03-20powerpc/PCI: compute I/O space bus-to-resource offset consistentlyBjorn Helgaas1-2/+6
2012-02-23powerpc/PCI: get rid of device resource fixupsBjorn Helgaas1-74/+5
2012-02-23powerpc/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas1-3/+0
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-11/+19
2012-01-06powerpc/PCI: convert to pci_create_root_bus()Bjorn Helgaas1-11/+14
2012-01-06powerpc/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas1-1/+1
2012-01-06PCI: PowerPC: convert pcibios_set_master() to a non-inlined functionMyron Stowe1-0/+5
2011-12-07powerpc/pci: Make pci_read_irq_line() staticBenjamin Herrenschmidt1-2/+1
2011-11-25Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt1-0/+3
2011-11-25powerpc/pci: Change how re-assigning resouces workBenjamin Herrenschmidt1-30/+36
2011-11-25powerpc/pci: Add a platform hook after probe and before resource surveyBenjamin Herrenschmidt1-0/+6
2011-11-24powerpc/fsl-pci: Don't hide resource for pci/e when configured as Agent/EPJason Jin1-0/+3
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-09-26powerpc/pci: Don't configure PCIe settings when PCI_PROBE_ONLY is setBenjamin Herrenschmidt1-1/+1
2011-09-20powerpc/pci: Call pcie_bus_configure_settings()Benjamin Herrenschmidt1-0/+11
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-11/+11
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+18
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-12powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring1-11/+11
2011-06-22powerpc/pci: Move FSL fixup from 32-bit to commonKumar Gala1-0/+18
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt1-4/+7