Re: [PATCH v4 1/2] ARM: irqchip: mxs: prepare driver for HW with different offsets
From: Thomas Gleixner
Date: Tue Sep 29 2015 - 12:07:47 EST
On Wed, 23 Sep 2015, Oleksij Rempel wrote:
Subject: irqchip/mxs: ..... Please
> +struct icoll_priv {
> + void __iomem *vector;
> + void __iomem *levelack;
> + void __iomem *ctrl;
> + void __iomem *stat;
> + void __iomem *intr;
> + /* number of interrupts per register */
> + int intr_per_reg;
Why are you adding this here just to remove it in the next patch?
> + void __iomem *clear;
Please do not add members which are not required for the preparatory
step.
Thanks,
tglx
--
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/