Re: [PATCH 3/3] irqchip: Make versatile fpga irq driver a generic chip

From: Linus Walleij
Date: Thu May 30 2013 - 17:06:38 EST


On Wed, May 29, 2013 at 9:56 PM, Grant Likely <grant.likely@xxxxxxxxxxxx> wrote:
> On Wed, May 29, 2013 at 6:55 PM, Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:

>> Hm, I could test this but what is the needed baseline? I think
>> I need Thomas' patches underneath right?
>>
>> Could you publish a branch that I can test?
>
> Try this one:
>
> git://git.secretlab.ca/git/linux irqdomain/generic-chip

Hey it works!

Compiled and booted on Integrator/AP which uses this
controller exclusively.

But you need this hunk:

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 8765502..0cca010 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -36,6 +36,7 @@ config RENESAS_IRQC

config VERSATILE_FPGA_IRQ
bool
+ select GENERIC_IRQ_CHIP
select IRQ_DOMAIN

config VERSATILE_FPGA_IRQ_NR

With that:
Tested-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

For the series.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/