commit | d27e06ac5dcf60d5502269e1875bcb0f05f1b1c1 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Oct 14 10:07:08 2013 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Oct 16 09:59:54 2013 +0200 |
tree | 95ac00d62bcb3d7786a9b44a95a1d2196669e2b0 | |
parent | ed05e204af5a2a7814858407bfd698d51e31f938 [diff] |
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 <rmallon@gmail.com> Cc: H Hartley Sweeten <hartleys@visionengravers.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>