aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/iseries/pci.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-09powerpc: Remove the main legacy iSerie platform codeStephen Rothwell1-919/+0
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker1-1/+0
2010-07-08powerpc/iseries: Fix possible null pointer dereference in iSeries_pcibios_fix...Denis Kirjanov1-1/+5
2010-04-07powerpc/iseries/pci: Use __ratelimitAkinobu Mita1-7/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-05-21powerpc/pci: clean up direct access to sysdata by iseries platformKumar Gala1-4/+4
2009-05-15powerpc/iseries: Fix pci breakage due to bad dma_data initializationStephen Rothwell x1-1/+0
2008-03-26[POWERPC] arch/powerpc/platforms/iseries/pci.c: Use time_* macrosS.Çağlar Onur1-1/+2
2008-01-17[POWERPC] iSeries: eliminate pci_dn bussubnoStephen Rothwell1-5/+7
2008-01-17[POWERPC] The pci_dn pcidev is only used by EEHStephen Rothwell1-1/+0
2007-12-20[POWERPC] fix iSeries PCI resource managementBenjamin Herrenschmidt1-57/+68
2007-12-11[POWERPC] iSeries: Merge vpdinfo.c into pci.cStephen Rothwell1-0/+218
2007-12-11[POWERPC] iSeries: DeCamelCase vpdinfo.cStephen Rothwell1-1/+1
2007-12-11[POWERPC] Don't special case pci_domain_nr() for iSeriesStephen Rothwell1-0/+2
2007-12-11[POWERPC] Remove some iSeries platform checks from the PCI codeStephen Rothwell1-0/+2
2007-12-11[POWERPC] iSeries: Make pcibios_final_fixup not depend on pci_dnStephen Rothwell1-15/+12
2007-12-11[POWERPC] iSeries: Reduce dependence on pci_dn bussubnoStephen Rothwell1-9/+9
2007-12-11[POWERPC] iSeries: iseries_ds_addr is only used in pci.cStephen Rothwell1-0/+11
2007-12-11[POWERPC] iSeries: Remove pci_dn dependency from iSeries_Device_InformationStephen Rothwell1-1/+2
2007-12-11[POWERPC] iSeries: Remove one layer of IO routinesStephen Rothwell1-49/+19
2007-12-11[POWERPC] iSeries: Consoldiate PCI IO error checkStephen Rothwell1-79/+26
2007-12-11[POWERPC] iSeries: Unindent and clean iSeries_pci_final_fixupStephen Rothwell1-33/+35
2007-12-11[POWERPC] iSeries: Remove some dead code from pci.cStephen Rothwell1-18/+1
2007-12-11[POWERPC] iSeries: DeCamelCase pci.cStephen Rothwell1-108/+108
2007-12-11[POWERPC] iSeries: Cleanup PCI retry code a littleStephen Rothwell1-4/+4
2007-12-11[POWERPC] iSeries: Move find_Device_Node to avoid a forward declarationStephen Rothwell1-23/+16
2007-12-03[POWERPC] iSeries: Mark two functions __initStephen Rothwell1-2/+2
2007-06-29[POWERPC] Remove local_number from pci_controllerKumar Gala1-1/+1
2007-06-14[POWERPC] Rewrite IO allocation & mapping on powerpc64Benjamin Herrenschmidt1-0/+5
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-2/+2
2007-04-13[POWERPC] Remove unused inclusion of linux/ide.hOlaf Hering1-1/+0
2006-12-04[POWERPC] Allow hooking of PCI MMIO & PIO accessors on 64 bitsBenjamin Herrenschmidt1-215/+155
2006-12-04[POWERPC] Refactor 64 bits DMA operationsBenjamin Herrenschmidt1-1/+1
2006-10-03[POWERPC] iSeries does not need pcibios_fixup_resourcesStephen Rothwell1-4/+0
2006-09-25[POWERPC] modify PCI code for a merged kernelStephen Rothwell1-4/+0
2006-09-22[POWERPC] Merge iSeries i/o operations with the restStephen Rothwell1-52/+228
2006-07-31[POWERPC] iseries: Constify & voidify get_property()Jeremy Kerr1-5/+4
2006-05-24[PATCH] powerpc: clean up iSeries PCI probeStephen Rothwell1-28/+14
2006-05-24[PATCH] powerpc: remove LogicalSlot from pci_dnStephen Rothwell1-8/+0
2006-05-24[PATCH] powerpc: remove Irq from pci_dnStephen Rothwell1-25/+28
2006-05-24[PATCH] powerpc: remove iSeries_Global_Device_ListStephen Rothwell1-8/+6
2006-05-24[PATCH] powerpc: move iSeries PCI devices to the device treeStephen Rothwell1-196/+77
2006-05-24[PATCH] powerpc: tidy up iseries/pci.cStephen Rothwell1-67/+11
2006-04-29[PATCH] powerpc: merge the rest of the vio codeStephen Rothwell1-1/+1
2006-04-22[PATCH] powerpc: remove io_page_maskAnton Blanchard1-3/+0
2006-01-12[PATCH] powerpc: clean up iommu.h a bitStephen Rothwell1-0/+1
2005-11-16[PATCH] powerpc: pci_64 fixes & cleanupsBenjamin Herrenschmidt1-2/+1
2005-11-07[PATCH] powerpc: Kill ppcdebugDavid Gibson1-37/+0
2005-11-02merge filename and modify references to iSeries/mf.hKelly Daly1-1/+1
2005-11-02merge filename and modify references to iseries/hv_call_xm.hKelly Daly1-1/+1
2005-10-14powerpc: move iSeries/HvCallPci.h to platforms/iseries/call_pci.hStephen Rothwell1-1/+1
2005-10-14powerpc: eliminate DsaAddr from pci_dnStephen Rothwell1-13/+7
2005-10-14powerpc: move iSeries/iSeries_pci.h to platforms/iseriesStephen Rothwell1-3/+4
2005-10-12powerpc: pci_dn's should point to their device_node'sStephen Rothwell1-0/+1
2005-10-10powerpc: Get iseries to compile with ARCH=powerpcPaul Mackerras1-9/+6
2005-09-30ppc64 iseries: move some iSeries include filesStephen Rothwell1-1/+2
2005-09-28ppc64 iSeries: use device_node instead of iSeries_Device_nodeStephen Rothwell1-41/+50
2005-09-28powerpc: Move iSeries_pci.c to powerpc/platform/iseriesStephen Rothwell1-0/+903