aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci_32.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-261-1/+1
|\
| * powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring2011-07-121-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-251-19/+0
|\ \
| * | powerpc/pci: Move FSL fixup from 32-bit to commonKumar Gala2011-06-221-19/+0
| |/
* | pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt2011-06-081-137/+13
|/
* powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely2011-02-041-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()Grant Likely2009-09-021-23/+2
* powerpc/pci: Pull ppc32 PCI features into commonKumar Gala2009-08-281-71/+0
* powerpc/pci: Remove dead checks for CONFIG_PPC_OFGrant Likely2009-08-281-9/+0
* powerpc/pci: Remove redundant pcnet32 fixupKumar Gala2009-05-211-11/+0
* powerpc/pci: Cleanup some minor cruftKumar Gala2009-05-211-8/+0
* powerpc/pci: Fix PCI<->OF matching of old style multifunc devicesTom Arbuckle2009-02-231-4/+11
* powerpc/pci: Move hose_list and pci_address_to_pio to pci-commonMilton Miller2009-02-111-20/+1
* powerpc: Remove `have_of' global variableAnton Vorontsov2008-12-161-6/+1
* powerpc/pci: Remove pcibios_do_bus_setup()Benjamin Herrenschmidt2008-11-051-11/+0
* powerpc/pci: Use common PHB resource hookupBenjamin Herrenschmidt2008-11-051-44/+34
* powerpc/pci: Cleanup debug printk'sBenjamin Herrenschmidt2008-11-051-9/+3
* powerpc: Fix link errors on 32-bit machines using legacy DMABenjamin Herrenschmidt2008-10-151-0/+6
* powerpc/fsl: Hide MPC5121 pci bridge.John Rigby2008-10-131-2/+3
* powerpc: Merge 32 and 64-bit dma codeBecky Bruce2008-09-241-0/+7
* [POWERPC] Remove update_bridge_resourceKumar Gala2008-01-231-58/+0
* [POWERPC] arch/powerpc/kernel: Use for_each_child_of_nodeStephen Rothwell2008-01-171-2/+2
* [POWERPC] pci_32.c: Use for_each_child_of_nodeStephen Rothwell2008-01-171-7/+13
* [POWERPC] Fix possible NULL deref in ppc32 PCIBenjamin Herrenschmidt2007-12-211-2/+3
* [POWERPC] Merge 32 and 64 bits pcibios_enable_deviceBenjamin Herrenschmidt2007-12-201-37/+0
* [POWERPC] Updates/fixes to 32 bits pcibios_enable_device()Benjamin Herrenschmidt2007-12-201-2/+8
* [POWERPC] Merge PCI resource allocation & assignmentBenjamin Herrenschmidt2007-12-201-243/+3
* [POWERPC] Merge PCI resource fixupsBenjamin Herrenschmidt2007-12-201-81/+2
* [POWERPC] Merge pcibios_resource_to_bus/bus_to_resourceBenjamin Herrenschmidt2007-12-201-32/+0
* [POWERPC] pci32: Remove obsolete PowerMac bus number hackBenjamin Herrenschmidt2007-12-201-11/+0
* [POWERPC] pci32: Add flags modifying the PCI code behaviourBenjamin Herrenschmidt2007-12-201-8/+34
* [POWERPC] pci32: Remove PowerMac P2P bridge IO hackBenjamin Herrenschmidt2007-12-201-214/+1
* [POWERPC] pci32: Use generic pci_assign_unassign_resourcesBenjamin Herrenschmidt2007-12-201-174/+17
* [POWERPC] pci32: Remove bogus alignment messageBenjamin Herrenschmidt2007-12-201-6/+0
* [POWERPC] Change 32-bit PCI message about resource allocationBenjamin Herrenschmidt2007-12-111-1/+1
* [POWERPC] Fix powerpc 32-bit resource fixup for 64-bit resourcesBenjamin Herrenschmidt2007-12-111-20/+26
* [POWERPC] Merge pci_process_bridge_OF_ranges()Benjamin Herrenschmidt2007-12-111-114/+0
* [POWERPC] Make isa_mem_base common to 32 and 64 bitsBenjamin Herrenschmidt2007-12-111-1/+0
* [POWERPC] pci_controller->arch_data really is a struct device_node *Stephen Rothwell2007-12-111-5/+5
* [POWERPC] null_pci_ops: Use named structure member initializersNathan Lynch2007-08-171-2/+2
* [POWERPC] Fix a compile warning in pci_32.cSegher Boessenkool2007-08-031-1/+4
* [POWREPC] Fixup a number of modpost warnings on ppc32Kumar Gala2007-07-261-1/+1
* [POWERPC] Don't try to allocate resources for a Freescale POWERPC PHBKumar Gala2007-07-251-0/+18
* [POWERPC] Provide ability to setup P2P bridge registers from struct resourceKumar Gala2007-07-231-6/+12
* [POWERPC] Add the ability to find PCI capabilities early onKumar Gala2007-07-231-0/+7
* [POWERPC] Kill pcibios_enable_resources()Kumar Gala2007-07-031-34/+0
* [POWERPC] Use ppc64 style list management for pci_controller on ppc32Kumar Gala2007-06-291-51/+10
* [POWERPC] Move common PCI code out of pci_32/pci_64Kumar Gala2007-06-291-294/+0