summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci-common.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-251-10/+11
|\
| * Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-5/+0Star
| |\
| | * powerpc/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-5/+0Star
| * | 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/+2Star
|\ \
| * | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-061-4/+2Star
| |/
* / powerpc/pci: cleanup on duplicate assignmentGavin Shan2012-07-031-1/+0Star
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-77/+9Star
|\
| * 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-241-74/+5Star
| * powerpc/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas2012-02-241-3/+0Star
* | powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell2012-03-211-15/+0Star
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-121-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/+1Star
* | 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-071-0/+1
|\
| * powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-11-011-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-271-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-261-0/+18
|\ \
| * | powerpc/pci: Move FSL fixup from 32-bit to commonKumar Gala2011-06-231-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
| |/
* / pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt2011-06-081-4/+7
|/
* powerpc: Convert to new irq_* function namesThomas Gleixner2011-03-291-1/+1
* powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely2011-02-041-8/+3Star
* of/pci: move of_irq_map_pci() into generic codeSebastian Andrzej Siewior2011-02-041-0/+1
* powerpc/pci: Cleanup device dma setup codeNishanth Aravamudan2010-10-131-3/+1Star
* of/address: Clean up function declarationsGrant Likely2010-08-011-0/+1
* PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu2010-06-111-0/+1
* of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely2010-05-191-1/+0Star
* driver-core: Add device node pointer to struct deviceGrant Likely2010-04-291-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dma-mapping: powerpc: use generic pci_set_dma_mask and pci_set_consistent_dma...FUJITA Tomonori2010-03-131-15/+0Star
* PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-231-7/+4Star
* resource/PCI: mark struct resource as constDominik Brodowski2010-02-231-1/+1
* resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-231-7/+6Star
* PCI/cardbus: Add a fixup hook and fix powerpcBenjamin Herrenschmidt2009-12-171-0/+13
* powerpc/pci: Fix MODPOST warningHeiko Schocher2009-10-141-1/+1
* powerpc: Change archdata dma_data to a unionBecky Bruce2009-09-241-1/+1
* powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()Grant Likely2009-09-021-0/+49