[PATCH V5 2/5] ARM: bcm2835: add interrupt controller driver
Russell King - ARM Linux
linux at arm.linux.org.uk
Sat Sep 15 14:33:38 EDT 2012
On Sat, Sep 15, 2012 at 11:12:40AM -0600, Stephen Warren wrote:
> 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.
Just to be clear, I think that's something that we should enable ARM-wide,
not on a per-machine or per-SoC basis.
More information about the linux-arm-kernel
mailing list