[PATCH V5 2/5] ARM: bcm2835: add interrupt controller driver
Stephen Warren
swarren at wwwdotorg.org
Sat Sep 15 21:40:04 EDT 2012
On 09/15/2012 12:33 PM, Russell King - ARM Linux wrote:
> 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.
Yes, I see that makes sense, since CONFIG_PPC is the only place that
selects CONFIG_GENERIC_IRQ_SHOW_LEVEL right now.
More information about the linux-rpi-kernel
mailing list