From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 31BD7DDF5D for ; Tue, 11 Mar 2008 05:12:17 +1100 (EST) Date: Mon, 10 Mar 2008 13:08:52 -0500 (CDT) From: Kumar Gala To: Paul Mackerras Subject: Please pull from 'for-2.6.25' [updated] Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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: arch/powerpc/boot/dts/mpc8377_mds.dts | 70 ++ arch/powerpc/boot/dts/mpc8378_mds.dts | 70 ++ arch/powerpc/boot/dts/mpc8379_mds.dts | 70 ++ arch/powerpc/boot/dts/sbc8548.dts | 16 arch/powerpc/boot/wrapper | 6 arch/powerpc/configs/adder875-redboot_defconfig | 798 ----------------------- arch/powerpc/configs/adder875-uboot_defconfig | 798 ----------------------- arch/powerpc/configs/adder875_defconfig | 813 ++++++++++++++++++++++++ arch/powerpc/kernel/head_8xx.S | 30 arch/powerpc/platforms/83xx/mpc837x_mds.c | 8 arch/powerpc/platforms/Kconfig | 1 arch/powerpc/platforms/Kconfig.cputype | 7 arch/powerpc/sysdev/qe_lib/qe.c | 7 arch/ppc/kernel/head_8xx.S | 30 include/asm-powerpc/pgtable-ppc32.h | 8 include/asm-ppc/pgtable.h | 8 16 files changed, 1105 insertions(+), 1635 deletions(-) Andy Fleming (1): [POWERPC] 83xx: Make 83xx perfmon support selectable Ionut Nicu (1): [POWERPC] QE: Make qe_get_firmware_info reentrant Jeremy McNicoll (1): [POWERPC] 85xx: sbc8548 - Fix incorrect PCI-X and PCI interrupt map Li Yang (2): [POWERPC] 83xx: Fix wrong USB phy type in mpc837xmds dts [POWERPC] 83xx: Add local bus device nodes to MPC837xMDS device trees. Scott Wood (1): [POWERPC] 8xx: Fix wrapper platform for adder875, and combine defconfigs. Timur Tabi (1): [POWERPC] QE: Fix QE firmware uploading limit Vitaly Bordug (1): [POWERPC] 8xx: fix swap Yuri Tikhonov (1): [PPC] 8xx: swap bug-fix