aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-26[POWREPC] Fixup a number of modpost warnings on ppc32Kumar Gala1-1/+1
2007-07-25[POWERPC] Don't try to allocate resources for a Freescale POWERPC PHBKumar Gala1-0/+18
2007-07-23[POWERPC] Provide ability to setup P2P bridge registers from struct resourceKumar Gala1-6/+12
2007-07-23[POWERPC] Add the ability to find PCI capabilities early onKumar Gala1-0/+7
2007-07-03[POWERPC] Kill pcibios_enable_resources()Kumar Gala1-34/+0
2007-06-29[POWERPC] Use ppc64 style list management for pci_controller on ppc32Kumar Gala1-51/+10
2007-06-29[POWERPC] Move common PCI code out of pci_32/pci_64Kumar Gala1-294/+0
2007-06-29[POWERPC] Move pci_bus_to_hose users to pci_bus_to_hostKumar Gala1-4/+4
2007-06-29[POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypesKumar Gala1-1/+2
2007-06-29[POWERPC] Use global_number in ppc32 pci_controllerKumar Gala1-3/+3
2007-06-29[POWERPC] Removed dead code related to PCI on ppc32Kumar Gala1-112/+0
2007-06-29[POWERPC] Let subordinate transparent bridges be transparent.York Sun1-1/+1
2007-05-02[POWERPC] Fix STRICT_MM_TYPECHECKSDavid Gibson1-1/+1
2007-04-24[POWERPC] pci_32.c: Switch to ref counting PCI APIAlan Cox1-2/+5
2007-04-24[POWERPC] Remove old interface find_path_deviceStephen Rothwell1-5/+12
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-7/+7
2007-04-13[POWERPC] Make struct property's value a void *Stephen Rothwell1-1/+1
2007-04-13[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell1-1/+1
2007-01-24[POWERPC] Do not write virq back to PCI config spaceMichal Ostrowski1-1/+0
2007-01-22[POWERPC] Remove bogus sanity check in pci -> OF node codeBenjamin Herrenschmidt1-5/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-11[POWERPC] Fix irq routing on some 32-bit PowerMacsBenjamin Herrenschmidt1-45/+53
2006-12-08[POWERPC] Fix mmap of PCI resource with hack for XBenjamin Herrenschmidt1-13/+32
2006-12-04[POWERPC] Fix debug printks for 32-bit resources in the PCI codeSergei Shtylyov1-13/+11
2006-12-04[POWERPC] Merge 32 and 64 bits asm-powerpc/io.hBenjamin Herrenschmidt1-31/+3
2006-12-04[POWERPC] Add "parent" struct device for PCI host bridgesBenjamin Herrenschmidt1-1/+4
2006-12-04[POWERPC] Remove ppc_md.pci_map_irq & ppc_swizzle for ARCH=powerpcBenjamin Herrenschmidt1-23/+0
2006-12-04[POWERPC] Make pci_read_irq_line the defaultBenjamin Herrenschmidt1-0/+10
2006-10-16[POWERPC] Fix IO Window Updates on P2P bridges.Randy Vinson1-6/+6
2006-08-01Merge branch 'merge'Paul Mackerras1-7/+29
2006-07-31[POWERPC] Constify & voidify get_property()Jeremy Kerr1-18/+21
2006-07-10[PATCH] powerpc: fix trigger handling in the new irq codeBenjamin Herrenschmidt1-7/+29
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-0/+37
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-5/+5
2006-06-27[PATCH] 64bit resource: fix up printks for resources in arch and core codeGreg Kroah-Hartman1-18/+19
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter1-1/+0
2006-06-15powerpc: Simplify push_end definition in pci_32.cPaul Mackerras1-3/+4
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-2/+2
2006-01-15powerpc/32: Restore previous version of 32-bit PCI codePaul Mackerras1-0/+1897