RE: [PATCH 1/2] Drop redundant machine type print in show_cpuinfo

2008-09-29 Thread Welch, Martyn (GE EntSol, Intelligent Platforms)
Kumar Gala wrote: > On Sep 24, 2008, at 4:53 PM, Becky Bruce wrote: > >> For many of the embedded boards, "model" and "Machine" are printing >> the same thing; remove the redundant code and allow the generic >> show_cpuinfo to print the model information. >> >> Signed-off-by: Becky Bruce <[EMAIL

Cascaded interrupt controller causing unbalanced interrupt.

2008-07-01 Thread Welch, Martyn (GE EntSol, Intelligent Platforms)
Hi, I'm having a spot of trouble writing a driver for a cascaded interrupt handler used on one of our boards (8641D based board), patches to be forth-coming as soon as I have access to this list without Outlook (I'm working on it!). I have attached the driver at the bottom of the email for refere

Virqs of cascaded interrupt controller.

2008-06-23 Thread Welch, Martyn (GE EntSol, Intelligent Platforms)
Hi, I'm in the process of porting Linux to one of our boards based on an 8641D. Some of the interrupts of on-board devices are dealt with by a custom interrupt controller in one of the onboard FPGAs, which cascades into the 8641D's mpic. I'm trying to write a driver for it. Looking at examples of