aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-03[POWERPC] Fix pci domain detectionArnd Bergmann1-1/+1
2007-08-10[POWERPC] Fix initialization and usage of dma_maskBenjamin Herrenschmidt1-0/+1
2007-07-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-624/+126
2007-07-11PCI: read revision ID by defaultAuke Kok1-0/+2
2007-07-11PCI: Make pcibios_add_platform_entries() return errorsMichael Ellerman1-2/+2
2007-07-03[POWERPC] Replace use of GET_64BIT(prop, i) with of_read_number().Jon Loeliger1-5/+4
2007-06-29[POWERPC] Use ppc64 style list management for pci_controller on ppc32Kumar Gala1-66/+0
2007-06-29[POWERPC] Move common PCI code out of pci_32/pci_64Kumar Gala1-309/+0
2007-06-29[POWERPC] Use global_number in ppc32 pci_controllerKumar Gala1-16/+0
2007-06-28[POWERPC] Turn off debugging in arch/powerpc/kernel/pci_64.cMichael Ellerman1-1/+1
2007-06-14[POWERPC] Rewrite IO allocation & mapping on powerpc64Benjamin Herrenschmidt1-232/+126
2007-05-17[POWERPC] Fix IO space on PCI buses created from of_platformBenjamin Herrenschmidt1-1/+22
2007-05-10[POWERPC] Fix incorrect calculation of I/O window addressesPaul Mackerras1-24/+13
2007-05-08Merge branch 'linux-2.6'Paul Mackerras1-1/+1
2007-05-08[POWERPC] Cope with PCI host bridge I/O window not starting at 0Paul Mackerras1-4/+5
2007-05-02PCI: Convert to alloc_pci_dev()Michael Ellerman1-1/+1
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-8/+8
2007-04-13[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell1-1/+1
2007-03-09[POWERPC] Create and use get_pci_dma_ops()Stephen Rothwell1-2/+7
2007-03-09[POWERPC] Create and use set_pci_dma_opsStephen Rothwell1-0/+5
2007-02-08Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+0
2007-02-07MSI: Remove pci_scan_msi_device()Michael Ellerman1-2/+0
2007-02-07Merge branch 'linux-2.6'Paul Mackerras1-1/+1
2007-01-28[POWERPC] Fix sys_pciconfig_iobase bus matchingBenjamin Herrenschmidt1-1/+1
2007-01-24[POWERPC] Do not write virq back to PCI config spaceMichal Ostrowski1-1/+0
2006-12-20[POWERPC] Fix PCI device channel state initializationLinas Vepstas1-0/+1
2006-12-08[POWERPC] Fix mmap of PCI resource with hack for XBenjamin Herrenschmidt1-11/+31
2006-12-04[POWERPC] Replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-12-04[POWERPC] Allow hooking of PCI MMIO & PIO accessors on 64 bitsBenjamin Herrenschmidt1-1/+1
2006-12-04[POWERPC] Generic OF platform driver for PCI host bridges.Benjamin Herrenschmidt1-0/+9
2006-12-04[POWERPC] Add "parent" struct device for PCI host bridgesBenjamin Herrenschmidt1-1/+1
2006-12-04[POWERPC] Resolve the parent address of a PCI bus rangeBenjamin Herrenschmidt1-5/+1
2006-12-04[POWERPC] Refactor 64 bits DMA operationsBenjamin Herrenschmidt1-3/+23
2006-12-04[POWERPC] Make pci_read_irq_line the defaultBenjamin Herrenschmidt1-2/+6
2006-11-13[PATCH] Remove occurences of PPC_MULTIPLATFORM in pci_64.cs.hauer@pengutronix.de1-12/+2
2006-10-16[POWERPC] Check for offline nodes in pci NUMA codeAnton Blanchard1-2/+8
2006-09-25[POWERPC] modify PCI code for a merged kernelStephen Rothwell1-28/+30
2006-08-31Merge branch 'merge'Paul Mackerras1-2/+9
2006-08-30[POWERPC] Make OF irq map code detect more error casesBenjamin Herrenschmidt1-2/+9
2006-08-01Merge branch 'merge'Paul Mackerras1-7/+29
2006-07-31[POWERPC] Constify & voidify get_property()Jeremy Kerr1-13/+15
2006-07-10[PATCH] powerpc: fix trigger handling in the new irq codeBenjamin Herrenschmidt1-7/+29
2006-07-07[POWERPC] Remove linux,pci-domain propertiesJeremy Kerr1-38/+1
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-17/+16
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-2/+2
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter1-1/+0
2006-06-15[POWERPC] pcibus_to_node fixesAnton Blanchard1-1/+12
2006-06-15[POWERPC] Add support for PCI-Express nodes in the device treeJake Moilanen1-1/+1
2006-05-24[PATCH] powerpc: iSeries PCI devices can now have a devpsec attributeStephen Rothwell1-5/+2