summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2007-12-11[POWERPC] 83xx: Add platform support for MPC837x MDS boardLi Yang3-0/+116
2007-12-11[POWERPC] ipic: add new interrupts introduced by new chipLi Yang2-9/+136
2007-12-11[POWERPC] add e300c4 entry to cputableLi Yang1-1/+12
2007-12-11[POWERPC] 8xxx: Convert #include of asm/of_{platform, device}.h into linux/of...Jon Loeliger5-8/+8
2007-12-11[POWERPC] Emulate isel (Integer Select) instructionKumar Gala1-0/+25
2007-12-11[POWERPC] Early debug forces console log level to maxBenjamin Herrenschmidt2-0/+11
2007-12-11[POWERPC] Add of_translate_dma_addressBenjamin Herrenschmidt1-4/+16
2007-12-11[POWERPC] Remove useless volatiles in udbg_16550.cBenjamin Herrenschmidt1-5/+5
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 Herrenschmidt3-207/+177
2007-12-11[POWERPC] Make isa_mem_base common to 32 and 64 bitsBenjamin Herrenschmidt2-1/+3
2007-12-11Merge branch 'linux-2.6' into for-2.6.25Paul Mackerras18-59/+80
2007-12-11[POWERPC] Kill flatdevtree.cDavid Gibson6-1231/+1
2007-12-11[POWERPC] Use embedded libfdt in the bootwrapperDavid Gibson18-16/+219
2007-12-11[POWERPC] Merge libfdt upstream sourceDavid Gibson10-0/+2568
2007-12-11[POWERPC] EEH: Avoid a possible NULL pointer dereferenceStephen Rothwell1-2/+2
2007-12-11[POWERPC] iSeries: Merge vpdinfo.c into pci.cStephen Rothwell4-259/+219
2007-12-11[POWERPC] iSeries: Clean up and simplify vdpinfo.cStephen Rothwell1-54/+46
2007-12-11[POWERPC] iSeries: DeCamelCase vpdinfo.cStephen Rothwell3-97/+95
2007-12-11[POWERPC] Update xmon slb codewill schmidt1-6/+23
2007-12-11[POWERPC] Use SLB size from the device treeMichael Neuling6-4/+25
2007-12-11[POWERPC] pci_controller->arch_data really is a struct device_node *Stephen Rothwell17-30/+28
2007-12-11[POWERPC] Don't special case pci_domain_nr() for iSeriesStephen Rothwell2-7/+4
2007-12-11[POWERPC] Remove some iSeries platform checks from the PCI codeStephen Rothwell2-15/+10
2007-12-11[POWERPC] iSeries: hose->buid is always zero for iSeriesStephen Rothwell1-6/+2
2007-12-11[POWERPC] iSeries: Call iSeries_pcibios_init from setup_archStephen Rothwell3-4/+5
2007-12-11[POWERPC] Inline pci_setup_pci_controller as it has become trivialStephen Rothwell1-15/+6
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 Rothwell2-12/+12
2007-12-11[POWERPC] iSeries: Remove pci_dn dependency from iSeries_Device_InformationStephen Rothwell3-17/+6
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-11[POWERPC] pSeries: Remove dependency on pci_dn bussubnoStephen Rothwell1-17/+7
2007-12-11[POWERPC] iommu_free_table doesn't need the device_nodeStephen Rothwell2-6/+4
2007-12-11[POWERPC] lparcfg: Remove useless buffer allocationNathan Lynch1-11/+1
2007-12-11[POWERPC] Update celleb_defconfig to add support for native CBEIshizaki Kou1-19/+19
2007-12-11[POWERPC] celleb: Add support for native CBEIshizaki Kou4-23/+85
2007-12-11[POWERPC] cell: Fix undefined reference to mmio_nvram_initIshizaki Kou1-0/+2
2007-12-11[POWERPC] kernel_execve is identical in 32 and 64 bitStephen Rothwell3-14/+8
2007-12-11[POWERPC] Use of_register_driver to implement of_register_platform_driverStephen Rothwell1-20/+0
2007-12-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds16-51/+56
2007-12-10powerpc: Fix IDE legacy vs. native fixupsBenjamin Herrenschmidt2-8/+24
2007-12-10Merge branch 'linux-2.6'Paul Mackerras129-7503/+3342