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(-) _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev