On Wednesday 29 October 2014 19:18:03 Kevin Cernekee wrote: > A couple of accesses to IRQEN (base+0x00) just used "base" directly, so > they would break if IRQEN ever became nonzero. Make sure that all > reads/writes specify the register offset constant. > > Signed-off-by: Kevin Cernekee <cernekee@xxxxxxxxx> > Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx> > Now you no longer convert them this driver to use irq_reg_{readl,writel}, which breaks support for big-endian ARM. Arnd