From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e5.ny.us.ibm.com (e5.ny.us.ibm.com [32.97.182.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e5.ny.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 763EEDDDF6 for ; Thu, 7 Feb 2008 14:20:38 +1100 (EST) Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id m173KZYb001538 for ; Wed, 6 Feb 2008 22:20:35 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m173KZMr224316 for ; Wed, 6 Feb 2008 22:20:35 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m173KZ7L013287 for ; Wed, 6 Feb 2008 22:20:35 -0500 Date: Wed, 6 Feb 2008 21:19:26 -0600 From: Josh Boyer To: paulus@samba.org Subject: Please pull 'for-2.6.25' branch of 4xx tree Message-ID: <20080206211926.2e273f7f@zod.rchland.ibm.com> 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: , Hi Paul, Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git for-2.6.25 to pick up some fixes that should go in for 2.6.25 and Grant's Virtex tree. thx, josh Grant Likely (2): [POWERPC] Fix incorrectly tagged __devinitdata structures [POWERPC] Eliminate broken OF console initialization. Josh Boyer (2): [POWERPC] 4xx: Fix Walnut build Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-v Sean MacLennan (1): [POWERPC] 4xx: Fix offset value on Warp board Stephen Neuendorffer (3): [POWERPC] Xilinx: Update compatible to use values generated by BSP generat [POWERPC] Xilinx: hwicap driver [POWERPC] Xilinx: hwicap: update booting-without-of.txt Valentine Barshak (4): [POWERPC] 4xx: Add USB ehci-ppc-of dts bindings. [POWERPC] 4xx: Add 440EPx Sequoia ehci dts entry [POWERPC] Add missing native dcr dcr_ind_lock spinlock [POWERPC] 4xx: PCIe indirect DCR spinlock fix. Documentation/powerpc/booting-without-of.txt | 42 ++ arch/powerpc/boot/dts/sequoia.dts | 8 + arch/powerpc/platforms/40x/Kconfig | 1 + arch/powerpc/platforms/40x/virtex.c | 2 +- arch/powerpc/platforms/40x/walnut.c | 1 + arch/powerpc/platforms/44x/warp.c | 2 +- arch/powerpc/sysdev/dcr.c | 5 +- drivers/block/xsysace.c | 6 +- drivers/char/Kconfig | 10 + drivers/char/Makefile | 1 + drivers/char/xilinx_hwicap/Makefile | 7 + drivers/char/xilinx_hwicap/buffer_icap.c | 380 +++++++++++ drivers/char/xilinx_hwicap/buffer_icap.h | 57 ++ drivers/char/xilinx_hwicap/fifo_icap.c | 381 +++++++++++ drivers/char/xilinx_hwicap/fifo_icap.h | 62 ++ drivers/char/xilinx_hwicap/xilinx_hwicap.c | 904 ++++++++++++++++++++++++++ drivers/char/xilinx_hwicap/xilinx_hwicap.h | 193 ++++++ drivers/serial/uartlite.c | 53 +-- drivers/video/xilinxfb.c | 4 +- include/asm-powerpc/dcr-native.h | 47 +- 20 files changed, 2102 insertions(+), 64 deletions(-)