From: Vipin Kumar Date: Tue, 9 Oct 2012 10:44:50 +0000 (+0530) Subject: mtd: fsmc_nand: use relaxed variants of io accessors X-Git-Tag: v3.8-rc1~47^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4742d515071b8b7889a6b608da48d36c1dfcc71;p=pandora-kernel.git mtd: fsmc_nand: use relaxed variants of io accessors Use relaxed variants of readl/writel accessors. readl/writel io accessors use explicit dsb instruction which causes stalls in the processor core resulting several cycles of delay for each access Use relaxed variants where ever possible. This also results in an improved read/write performance. Signed-off-by: Vipin Kumar Reviewed-by: Linus Walleij Reviewed-by: Viresh Kumar Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed