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 21F08DE050 for ; Wed, 11 Mar 2009 06:00:57 +1100 (EST) Date: Tue, 10 Mar 2009 14:00:47 -0500 (CDT) From: Kumar Gala To: Benjamin Herrenschmidt Subject: Please pull from 'next' branch 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 'next' branch of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git next to receive the following updates: (The i2c patch was ack'd by Ben Dooks & cpm_uart has historically gone via powerpc tree as a PPC specific driver). Documentation/powerpc/dts-bindings/fsl/ssi.txt | 2 + arch/powerpc/boot/dts/gef_sbc610.dts | 2 - arch/powerpc/boot/dts/mpc8610_hpcd.dts | 2 + arch/powerpc/include/asm/mmu.h | 4 +- arch/powerpc/kernel/cputable.c | 3 + arch/powerpc/mm/tlb_nohash_low.S | 44 +++++++++++++++++++++---- arch/powerpc/platforms/83xx/usb.c | 3 + arch/powerpc/sysdev/fsl_soc.c | 4 ++ arch/powerpc/sysdev/ipic.c | 6 +-- drivers/i2c/busses/i2c-mpc.c | 9 +---- drivers/serial/cpm_uart/cpm_uart_core.c | 14 ++++++- 11 files changed, 69 insertions(+), 24 deletions(-) Anton Vorontsov (1): powerpc/83xx: Do not configure or probe disabled FSL DR USB controllers Da Yu (1): powerpc/83xx: Fix the interrupt loss problem on ipic Kumar Gala (1): powerpc/fsl-booke: Add support for tlbilx instructions Martyn Welch (1): powerpc/86xx: Correct local bus registers in GE Fanuc SBC610 dts file Timur Tabi (2): i2c-mpc: do not allow interruptions when waiting for I2C to complete powerpc: add fsl,fifo-depth property to Freescale SSI device nodes Xiaotian Feng (1): cpm_uart: fix non-console port startup bug