gpio: mxs: Use set and clear capabilities of the gpio controller
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 29 Apr 2013 14:07:18 +0000 (16:07 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 20 May 2013 18:14:43 +0000 (20:14 +0200)
commit90dae4ebf03063a70d992aad00d5f5a607c31db8
tree4e392e7ca7898bebbc75f2fe34cc3630cd6b2ffd
parent2519f9abced15b4327f03d7b8666827517582c29
gpio: mxs: Use set and clear capabilities of the gpio controller

The current driver doesn't use the set and clear registers found on the
mxs gpio controller.

This leads the generic gpio controller to be using some internal value
to avoid looking up the value stored in the registers, making it behave
pretty much like a cache.

This raises some coherency problem when a gpio is not modified by the
gpio controller, while it can easily be fixed by using the set and clear
registers.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mxs.c