Please pull from 'for-2.6.25' branch of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for-2.6.25
to receive the following updates: Documentation/powerpc/00-INDEX | 3 Documentation/powerpc/booting-without-of.txt | 91 + Documentation/powerpc/qe_firmware.txt | 295 ++++ arch/powerpc/Kconfig | 3 arch/powerpc/boot/.gitignore | 1 arch/powerpc/boot/Makefile | 7 arch/powerpc/boot/cuboot-83xx.c | 3 arch/powerpc/boot/cuboot-85xx.c | 5 arch/powerpc/boot/devtree.c | 14 arch/powerpc/boot/dts/adder875-redboot.dts | 184 ++ arch/powerpc/boot/dts/adder875-uboot.dts | 183 ++ arch/powerpc/boot/dts/ep8248e.dts | 207 +++ arch/powerpc/boot/dts/mpc8313erdb.dts | 49 arch/powerpc/boot/dts/mpc832x_mds.dts | 51 arch/powerpc/boot/dts/mpc8349emitx.dts | 30 arch/powerpc/boot/dts/mpc8349emitxgp.dts | 1 arch/powerpc/boot/dts/mpc834x_mds.dts | 2 arch/powerpc/boot/dts/mpc836x_mds.dts | 1 arch/powerpc/boot/dts/mpc8377_mds.dts | 279 ++++ arch/powerpc/boot/dts/mpc8378_mds.dts | 265 ++++ arch/powerpc/boot/dts/mpc8379_mds.dts | 293 ++++ arch/powerpc/boot/dts/mpc8544ds.dts | 6 arch/powerpc/boot/dts/mpc8572ds.dts | 7 arch/powerpc/boot/dts/mpc8610_hpcd.dts | 113 + arch/powerpc/boot/dts/mpc8641_hpcn.dts | 6 arch/powerpc/boot/ep8248e.c | 55 arch/powerpc/boot/ops.h | 14 arch/powerpc/boot/redboot-8xx.c | 58 arch/powerpc/boot/redboot.h | 56 arch/powerpc/boot/wrapper | 2 arch/powerpc/configs/adder875-redboot_defconfig | 798 ++++++++++++ arch/powerpc/configs/adder875-uboot_defconfig | 798 ++++++++++++ arch/powerpc/configs/ep8248e_defconfig | 821 +++++++++++++ arch/powerpc/configs/mpc8313_rdb_defconfig | 46 arch/powerpc/configs/mpc834x_itx_defconfig | 3 arch/powerpc/configs/mpc8610_hpcd_defconfig | 171 ++ arch/powerpc/kernel/head_fsl_booke.S | 20 arch/powerpc/kernel/pci-common.c | 8 arch/powerpc/kernel/pci_32.c | 58 arch/powerpc/math-emu/op-4.h | 40 arch/powerpc/mm/fsl_booke_mmu.c | 6 arch/powerpc/mm/lmb.c | 13 arch/powerpc/mm/mem.c | 20 arch/powerpc/platforms/82xx/Kconfig | 13 arch/powerpc/platforms/82xx/Makefile | 1 arch/powerpc/platforms/82xx/ep8248e.c | 324 +++++ arch/powerpc/platforms/83xx/mpc8313_rdb.c | 13 arch/powerpc/platforms/83xx/mpc832x_mds.c | 5 arch/powerpc/platforms/83xx/mpc832x_rdb.c | 10 arch/powerpc/platforms/83xx/mpc834x_itx.c | 12 arch/powerpc/platforms/83xx/mpc834x_mds.c | 5 arch/powerpc/platforms/83xx/mpc836x_mds.c | 5 arch/powerpc/platforms/83xx/mpc837x_mds.c | 56 arch/powerpc/platforms/83xx/mpc83xx.h | 3 arch/powerpc/platforms/83xx/usb.c | 46 arch/powerpc/platforms/85xx/mpc85xx_ads.c | 18 arch/powerpc/platforms/85xx/mpc85xx_cds.c | 6 arch/powerpc/platforms/85xx/mpc85xx_mds.c | 7 arch/powerpc/platforms/86xx/mpc8610_hpcd.c | 15 arch/powerpc/platforms/8xx/Kconfig | 9 arch/powerpc/platforms/8xx/Makefile | 1 arch/powerpc/platforms/8xx/adder875.c | 118 + arch/powerpc/platforms/Kconfig | 6 arch/powerpc/sysdev/Makefile | 2 arch/powerpc/sysdev/fsl_pci.c | 139 -- arch/powerpc/sysdev/fsl_soc.c | 103 + arch/powerpc/sysdev/ipic.c | 62 arch/powerpc/sysdev/mpic.c | 4 arch/powerpc/sysdev/qe_lib/Kconfig | 2 arch/powerpc/sysdev/qe_lib/qe.c | 247 +++ arch/powerpc/sysdev/qe_lib/ucc_slow.c | 10 drivers/net/phy/Kconfig | 32 drivers/net/phy/fixed.c | 445 ++----- drivers/serial/Kconfig | 10 drivers/serial/Makefile | 1 drivers/serial/ucc_uart.c | 1514 ++++++++++++++++++++++++ include/asm-powerpc/immap_qe.h | 34 include/asm-powerpc/lmb.h | 1 include/asm-powerpc/mpc8260.h | 1 include/asm-powerpc/pci-bridge.h | 3 include/asm-powerpc/qe.h | 61 include/linux/phy_fixed.h | 51 82 files changed, 7840 insertions(+), 641 deletions(-) Anton Vorontsov (1): [POWERPC] MPC8349E-mITX: introduce localbus and pata nodes Becky Bruce (1): [POWERPC] Fixup use of phys_addr_t in mpic code Dale Farnsworth (1): [POWERPC] 85xx: Respect KERNELBASE, PAGE_OFFSET, and PHYSICAL_START on e500 John Rigby (2): [POWERPC] Add support for mpc512x interrupts to ipic [POWERPC] Add IPIC Kconfig option Kumar Gala (10): [POWERPC] Fix handling of memreserve if the range lands in highmem [POWERPC] Ensure we only handle PowerMac PCI bus fixup for memory resources [POWERPC] Fixup transparent P2P resources [POWERPC] FSL: Rework PCI/PCIe support for 85xx/86xx [POWERPC] Remove update_bridge_resource [POWERPC] 85xx: convert boards to use machine_device_initcall [POWERPC] 83xx: convert boards to use machine_device_initcall [POWERPC] bootwrapper: Add find_node_by_alias and dt_fixup_mac_address_by_alias [POWERPC] bootwrapper: convert cuboot-8{3,5}xx to dt_fixup_mac_address_by_alias [POWERPC] Fix incorrect interrupt map on FSL reference boards Li Yang (3): [POWERPC] 83xx: add device trees for MPC837x MDS board [POWERPC] 83xx: Add MPC837x USB platform support [POWERPC] 83xx: USB device tree cleanups Liu Yu (1): [POWERPC] Fix carry bug in 128-bit unsigned integer adding Paul Gortmaker (1): [POWERPC] 85xx: mpc85xx_ads: add in missing of_node_put() Scott Wood (6): [POWERPC] fsl_soc: Fix get_immrbase() to use ranges, rather than reg. [POWERPC] 8xx: Analogue & Micro Adder875 board support. [POWERPC] 82xx: Embedded Planet EP8248E support [POWERPC] 83xx: MPC8313e RBD add NAND to device tree [POWERPC] 83xx: MPC8313e RDB - Add NOR flash to the device tree. [POWERPC] 83xx: Update MPC8313e RDB defconfig for MTD, NAND, JFFS2. Timur Tabi (4): [POWERPC] QE: Add ability to upload QE firmware [POWERPC] QE: Add support for Freescale QUICCEngine UART [POWERPC] qe-uart: add support for Freescale QUICCEngine UART [POWERPC] Update MPC8610 HPCD to support audio drivers Vitaly Bordug (3): phy/fixed.c: rework to not duplicate PHY layer functionality [POWERPC] MPC8349E-mITX: Vitesse 7385 PHY is not connected to the MDIO bus [POWERPC] fsl_soc: add support to gianfar for fixed-link property _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev