From: Lad, Prabhakar Date: Wed, 11 Dec 2013 17:52:07 +0000 (+0530) Subject: gpio: davinci: use {readl|writel}_relaxed() instead of __raw_* X-Git-Tag: drivers-for-linus~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=388291c3a1eb6fec7ec673939fdc2a8e4bce550f;p=pandora-kernel.git gpio: davinci: use {readl|writel}_relaxed() instead of __raw_* This patch replaces the __raw_readl/writel with {readl|writel}_relaxed(), Altough the code runs on ARMv5 based SOCs, changing this will help using code for other use cases (like with big-endian machines). Signed-off-by: Lad, Prabhakar Acked-by: Linus Walleij Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed