Re: MPC5200b external interrupt registration problem

2008-05-10 Thread Michael Ellerman
On Fri, 2008-05-09 at 14:02 -0500, Scott Wood wrote: On Fri, May 09, 2008 at 02:49:04PM -0400, Nick wrote: I am writing a driver to service an interrupt from our fpga. I am calling request_irq in the open function of my driver. The fpga is connected to external interrupt 1. I am

ppc compile failure (__flush_icache_range etc undeclared)

2008-05-10 Thread Meelis Roos
Tried 2.6.26-rc1+git on ppc (arch/ppc, PReP subarch) and got this: arch/ppc/kernel/ppc_ksyms.c: At top level: arch/ppc/kernel/ppc_ksyms.c:152: error: '__flush_icache_range' undeclared here (not in a function) arch/ppc/kernel/ppc_ksyms.c:152: warning: type defaults to 'int' in declaration of

Re: ppc compile failure (__flush_icache_range etc undeclared)

2008-05-10 Thread Josh Boyer
On Sat, 10 May 2008 14:51:27 +0300 (EEST) Meelis Roos [EMAIL PROTECTED] wrote: Tried 2.6.26-rc1+git on ppc (arch/ppc, PReP subarch) and got this: Segher sent patches to fix this earlier this week. You can find them here: http://patchwork.ozlabs.org/linuxppc/patch?id=18348

Re: ppc compile failure (__flush_icache_range etc undeclared)

2008-05-10 Thread Segher Boessenkool
Tried 2.6.26-rc1+git on ppc (arch/ppc, PReP subarch) and got this: arch/ppc/kernel/ppc_ksyms.c: At top level: arch/ppc/kernel/ppc_ksyms.c:152: error: '__flush_icache_range' undeclared here (not in a function) That's fixed by [2/3] in

[PATCH] i2c: adds support for i2c bus on Freescale CPM1/CPM2 controllers

2008-05-10 Thread Jochen Friedrich
This driver uses the port of 2.4 code from Vitaly Bordug [EMAIL PROTECTED] and the actual algorithm used by the i2c driver of the DBox code on cvs.tuxboc.org from Felix Domke ([EMAIL PROTECTED]) and Gillem ([EMAIL PROTECTED]) converted to an of_platform_driver. Tested on CPM1 (MPC823 on dbox2

Re: [BUG] 2.6.25-rc2-git4 - Regression Kernel oops while running kernbench and tbench on powerpc

2008-05-10 Thread Kamalesh Babulal
Paul Mackerras wrote: Kamalesh Babulal writes: Thanks, after applying the patch the oops is not reproducible on the machine. The console log had no message starting with SLB: or FWNMI:. I have updated the bugzilla also. Tested-by: Kamalesh Babulal [EMAIL PROTECTED] Could you test