From: Kevin Cernekee Date: Fri, 7 Nov 2014 06:44:29 +0000 (-0800) Subject: irqchip: brcmstb-l2: Convert driver to use irq_reg_{readl,writel} X-Git-Tag: omap-for-v3.19/fixes-rc1~163^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1abbdbac362af44f337fdbae5dcbe8d9ced8d063;p=pandora-kernel.git irqchip: brcmstb-l2: Convert driver to use irq_reg_{readl,writel} This effectively converts the __raw_ accessors to the non-__raw_ equivalents. To handle BE, we pass IRQ_GC_BE_IO, similar to what was done in irq-bcm7120-l2.c. Since irq_reg_writel now takes an irq_chip_generic argument, writel must be used for the initial hardware reset in the probe function. But that operation never needs endian swapping, so it's probably not a big deal. Signed-off-by: Kevin Cernekee Acked-by: Arnd Bergmann Link: https://lkml.kernel.org/r/1415342669-30640-15-git-send-email-cernekee@gmail.com Signed-off-by: Jason Cooper --- Reading git-diff-tree failed