From: Gregory CLEMENT Date: Mon, 7 Jan 2013 10:28:42 +0000 (+0100) Subject: ARM: 7616/1: cache-l2x0: aurora: Use writel_relaxed instead of writel X-Git-Tag: v3.8-rc3~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3a180d21793f2e4386b3cb61c48322564fc80a;p=pandora-kernel.git ARM: 7616/1: cache-l2x0: aurora: Use writel_relaxed instead of writel The use of writel instead of writel_relaxed lead to deadlock in some situation (SMP on Armada 370 for instance). The use of writel_relaxed as it was done in the rest of this driver fixes this bug. Signed-off-by: Gregory CLEMENT Tested-by: Thomas Petazzoni Acked-by: Jason Cooper Signed-off-by: Russell King --- Reading git-diff-tree failed