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 ESMTP id 4148BDDE9F for ; Fri, 17 Aug 2007 15:01:56 +1000 (EST) Date: Fri, 17 Aug 2007 00:02:11 -0500 (CDT) From: Kumar Gala To: Paul Mackerras Subject: Please pull from 'fixes-2.6.23' 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 'fixes-2.6.23' branch of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git fixes-2.6.23 to receive the following updates: arch/powerpc/boot/dts/mpc8544ds.dts | 88 ++++------ arch/powerpc/boot/dts/mpc8641_hpcn.dts | 114 ++---------- arch/powerpc/kernel/traps.c | 4 arch/powerpc/platforms/85xx/Kconfig | 1 arch/powerpc/platforms/85xx/mpc8544_ds.c | 214 +----------------------- arch/powerpc/platforms/86xx/Kconfig | 1 arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 224 +------------------------ arch/powerpc/platforms/Kconfig | 8 arch/powerpc/platforms/Makefile | 3 arch/powerpc/platforms/fsl_uli1575.c | 255 +++++++++++++++++++++++++++++ arch/powerpc/sysdev/rtc_cmos_setup.c | 15 + include/asm-powerpc/reg_booke.h | 12 + 12 files changed, 386 insertions(+), 553 deletions(-) Becky Bruce (1): [POWERPC] Fix FSL BookE machine check reporting Kumar Gala (2): [POWERPC] Add interrupt resource for RTC CMOS driver [POWERPC] Fix interrupt routing and setup of ULI M1575 on FSL boards