summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Make ibmebus use of_(un)register_driverStephen Rothwell2008-01-251-5/+2
* [POWERPC] Export copy_page() on 32bitJoseph Fannin2008-01-251-0/+1
* [POWERPC] Make smp_send_stop() handle panic and xmon rebootOlof Johansson2008-01-251-8/+29
* [POWERPC] Make smp_call_function_map staticOlof Johansson2008-01-251-6/+8
* Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2008-01-24106-672/+9507
|\
| * [POWERPC] Add initial storcenter config file.Jon Loeliger2008-01-231-0/+1174
| * [POWERPC] Add initial iomega StorCenter board port.Jon Loeliger2008-01-235-7/+265
| * [POWERPC] Add StorCenter DTS first draft.Jon Loeliger2008-01-231-0/+138
| * [POWERPC] Add _nmask_and_or_msr() declartion to asm-powerpc/system.hJon Loeliger2008-01-232-2/+2
| * fs_enet: Add fixed-phy support for fs_enetJochen Friedrich2008-01-231-1/+8
| * [POWERPC] 8xx: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-233-9/+6
| * [POWERPC] Fix compile error if CONFIG_STX_GP3 is definedKumar Gala2008-01-231-1/+1
| * [POWERPC] Move RapidIO support code from arch/ppcKumar Gala2008-01-2310-6/+5
| * [RAPIDIO] Fix compile error and warningKumar Gala2008-01-231-2/+3
| * [POWERPC] 86xx: MPC8641 HPCN - call of_platform_bus_probe()Wade Farnsworth2008-01-231-0/+14
| * [POWERPC] 86xx: Add localbus and flash nodes to mpc8641_hpcn.dtsWade Farnsworth2008-01-231-0/+42
| * [POWERPC] 8xx: adder875 - Fix flash bus-width and remove duplicate __initdataScott Wood2008-01-233-3/+3
| * [POWERPC] 83xx: Update MPC8313e RDB defconfig for MTD, NAND, JFFS2.Scott Wood2008-01-231-13/+33
| * [POWERPC] 83xx: MPC8313e RDB - Add NOR flash to the device tree.Scott Wood2008-01-231-0/+9
| * [POWERPC] 83xx: MPC8313e RBD add NAND to device treeScott Wood2008-01-232-0/+52
| * [POWERPC] 82xx: Embedded Planet EP8248E supportScott Wood2008-01-239-2/+1425
| * [POWERPC] 8xx: Analogue & Micro Adder875 board support.Scott Wood2008-01-2313-2/+2215
| * [POWERPC] 85xx: Respect KERNELBASE, PAGE_OFFSET, and PHYSICAL_START on e500Dale Farnsworth2008-01-232-10/+16
| * [POWERPC] fsl_soc: Fix get_immrbase() to use ranges, rather than reg.Scott Wood2008-01-231-2/+10
| * [POWERPC] Update MPC8610 HPCD to support audio driversTimur Tabi2008-01-234-4/+336
| * [POWERPC] Add IPIC Kconfig optionJohn Rigby2008-01-232-1/+6
| * [POWERPC] Add support for mpc512x interrupts to ipicJohn Rigby2008-01-231-0/+62
| * [POWERPC] Fix carry bug in 128-bit unsigned integer addingLiu Yu2008-01-231-10/+30
| * [POWERPC] 85xx: mpc85xx_ads: add in missing of_node_put()Paul Gortmaker2008-01-231-6/+6
| * [POWERPC] qe-uart: add support for Freescale QUICCEngine UARTTimur Tabi2008-01-233-0/+1525
| * [POWERPC] QE: Add support for Freescale QUICCEngine UARTTimur Tabi2008-01-234-3/+68
| * [POWERPC] QE: Add ability to upload QE firmwareTimur Tabi2008-01-237-4/+670
| * [POWERPC] fsl_soc: add support to gianfar for fixed-link propertyVitaly Bordug2008-01-232-17/+66
| * [POWERPC] MPC8349E-mITX: Vitesse 7385 PHY is not connected to the MDIO busVitaly Bordug2008-01-231-9/+2
| * phy/fixed.c: rework to not duplicate PHY layer functionalityVitaly Bordug2008-01-233-333/+195
| * [POWERPC] MPC8349E-mITX: introduce localbus and pata nodesAnton Vorontsov2008-01-233-2/+30
| * [POWERPC] 83xx: USB device tree cleanupsLi Yang2008-01-239-23/+9
| * [POWERPC] 83xx: Add MPC837x USB platform supportLi Yang2008-01-233-0/+94
| * [POWERPC] 83xx: add device trees for MPC837x MDS boardLi Yang2008-01-233-0/+837
| * [POWERPC] Fix incorrect interrupt map on FSL reference boardsKumar Gala2008-01-233-9/+10
| * [POWERPC] bootwrapper: convert cuboot-8{3,5}xx to dt_fixup_mac_address_by_aliasKumar Gala2008-01-232-3/+5
| * [POWERPC] bootwrapper: Add find_node_by_alias and dt_fixup_mac_address_by_aliasKumar Gala2008-01-232-0/+28
| * [POWERPC] 83xx: convert boards to use machine_device_initcallKumar Gala2008-01-235-24/+6
| * [POWERPC] 85xx: convert boards to use machine_device_initcallKumar Gala2008-01-233-14/+5
| * [POWERPC] Fixup use of phys_addr_t in mpic codeBecky Bruce2008-01-231-2/+2
| * [POWERPC] Remove update_bridge_resourceKumar Gala2008-01-232-61/+0
| * [POWERPC] FSL: Rework PCI/PCIe support for 85xx/86xxKumar Gala2008-01-231-88/+62
| * [POWERPC] Fixup transparent P2P resourcesKumar Gala2008-01-231-2/+3
| * [POWERPC] Ensure we only handle PowerMac PCI bus fixup for memory resourcesKumar Gala2008-01-231-1/+2
| * [POWERPC] Fix handling of memreserve if the range lands in highmemKumar Gala2008-01-233-2/+33
OpenPOWER on IntegriCloud