]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: fix bits conflict for gpio flags
authorLaxman Dewangan <ldewangan@nvidia.com>
Wed, 20 Jun 2012 08:44:05 +0000 (14:14 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 5 Jul 2012 13:04:10 +0000 (15:04 +0200)
commit2c7b861c68f3757ede30714d468a132fe36b7221
treed30b90b0e73d3513123764756439a5f27f0682db
parente2962651a92878701d2f43d8fbd2fbc4c362010b
gpio: fix bits conflict for gpio flags

The bit 2 and 3 in GPIO flag are allocated for the
flag OPEN_DRAIN/OPEN_SOURCE. These bits are reused
for the flag EXPORT/EXPORT_CHANGEABLE and so creating
conflict.
Fix this conflict by assigning bit 4 and 5 for the
flag EXPORT/EXPORT_CHANGEABLE.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/linux/gpio.h