Re:[PATCH] Fix wrapper platform for adder875, and combine

2008-02-26 Thread Rognlien Dag Kristian
This patch from the 20th of February has not been taken into the latest powerpc.git Mvh, Dag Rognlien Date: Wed, 20 Feb 2008 12:33:38 -0600 From: Scott Wood [EMAIL PROTECTED] Subject: [PATCH] Fix wrapper platform for adder875, and combine defconfigs. To: [EMAIL PROTECTED] Cc:

Build fails for adder875 redboot on Linux-2.6.25-rc2

2008-02-20 Thread Rognlien Dag Kristian
After the change to build images for several dts files the redboot image failes to wrap. -- WRAParch/powerpc/boot/cuImage.adder875-uboot DTC: dts-dtb on file .../arch/powerpc/boot/dts/adder875-uboot.dts Image Name: Linux-2.6.25-rc2-00359-g101142c Created: Wed Feb 20 10:38:21 2008

build fails for adder875 for new pulls of powerpc.git

2008-01-31 Thread Rognlien Dag Kristian
The latest commits to powerpc.git removes commproc.h files used by arch/powerpc/platforms/8xx/adder875.c The kernel fails to build for the adder configs. Regards, Dag Rognlien winmail.dat___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org

request_irq() for external interrupt pin on MPC875 (AM adder MPC 875)

2008-01-28 Thread Rognlien Dag Kristian
With kernel 2.6.13 we used request_irq (use_irq, irq_handler, SA_INTERRUPT|SA_SHIRQ, DEVICE_NAME, dev) where use_irq is 12 to use the external IRQ6 pin. We are now trying to get this driver to work with the 2.6.25 pull from powerpc.git. request_irq (use_irq, irq_handler, IRQF_SHARED,