Re: [PATCH] powerpc: add cascade support to xilinx intc controller

2009-08-26 Thread Benjamin Herrenschmidt
On Tue, 2009-08-25 at 00:08 -0600, Grant Likely wrote: From: Grant Likely grant.lik...@secretlab.ca This patch allows the Xilinx intc interrupt controller to be cascaded instead of being the master irqhost. Useful when attaching an FPGA to an SoC that has its own interrupt controller.

[PATCH] powerpc: add cascade support to xilinx intc controller

2009-08-25 Thread Grant Likely
From: Grant Likely grant.lik...@secretlab.ca This patch allows the Xilinx intc interrupt controller to be cascaded instead of being the master irqhost. Useful when attaching an FPGA to an SoC that has its own interrupt controller. Signed-off-by: Grant Likely grant.lik...@secretlab.ca ---