gpio: bcm281xx: Centralize register locking
authorMarkus Mayer <markus.mayer@linaro.org>
Wed, 22 Jan 2014 00:10:41 +0000 (16:10 -0800)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 6 Feb 2014 09:33:46 +0000 (10:33 +0100)
commitbdb93c03c5503aba9a6d98d49e543d879d85d0c4
treeafb30fdc64176939b4ca6f40da02743146dd4694
parentd762bae45a3dd65d02a35b4252598912f7fbcde0
gpio: bcm281xx: Centralize register locking

Rather than unlock/re-lock for every write access, unlock a GPIO when
it is requested and re-lock it when it is freed. As a result, the GPIO
helper functions no longer have to deal with unlocking and re-locking
the register.

In addition, only unlock a specific GPIO rather than unlocking the
entire GPIO bank as before.

Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Tim Kryger <tim.kryger@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-bcm-kona.c