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 F1E24DE011 for ; Wed, 15 Apr 2009 02:42:48 +1000 (EST) Date: Tue, 14 Apr 2009 11:42:44 -0500 (CDT) From: Kumar Gala To: Paul Mackerras Subject: Please pull from 'merge' branch (for 2.6.30) 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 'merge' branch of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git merge to receive the following updates: Documentation/powerpc/dts-bindings/fsl/i2c.txt | 46 ++++--- arch/powerpc/boot/dts/tqm8540.dts | 4 arch/powerpc/boot/dts/tqm8541.dts | 4 arch/powerpc/boot/dts/tqm8548-bigflash.dts | 8 - arch/powerpc/boot/dts/tqm8548.dts | 8 - arch/powerpc/boot/dts/tqm8555.dts | 4 arch/powerpc/boot/dts/tqm8560.dts | 4 arch/powerpc/configs/85xx/tqm8548_defconfig | 164 +++++++------------------ arch/powerpc/include/asm/mmu.h | 6 arch/powerpc/include/asm/ppc-opcode.h | 13 + arch/powerpc/kernel/cputable.c | 2 arch/powerpc/mm/tlb_nohash.c | 1 arch/powerpc/mm/tlb_nohash_low.S | 14 +- include/linux/fsl_devices.h | 4 14 files changed, 126 insertions(+), 156 deletions(-) Kumar Gala (3): powerpc: Fix tlbilx opcode powerpc: Add support for early tlbilx opcode powerpc/mm: Fix compile warning Wolfgang Grandegger (4): powerpc/85xx: TQM85xx: correct address of LM75 I2C device nodes powerpc/85xx: TQM8548: use proper phy-handles for enet2 and enet3 powerpc/85xx: TQM8548: update defconfig powerpc: Document new FSL I2C bindings and cleanup