aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-07ppc: move exports to definitionsAl Viro1-0/+2
2014-11-19powerpc: Remove more traces of bootmemMichael Ellerman1-3/+1
2013-05-06powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt1-1/+1
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-15powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot1-1/+1
2012-03-20powerpc/PCI: compute I/O space bus-to-resource offset consistentlyBjorn Helgaas1-3/+3
2011-10-31powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-1/+1
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-19/+0
2011-07-12powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring1-1/+1
2011-06-22powerpc/pci: Move FSL fixup from 32-bit to commonKumar Gala1-19/+0
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt1-137/+13
2011-02-04powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-02powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()Grant Likely1-23/+2
2009-08-28powerpc/pci: Pull ppc32 PCI features into commonKumar Gala1-71/+0
2009-08-28powerpc/pci: Remove dead checks for CONFIG_PPC_OFGrant Likely1-9/+0
2009-05-21powerpc/pci: Remove redundant pcnet32 fixupKumar Gala1-11/+0
2009-05-21powerpc/pci: Cleanup some minor cruftKumar Gala1-8/+0
2009-02-23powerpc/pci: Fix PCI<->OF matching of old style multifunc devicesTom Arbuckle1-4/+11
2009-02-11powerpc/pci: Move hose_list and pci_address_to_pio to pci-commonMilton Miller1-20/+1
2008-12-16powerpc: Remove `have_of' global variableAnton Vorontsov1-6/+1
2008-11-05powerpc/pci: Remove pcibios_do_bus_setup()Benjamin Herrenschmidt1-11/+0
2008-11-05powerpc/pci: Use common PHB resource hookupBenjamin Herrenschmidt1-44/+34
2008-11-05powerpc/pci: Cleanup debug printk'sBenjamin Herrenschmidt1-9/+3
2008-10-15powerpc: Fix link errors on 32-bit machines using legacy DMABenjamin Herrenschmidt1-0/+6
2008-10-13powerpc/fsl: Hide MPC5121 pci bridge.John Rigby1-2/+3
2008-09-24powerpc: Merge 32 and 64-bit dma codeBecky Bruce1-0/+7
2008-01-23[POWERPC] Remove update_bridge_resourceKumar Gala1-58/+0
2008-01-17[POWERPC] arch/powerpc/kernel: Use for_each_child_of_nodeStephen Rothwell1-2/+2
2008-01-17[POWERPC] pci_32.c: Use for_each_child_of_nodeStephen Rothwell1-7/+13
2007-12-21[POWERPC] Fix possible NULL deref in ppc32 PCIBenjamin Herrenschmidt1-2/+3
2007-12-20[POWERPC] Merge 32 and 64 bits pcibios_enable_deviceBenjamin Herrenschmidt1-37/+0
2007-12-20[POWERPC] Updates/fixes to 32 bits pcibios_enable_device()Benjamin Herrenschmidt1-2/+8
2007-12-20[POWERPC] Merge PCI resource allocation & assignmentBenjamin Herrenschmidt1-243/+3
2007-12-20[POWERPC] Merge PCI resource fixupsBenjamin Herrenschmidt1-81/+2
2007-12-20[POWERPC] Merge pcibios_resource_to_bus/bus_to_resourceBenjamin Herrenschmidt1-32/+0
2007-12-20[POWERPC] pci32: Remove obsolete PowerMac bus number hackBenjamin Herrenschmidt1-11/+0
2007-12-20[POWERPC] pci32: Add flags modifying the PCI code behaviourBenjamin Herrenschmidt1-8/+34
2007-12-20[POWERPC] pci32: Remove PowerMac P2P bridge IO hackBenjamin Herrenschmidt1-214/+1
2007-12-20[POWERPC] pci32: Use generic pci_assign_unassign_resourcesBenjamin Herrenschmidt1-174/+17
2007-12-20[POWERPC] pci32: Remove bogus alignment messageBenjamin Herrenschmidt1-6/+0
2007-12-11[POWERPC] Change 32-bit PCI message about resource allocationBenjamin Herrenschmidt1-1/+1
2007-12-11[POWERPC] Fix powerpc 32-bit resource fixup for 64-bit resourcesBenjamin Herrenschmidt1-20/+26
2007-12-11[POWERPC] Merge pci_process_bridge_OF_ranges()Benjamin Herrenschmidt1-114/+0
2007-12-11[POWERPC] Make isa_mem_base common to 32 and 64 bitsBenjamin Herrenschmidt1-1/+0
2007-12-11[POWERPC] pci_controller->arch_data really is a struct device_node *Stephen Rothwell1-5/+5
2007-08-17[POWERPC] null_pci_ops: Use named structure member initializersNathan Lynch1-2/+2
2007-08-03[POWERPC] Fix a compile warning in pci_32.cSegher Boessenkool1-1/+4