gpio: create an API to detect open drain/source on lines
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 16 Feb 2016 14:41:42 +0000 (15:41 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 16 Feb 2016 14:41:42 +0000 (15:41 +0100)
commit143b65d677a59764e438d457bf2510b3fa5b90f8
tree586c063e5cf8960fe39b481436a26f961f7fb44f
parentd6f434e8585ac5e4256d894819bf76d02bc2ed3c
gpio: create an API to detect open drain/source on lines

My left hand merges code to privatize the descriptor handling
while my right hand merges drivers that poke around and
disrespect with the same gpiolib internals.

So let's expose the proper APIs for drivers to ask the gpiolib
core if a line is marked as open drain or open source and
get some order around things so this driver compiles again.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Nicolas Saenz Julienne <nicolassaenzj@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-tps65218.c
drivers/gpio/gpiolib.c
include/linux/gpio/driver.h