summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci-common.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pci: Partial tree hotplug supportGavin Shan2013-07-241-0/+2
* powerpc/pci: Improve device hotplug initializationGuenter Roeck2013-06-301-5/+12
* powerpc/pci: Check the bus address instead of resource address in pcibios_fix...Kevin Hao2013-06-101-1/+3
* powerpc/pci: Remove the unused variables in pci_process_bridge_OF_rangesKevin Hao2013-06-011-4/+1
* powerpc/pci: Remove the stale comments of pci_process_bridge_OF_rangesKevin Hao2013-06-011-9/+0
* powerpc/pci: Fix bogus message at boot about empty memory resourcesBenjamin Herrenschmidt2013-05-241-3/+4
* powerpc: Fix build errors STRICT_MM_TYPECHECKSAneesh Kumar K.V2013-05-141-3/+2
* powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt2013-05-061-69/+28
* powerpc/pci: Don't add bogus empty resources to PHBsBenjamin Herrenschmidt2013-05-061-14/+16
* powerpc/pseries: Perform proper max_bus_speed detectionKleber Sacilotto de Souza2013-05-061-0/+8
* powerpc: Set default VGA deviceBrian King2013-04-181-0/+13
* powerpc/pci: fix PCI-e devices rescan issue on powerpc platformYuanquan Chen2013-04-181-17/+26
* powerpc/eeh: Fix crash when adding a device in a slot with DDWThadeu Lima de Souza Cascardo2013-01-101-2/+5
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-14/+14
* powerpc/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-4/+0
* Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into nextBenjamin Herrenschmidt2012-09-171-0/+20
|\
| * powerpc/PCI: Override pcibios_window_alignment()Gavin Shan2012-09-111-0/+20
* | powerpc/pci: Save P2P bridge resource if possibleGavin Shan2012-09-071-4/+12
|/
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-10/+11
|\
| * Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-5/+0
| |\
| | * powerpc/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-5/+0
| * | powerpc/PCI: register busn_res for root busesYinghai Lu2012-06-131-6/+11
| * | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-3/+3
| |/
* | Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-241-4/+2
|\ \
| * | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-061-4/+2
| |/
* | powerpc/pci: cleanup on duplicate assignmentGavin Shan2012-07-031-1/+0
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-77/+9
|\
| * powerpc/PCI: compute I/O space bus-to-resource offset consistentlyBjorn Helgaas2012-03-201-2/+6
| * powerpc/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-231-74/+5
| * powerpc/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas2012-02-231-3/+0
* | powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell2012-03-211-15/+0
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-111-11/+19
|\
| * powerpc/PCI: convert to pci_create_root_bus()Bjorn Helgaas2012-01-061-11/+14
| * powerpc/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas2012-01-061-1/+1
| * PCI: PowerPC: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-061-0/+5
* | powerpc/pci: Make pci_read_irq_line() staticBenjamin Herrenschmidt2011-12-071-2/+1
* | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2011-11-251-0/+3
|\ \
| * | powerpc/fsl-pci: Don't hide resource for pci/e when configured as Agent/EPJason Jin2011-11-241-0/+3
| |/
* | powerpc/pci: Change how re-assigning resouces workBenjamin Herrenschmidt2011-11-251-30/+36
* | powerpc/pci: Add a platform hook after probe and before resource surveyBenjamin Herrenschmidt2011-11-251-0/+6
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
* | powerpc/pci: Don't configure PCIe settings when PCI_PROBE_ONLY is setBenjamin Herrenschmidt2011-09-261-1/+1
* | powerpc/pci: Call pcie_bus_configure_settings()Benjamin Herrenschmidt2011-09-201-0/+11
|/
* Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-261-11/+11
|\
| * powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring2011-07-121-11/+11
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-251-0/+18
|\ \
| * | powerpc/pci: Move FSL fixup from 32-bit to commonKumar Gala2011-06-221-0/+18
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\ \
| * | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
| |/
OpenPOWER on IntegriCloud