Re: [PATCH 2/6] mfd: Provide the PRCMU with its own IRQ domain

From: Arnd Bergmann
Date: Mon Aug 06 2012 - 07:50:53 EST


On Monday 06 August 2012, Lee Jones wrote:

>
> +struct irq_domain *db8500_irq_domain;
> +

Should this be static?

> @@ -2583,7 +2585,7 @@ static void prcmu_irq_mask(struct irq_data *d)
>
> spin_lock_irqsave(&mb0_transfer.dbb_irqs_lock, flags);
>
> - mb0_transfer.req.dbb_irqs &= ~prcmu_irq_bit[d->irq - IRQ_PRCMU_BASE];
> + mb0_transfer.req.dbb_irqs &= ~prcmu_irq_bit[d->hwirq];
>
> spin_unlock_irqrestore(&mb0_transfer.dbb_irqs_lock, flags);

Ah, so the hwirq number *is* used directly here, unlike what I thought
when we first discussed it. I suppose that means we don't need the
xlate function after all (and you did not add one).

Arnd
--
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/