From: Nishanth Menon Date: Fri, 11 Apr 2014 16:21:47 +0000 (-0500) Subject: bus: omap_l3_noc: switch over to relaxed variants of readl/writel X-Git-Tag: omap-for-v3.16/l3-noc-signed~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e224c8ff19e4c4a9c9272171d5a0169d5cb1bef;p=pandora-kernel.git bus: omap_l3_noc: switch over to relaxed variants of readl/writel Currently we use __raw_readl and writel in this driver. Considering there is no specific need for a memory barrier, replacing writel with endian-neutral writel_relaxed and replacing __raw_readls with the corresponding endian-neutral readl_relaxed allows us to have a standard set of register operations for the driver. While at it, simplify address computation using variables for register. Signed-off-by: Nishanth Menon Acked-by: Santosh Shilimkar Acked-by: Felipe Balbi Acked-by: Peter Ujfalusi Tested-by: Darren Etheridge Tested-by: Sekhar Nori --- Reading git-diff-tree failed