[PATCH V5 2/5] ARM: bcm2835: add interrupt controller driver
Stephen Warren
swarren at wwwdotorg.org
Sat Sep 15 13:12:40 EDT 2012
On 09/15/2012 03:45 AM, Russell King - ARM Linux wrote:
> On Sat, Sep 15, 2012 at 12:21:30AM -0600, Stephen Warren wrote:
>> +static struct irq_chip armctrl_chip = {
>> + .name = "ARMCTRL-level",
>> + .irq_mask = armctrl_mask_irq,
>> + .irq_unmask = armctrl_unmask_irq
>> +};
>
> Might we want to enable CONFIG_GENERIC_IRQ_SHOW_LEVEL ?
That sounds like a good idea. I'll patch that in locally without
reposting unless anyone has an objection to this.
More information about the linux-rpi-kernel
mailing list