]> Git Repo - linux.git/commit - drivers/gpio/gpio-tps65218.c
gpio: create an API to detect open drain/source on lines
authorLinus Walleij <[email protected]>
Tue, 16 Feb 2016 14:41:42 +0000 (15:41 +0100)
committerLinus Walleij <[email protected]>
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 <[email protected]>
Cc: Nicolas Saenz Julienne <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
drivers/gpio/gpio-tps65218.c
drivers/gpio/gpiolib.c
include/linux/gpio/driver.h
This page took 0.056317 seconds and 4 git commands to generate.