From: Linus Walleij Date: Mon, 14 Oct 2013 08:07:08 +0000 (+0200) Subject: gpio: ep93xx: get rid of bogus __raw* accessors X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~12^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d27e06ac5dcf60d5502269e1875bcb0f05f1b1c1;p=pandora-kernel.git gpio: ep93xx: get rid of bogus __raw* accessors I have no idea why this driver is using __raw* accessors for reading and writing registers, I suspect it is just force of habit or copy/paste. Change all to readb()/writeb() except one chain where I used writeb_relaxed() up until the last writeb(). Cc: Ryan Mallon Cc: H Hartley Sweeten Signed-off-by: Linus Walleij --- Reading git-diff-tree failed