summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.cJochen Friedrich2008-01-2819-23/+23
* [POWERPC] 8xx: Get rid of conditional includes of board specific setupJochen Friedrich2008-01-282-2/+2
* [POWERPC] 8xx: Remove sysdev/commproc.hJochen Friedrich2008-01-288-20/+26
* [POWERPC] 8xx: Remove unneeded and misspelled prototype m8xx_calibrate_decrJochen Friedrich2008-01-281-1/+0
* [POWERPC] 8xx: Rename m8xx_pic_init to mpc8xx_pics_initJochen Friedrich2008-01-286-7/+6
* [POWERPC] 8xx: Remove unused m8xx_cpm_hostalloc/free/dump()Jochen Friedrich2008-01-282-75/+0
* [POWERPC] 83xx: Add default config file for Wind River SBC8349 boardPaul Gortmaker2008-01-281-0/+800
* [POWERPC] 83xx: Add device tree source for Wind River SBC834x board.Paul Gortmaker2008-01-281-0/+243
* [POWERPC] 83xx: Add support for Wind River SBC834x boardsPaul Gortmaker2008-01-283-1/+124
* [POWERPC] 85xx: Add default .config file for Wind River SBC8548Paul Gortmaker2008-01-281-0/+741
* [POWERPC] 85xx: Add v1 device tree source for Wind River SBC8548 boardPaul Gortmaker2008-01-281-0/+244
* [POWERPC] 85xx: Add basic support for Wind River SBC8548 boardPaul Gortmaker2008-01-283-2/+178
* [POWERPC] 85xx: Add default .config file for Wind River SBC8560Paul Gortmaker2008-01-281-0/+764
* [POWERPC] CPM2: Make support for the CPM2 optional on 8560 based boardsPaul Gortmaker2008-01-282-8/+5
* [POWERPC] 85xx: Add v1 device tree source for Wind River SBC8560 boardPaul Gortmaker2008-01-281-0/+330
* [POWERPC] 85xx: Add support for Wind River SBC8560 in arch/powerpcPaul Gortmaker2008-01-283-2/+295
* [POWERPC] Reduce code duplication in legacy_serial, add UART parent typesPaul Gortmaker2008-01-281-28/+17
* [POWERPC] 82xx and embedded6xx: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-283-12/+3
* [POWERPC] 85xx: Port TQM85xx boards over from arch/ppcKumar Gala2008-01-2711-0/+5300
* [POWERPC] 85xx: Port STX GP3 board over from arch/ppcKumar Gala2008-01-275-2/+1609
* [POWERPC] Add a cuboot wrapper for 85xx with CPM2Kumar Gala2008-01-272-1/+70
* [POWERPC] bootwrapper: Add find_node_by_compatibleKumar Gala2008-01-272-0/+20
* Revert "[POWERPC] Fake NUMA emulation for PowerPC"Paul Mackerras2008-01-261-54/+5
* Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2008-01-2619-9/+1990
|\
| * [POWERPC] 4xx: logical/bitand typo in powerpc/boot/4xx.cRoel Kluin2008-01-251-1/+1
| * [POWERPC] 4xx: PIKA Warp defconfigSean MacLennan2008-01-251-0/+1057
| * [POWERPC] 4xx: PIKA Warp bootwrapperSean MacLennan2008-01-252-1/+42
| * [POWERPC] 4xx: PIKA Warp DTSSean MacLennan2008-01-251-0/+239
| * [POWERPC] 4xx: PIKA Warp base platformSean MacLennan2008-01-255-1/+275
| * [POWERPC] 4xx: Add PowerPC 440EP Rev CSean MacLennan2008-01-251-0/+12
| * [POWERPC] Enable RTC for Ebony and Walnut (v2)David Gibson2008-01-258-4/+76
| * [POWERPC] 4xx: Add AMCC Haleakala (405EXr) dtsStefan Roese2008-01-251-0/+274
| * [POWERPC] 4xx: Add 405EXr to cputableStefan Roese2008-01-251-2/+14
* | [POWERPC] Autodetect serial console on pegasos2Olaf Hering2008-01-251-0/+52
* | [POWERPC] Revert chrp_pci_fixup_vt8231_ata devinit to fix libata on pegasosOlaf Hering2008-01-251-2/+2
* | [POWERPC] Make IOMMU code safe for > 132 GB of memoryMichael Ellerman2008-01-251-3/+4
* | [POWERPC] Remove bogus comment in dma_direct_alloc_coherent()Michael Ellerman2008-01-251-1/+0
* | [POWERPC] Remove the global dma_direct_offsetMichael Ellerman2008-01-251-3/+4
* | [POWERPC] Have celleb use its own dma_direct_offset variableMichael Ellerman2008-01-251-2/+4
* | [POWERPC] Have cell use its own dma_direct_offset variableMichael Ellerman2008-01-251-5/+7
* | [POWERPC] Use archdata.dma_data in dma_direct_ops and add the offsetMichael Ellerman2008-01-251-3/+8
* | [POWERPC] Add celleb_dma_dev_setup()Michael Ellerman2008-01-251-1/+13
* | [POWERPC] Set archdata.dma_data for direct DMA in cell_dma_dev_setup()Michael Ellerman2008-01-251-2/+6
* | [POWERPC] Always hookup PHB IO resource even when emptyBenjamin Herrenschmidt2008-01-251-7/+4
* | [POWERPC] PS3: Update ps3_defconfigGeoff Levand2008-01-251-14/+35
* | [POWERPC] PS3: Remove lpar address workaroundGeoff Levand2008-01-252-23/+4
* | [POWERPC] PS3: Add logical performance monitor driver supportTakashi Yamamoto2008-01-251-0/+13
* | [POWERPC] PS3: Add logical performance monitor device supportGeoff Levand2008-01-252-0/+90
* | [POWERPC] PS3: Add logical performance monitor repository routinesTakashi Yamamoto2008-01-252-4/+83
* | [POWERPC] PS3: Checkpatch cleanups for arch/powerpc/platforms/ps3/repository.cGeert Uytterhoeven2008-01-251-32/+32
OpenPOWER on IntegriCloud